Skip to content

Commit 8bfba4e

Browse files
committed
update deps for cookbook-rn
1 parent ea83d56 commit 8bfba4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cookbook-rn/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@expo/ex-navigation": "^2.7.1",
11-
"babel-preset-react-native-stage-0": "^1.0.1",
10+
"@expo/ex-navigation": "~2.9.4",
11+
"babel-preset-react-native-stage-0": "~1.0.1",
1212
"gl-react": "next",
1313
"gl-react-native": "next",
14-
"glsl-transitions": "^2017.1.16",
15-
"ndarray": "^1.0.18",
16-
"raf": "^3.3.0",
14+
"glsl-transitions": "~2017.1.16",
15+
"ndarray": "~1.0.18",
16+
"raf": "~3.3.0",
1717
"react": "~15.4.0",
18-
"react-motion": "^0.4.7",
19-
"react-native": "0.41.2",
18+
"react-motion": "~0.4.7",
19+
"react-native": "~0.42.3",
2020
"seedrandom": "github:gre/seedrandom#released",
21-
"three": "^0.84.0"
21+
"three": "~0.84.0"
2222
},
2323
"devDependencies": {
24-
"babel-preset-react-native": "1.9.1"
24+
"babel-preset-react-native": "~1.9.1"
2525
}
2626
}

0 commit comments

Comments
 (0)