Skip to content

Commit

Permalink
chore(deps): pin dependencies. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 1, 2020
1 parent 9ea1809 commit 19def90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"react-native": "0.63.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"@babel/core": "7.8.4",
"@babel/runtime": "7.8.4",
"@react-native-community/eslint-config": "1.1.0",
"babel-jest": "25.1.0",
"eslint": "6.5.1",
"jest": "25.1.0",
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5",
"react": "16.9.0",
"react-native": "0.61.5",
"typedoc": "0.17.8",
"typescript": "3.9.7"
}
Expand Down

0 comments on commit 19def90

Please sign in to comment.