Skip to content

Commit 792c5ef

Browse files
committed
chore(deps): ^指定版本
1 parent 6d13661 commit 792c5ef

File tree

4 files changed

+783
-146
lines changed

4 files changed

+783
-146
lines changed

example/base/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"react-native-svg": "12.1.1"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.16.0",
20-
"@babel/runtime": "7.16.0",
21-
"@react-native-community/eslint-config": "3.0.1",
22-
"babel-jest": "27.3.1",
23-
"eslint": "7.32.0",
24-
"jest": "27.3.1",
25-
"metro-react-native-babel-preset": "0.70.3",
19+
"@babel/core": "^7.12.9",
20+
"@babel/runtime": "^7.12.5",
21+
"@react-native-community/eslint-config": "^2.0.0",
22+
"babel-jest": "^26.6.3",
23+
"eslint": "^7.32.0",
24+
"jest": "^26.6.3",
25+
"metro-react-native-babel-preset": "^0.70.3",
2626
"react-test-renderer": "18.0.0"
2727
},
2828
"jest": {

example/examples/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@
2222
"react-native-svg": "12.1.1"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "7.16.0",
26-
"@babel/runtime": "7.16.0",
27-
"@react-native-community/eslint-config": "3.0.1",
28-
"@types/jest": "27.0.2",
25+
"@babel/core": "^7.12.9",
26+
"@babel/runtime": "^7.12.5",
27+
"@react-native-community/eslint-config": "^2.0.0",
28+
"babel-jest": "^26.6.3",
2929
"@types/react-native": "0.69.1",
3030
"@types/react-test-renderer": "18.0.0",
31-
"babel-jest": "27.3.1",
32-
"eslint": "7.32.0",
33-
"jest": "27.3.1",
34-
"metro-react-native-babel-preset": "0.70.3",
31+
"eslint": "^7.32.0",
32+
"jest": "^26.6.3",
33+
"metro-react-native-babel-preset": "^0.70.3",
3534
"react-native-codegen": "0.0.8",
3635
"react-test-renderer": "18.0.0",
3736
"typescript": "4.4.4"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"README.md"
5151
],
5252
"dependencies": {
53-
"@babel/runtime": "7.16.0",
53+
"@babel/runtime": "^7.16.0",
5454
"@types/color": "3.0.2",
5555
"@types/lodash": "4.14.172",
5656
"@types/react-native": "0.69.1",
@@ -69,7 +69,7 @@
6969
"react-native-svg": ">=9.9.3"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "7.16.0",
72+
"@babel/core": "^7.16.0",
7373
"@babel/preset-typescript": "7.15.0"
7474
},
7575
"engines": {

0 commit comments

Comments
 (0)