Skip to content

Commit

Permalink
Use new rc for theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Definitely-Not-Vlad committed Jan 12, 2021
1 parent ec605b6 commit 4a9ca21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "4.1.0-rc.1",
"version": "4.1.0-rc.2",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand All @@ -9,9 +9,9 @@
"test": "mocha '_tests_/*.js' --require react-native-mock-render/mock --require @babel/register"
},
"dependencies": {
"@shoutem/animation": "0.13.0-rc.0",
"@shoutem/animation": "~0.13.0-rc.0",
"@shoutem/eslint-config-react": "^1.0.1",
"@shoutem/theme": "0.12.0-rc.0",
"@shoutem/theme": "~0.12.0-rc.1",
"auto-bind": "^4.0.0",
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"buffer": "5.6.0",
Expand Down

0 comments on commit 4a9ca21

Please sign in to comment.