Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ~7.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2024
1 parent 9b84ca1 commit 851f6b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions example/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "~7.20.7",
"@babel/runtime": "~7.20.7",
"@babel/core": "~7.24.0",
"@babel/runtime": "~7.24.0",
"@react-native-community/eslint-config": "^2.0.0",
"@uimjs/metro-config": "2.0.1",
"babel-jest": "^26.6.3",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"clean": "lerna clean --yes"
},
"devDependencies": {
"@babel/core": "~7.20.7",
"@babel/helper-create-class-features-plugin": "~7.20.7",
"@babel/core": "~7.24.0",
"@babel/helper-create-class-features-plugin": "~7.24.0",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/plugin-proposal-decorators": "~7.20.7",
"@babel/preset-env": "~7.20.2",
"@babel/preset-typescript": "~7.18.6",
"@babel/plugin-proposal-decorators": "~7.24.0",
"@babel/preset-env": "~7.24.0",
"@babel/preset-typescript": "~7.24.0",
"babel-preset-react-native": "4.0.1",
"fs-extra": "~10.1.0",
"metro-react-native-babel-preset": "0.73.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"README.md"
],
"dependencies": {
"@babel/runtime": "~7.20.7",
"@babel/runtime": "~7.24.0",
"@shopify/restyle": "~2.4.2",
"@types/color": "~3.0.3",
"@types/lodash": "~4.14.191",
Expand All @@ -81,8 +81,8 @@
"react-native-svg": ">=9.9.3"
},
"devDependencies": {
"@babel/core": "~7.20.7",
"@babel/preset-typescript": "~7.18.6"
"@babel/core": "~7.24.0",
"@babel/preset-typescript": "~7.24.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-image-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "~7.20.7",
"@babel/runtime": "~7.24.0",
"@react-native-camera-roll/camera-roll": "5.3.1",
"@shopify/restyle": "~2.4.2",
"@types/react-native": "0.69.1",
Expand All @@ -48,8 +48,8 @@
"react-native-svg": ">=9.9.3"
},
"devDependencies": {
"@babel/core": "~7.20.7",
"@babel/preset-typescript": "~7.18.6"
"@babel/core": "~7.24.0",
"@babel/preset-typescript": "~7.24.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "~7.20.7",
"@babel/runtime": "~7.24.0",
"@shopify/restyle": "~2.4.2",
"@uiw/icons": "2.5.3",
"@uiw/react-code-preview": "5.1.2",
Expand Down Expand Up @@ -43,7 +43,7 @@
"uiw": "4.21.25"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "~7.20.7",
"@babel/plugin-proposal-decorators": "~7.24.0",
"@babel/plugin-proposal-private-property-in-object": "~7.21.0",
"@kkt/less-modules": "^7.3.2",
"@kkt/raw-modules": "7.0.5",
Expand Down

0 comments on commit 851f6b0

Please sign in to comment.