Skip to content

Commit 58c0b5a

Browse files
committed
build:
1 parent 017ef6b commit 58c0b5a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@
1919
},
2020
"homepage": "https://github.com/react-native-pure/toast#readme",
2121
"devDependencies": {
22-
"@babel/core": "^7.4.0",
23-
"@babel/plugin-proposal-class-properties": "^7.4.0",
24-
"@babel/preset-env": "^7.4.2",
25-
"@babel/preset-flow": "^7.0.0",
26-
"@babel/preset-react": "^7.0.0",
27-
"@react-native-pure/sibling": "^1.0.0",
28-
"babel-jest": "^24.5.0",
29-
"commitizen": "^3.0.7",
30-
"coveralls": "^3.0.3",
31-
"cz-conventional-changelog": "^2.1.0",
32-
"fbemitter": "^2.1.1",
33-
"generator-badge": "^1.2.0",
34-
"jest": "^24.5.0",
35-
"jest-haste-map": "^24.5.0",
22+
"@babel/core": "7.4.0",
23+
"@babel/plugin-proposal-class-properties": "7.4.0",
24+
"@babel/preset-env": "7.4.2",
25+
"@babel/preset-flow": "7.0.0",
26+
"@babel/preset-react": "7.0.0",
27+
"@react-native-pure/sibling": "1.0.0",
28+
"babel-jest": "24.5.0",
29+
"commitizen": "3.0.7",
30+
"coveralls": "3.0.3",
31+
"cz-conventional-changelog": "2.1.0",
32+
"fbemitter": "2.1.1",
33+
"generator-badge": "1.2.0",
34+
"jest": "24.5.0",
35+
"jest-haste-map": "24.5.0",
3636
"react": "16.6.3",
3737
"react-native": "0.57",
38-
"react-test-renderer": "^16.8.5",
39-
"semantic-release": "^15.13.3"
38+
"react-test-renderer": "16.8.5",
39+
"semantic-release": "15.13.3"
4040
},
4141
"peerDependencies": {
4242
"react-native": ">= 0.47",
4343
"react": ">= 16.0.0"
4444
},
4545
"dependencies": {
46-
"@react-native-pure/sibling": "^1"
46+
"@react-native-pure/sibling": "1"
4747
},
4848
"config": {
4949
"commitizen": {

0 commit comments

Comments
 (0)