Skip to content

Commit

Permalink
Add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoudonghua committed Dec 4, 2018
1 parent 3997253 commit 6f444e1
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 436 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ UiLib app base on [react-native-ui-lib](https://github.com/wix/react-native-ui-l

### Build with

- [x] react 16.6.0
- [x] react-native 0.57.4
- [x] typescript 3.1.6
- [x] react 16.6.3
- [x] react-native 0.57.7
- [x] typescript 3.2.1
- [x] mobx 5.6.0
- [x] react-navigation 2.18.2
- [x] react-native-ui-lib 3.3.287
- [x] react-navigation 2.18.3
- [x] react-native-ui-lib 3.6.1
- [ ] ts-jest 23.6.0

### Try it yourself
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"dependencies": {
"lodash": "^4.17.11",
"mobx": "^5.6.0",
"mobx-react": "^5.3.6",
"react": "^16.6.0",
"react-native": "^0.57.4",
"mobx-react": "^5.4.2",
"react": "^16.6.3",
"react-native": "^0.57.7",
"react-native-blur": "^3.2.2",
"react-native-keyboard-tracking-view": "^5.5.0",
"react-native-ui-lib": "^3.3.287",
"react-navigation": "^2.18.2"
"react-native-ui-lib": "^3.6.1",
"react-navigation": "^2.18.3"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.118",
"@types/react": "^16.4.18",
"@types/react-native": "^0.57.7",
"@types/react-navigation": "^2.13.0",
"@types/react": "^16.7.13",
"@types/react-native": "^0.57.17",
"@types/react-navigation": "^2.13.7",
"@types/react-test-renderer": "^16.0.3",
"babel-jest": "23.6.0",
"babel-preset-mobx": "^2.0.0",
"jest": "23.6.0",
"jsc-android": "^236355.0.0",
"metro-react-native-babel-preset": "0.49.0",
"prettier": "^1.15.1",
"jsc-android": "^236355.1.1",
"metro-react-native-babel-preset": "^0.50.0",
"prettier": "^1.15.3",
"react-addons-test-utils": "^15.6.2",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "^16.6.0",
"ts-jest": "^23.10.4",
"typescript": "^3.1.6"
"react-test-renderer": "^16.6.3",
"ts-jest": "^23.10.5",
"typescript": "^3.2.1"
},
"jest": {
"preset": "react-native",
Expand Down
Loading

0 comments on commit 6f444e1

Please sign in to comment.