Skip to content

Commit 19def90

Browse files
committed
chore(deps): pin dependencies. #2
1 parent 9ea1809 commit 19def90

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"react-native": "0.63.2"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.8.4",
19-
"@babel/runtime": "^7.8.4",
20-
"@react-native-community/eslint-config": "^1.1.0",
21-
"babel-jest": "^25.1.0",
22-
"eslint": "^6.5.1",
23-
"jest": "^25.1.0",
24-
"metro-react-native-babel-preset": "^0.59.0",
18+
"@babel/core": "7.8.4",
19+
"@babel/runtime": "7.8.4",
20+
"@react-native-community/eslint-config": "1.1.0",
21+
"babel-jest": "25.1.0",
22+
"eslint": "6.5.1",
23+
"jest": "25.1.0",
24+
"metro-react-native-babel-preset": "0.59.0",
2525
"react-test-renderer": "16.13.1"
2626
},
2727
"jest": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react-native": ">=0.60.0-rc.0 <1.0.x"
3838
},
3939
"devDependencies": {
40-
"react": "^16.9.0",
41-
"react-native": "^0.61.5",
40+
"react": "16.9.0",
41+
"react-native": "0.61.5",
4242
"typedoc": "0.17.8",
4343
"typescript": "3.9.7"
4444
}

0 commit comments

Comments
 (0)