Skip to content

Commit c3317c2

Browse files
fix(deps): update babel monorepo
1 parent 9b84ca1 commit c3317c2

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

example/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"react-native-svg": "13.9.0"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "~7.20.7",
26-
"@babel/runtime": "~7.20.7",
25+
"@babel/core": "~7.26.0",
26+
"@babel/runtime": "~7.26.0",
2727
"@react-native-community/eslint-config": "^2.0.0",
2828
"@uimjs/metro-config": "2.0.1",
2929
"babel-jest": "^26.6.3",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"clean": "lerna clean --yes"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "~7.20.7",
22-
"@babel/helper-create-class-features-plugin": "~7.20.7",
21+
"@babel/core": "~7.26.0",
22+
"@babel/helper-create-class-features-plugin": "~7.26.0",
2323
"@babel/plugin-proposal-class-properties": "~7.18.6",
24-
"@babel/plugin-proposal-decorators": "~7.20.7",
25-
"@babel/preset-env": "~7.20.2",
26-
"@babel/preset-typescript": "~7.18.6",
24+
"@babel/plugin-proposal-decorators": "~7.25.0",
25+
"@babel/preset-env": "~7.26.0",
26+
"@babel/preset-typescript": "~7.26.0",
2727
"babel-preset-react-native": "4.0.1",
2828
"fs-extra": "~10.1.0",
2929
"metro-react-native-babel-preset": "0.73.6",

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"README.md"
6060
],
6161
"dependencies": {
62-
"@babel/runtime": "~7.20.7",
62+
"@babel/runtime": "~7.26.0",
6363
"@shopify/restyle": "~2.4.2",
6464
"@types/color": "~3.0.3",
6565
"@types/lodash": "~4.14.191",
@@ -81,8 +81,8 @@
8181
"react-native-svg": ">=9.9.3"
8282
},
8383
"devDependencies": {
84-
"@babel/core": "~7.20.7",
85-
"@babel/preset-typescript": "~7.18.6"
84+
"@babel/core": "~7.26.0",
85+
"@babel/preset-typescript": "~7.26.0"
8686
},
8787
"engines": {
8888
"node": ">=16.0.0"

packages/react-native-image-picker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"access": "public"
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "~7.20.7",
32+
"@babel/runtime": "~7.26.0",
3333
"@react-native-camera-roll/camera-roll": "5.3.1",
3434
"@shopify/restyle": "~2.4.2",
3535
"@types/react-native": "0.69.1",
@@ -48,8 +48,8 @@
4848
"react-native-svg": ">=9.9.3"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "~7.20.7",
52-
"@babel/preset-typescript": "~7.18.6"
51+
"@babel/core": "~7.26.0",
52+
"@babel/preset-typescript": "~7.26.0"
5353
},
5454
"engines": {
5555
"node": ">=16.0.0"

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/plugin-syntax-jsx": "^7.18.6",
1717
"@babel/preset-react": "^7.18.6",
18-
"@babel/runtime": "~7.20.7",
18+
"@babel/runtime": "~7.26.0",
1919
"@shopify/restyle": "~2.4.2",
2020
"@uiw/icons": "2.5.3",
2121
"@uiw/react-code-preview": "5.1.2",
@@ -43,7 +43,7 @@
4343
"uiw": "4.21.25"
4444
},
4545
"devDependencies": {
46-
"@babel/plugin-proposal-decorators": "~7.20.7",
46+
"@babel/plugin-proposal-decorators": "~7.25.0",
4747
"@babel/plugin-proposal-private-property-in-object": "~7.21.0",
4848
"@kkt/less-modules": "^7.3.2",
4949
"@kkt/raw-modules": "7.0.5",

0 commit comments

Comments
 (0)