Skip to content

Commit

Permalink
build(common): bump eva version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Jun 11, 2019
1 parent 48c11b2 commit 281eb98
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"test": "jest"
},
"dependencies": {
"@eva-design/dss": "1.0.0-beta.2",
"@eva-design/processor": "1.0.0-beta.2",
"@eva-design/dss": "1.0.0",
"@eva-design/processor": "1.0.0",
"hoist-non-react-statics": "^3.2.1",
"lodash.merge": "^4.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
},
"dependencies": {
"@eva-design/dss": "1.0.0-beta.2",
"@eva-design/processor": "1.0.0-beta.2",
"@eva-design/dss": "1.0.0",
"@eva-design/processor": "1.0.0",
"hoist-non-react-statics": "^3.2.1",
"lodash.merge": "^4.6.1"
}
Expand Down
18 changes: 9 additions & 9 deletions src/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "expo start -c"
},
"dependencies": {
"@eva-design/eva": "1.0.0-beta.2",
"@eva-design/eva": "1.0.0",
"expo": "^33.0.3",
"react": "^16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
Expand Down

0 comments on commit 281eb98

Please sign in to comment.