Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 7bf471e commit 6edea41
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions bench/nested-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build-nocache": "rimraf .next && yarn build"
},
"devDependencies": {
"@babel/types": "7.25.9",
"@babel/generator": "7.25.9",
"@babel/types": "7.26.0",
"@babel/generator": "7.26.0",
"random-seed": "0.3.0",
"cross-env": "^7.0.3",
"pretty-ms": "^9.0.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"update-google-fonts": "node ./scripts/update-google-fonts.js"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/generator": "7.25.9",
"@babel/parser": "7.25.9",
"@babel/generator": "7.26.0",
"@babel/parser": "7.26.1",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-flow": "7.25.9",
"@babel/preset-react": "7.25.9",
Expand Down Expand Up @@ -235,9 +235,9 @@
"browserslist": "4.24.2",
"caniuse-lite": "1.0.30001671",
"@types/node": "20.17.1",
"@babel/core": "7.25.9",
"@babel/parser": "7.25.9",
"@babel/types": "7.25.9",
"@babel/core": "7.26.0",
"@babel/parser": "7.26.1",
"@babel/types": "7.26.0",
"@babel/traverse": "7.25.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,26 +114,26 @@
},
"devDependencies": {
"@ampproject/toolbox-optimizer": "2.10.1",
"@babel/code-frame": "7.25.9",
"@babel/core": "7.25.9",
"@babel/code-frame": "7.26.0",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/generator": "7.25.9",
"@babel/generator": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-bigint": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-assertions": "7.25.9",
"@babel/plugin-syntax-import-assertions": "7.26.0",
"@babel/plugin-syntax-jsx": "7.25.9",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.25.9",
"@babel/runtime": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@babel/runtime": "7.26.0",
"@babel/traverse": "7.25.9",
"@babel/types": "7.25.9",
"@babel/types": "7.26.0",
"@capsizecss/metrics": "3.3.0",
"@edge-runtime/cookies": "5.0.1",
"@edge-runtime/ponyfill": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "tsec --noEmit -p tsconfig.json"
},
"dependencies": {
"@babel/code-frame": "7.25.9",
"@babel/code-frame": "7.26.0",
"@types/babel__code-frame": "7.0.6",
"anser": "2.3.0",
"chalk": "5.3.0",
Expand Down

0 comments on commit 6edea41

Please sign in to comment.