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 Dec 5, 2024
1 parent 15f8d66 commit 5437938
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.26.0",
"@babel/generator": "7.26.2",
"@babel/types": "7.26.3",
"@babel/generator": "7.26.3",
"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 @@ -60,11 +60,11 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/generator": "7.26.2",
"@babel/parser": "7.26.2",
"@babel/generator": "7.26.3",
"@babel/parser": "7.26.3",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-flow": "7.25.9",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@edge-runtime/jest-environment": "3.0.4",
"@fullhuman/postcss-purgecss": "7.0.2",
"@mdx-js/loader": "3.1.0",
Expand Down Expand Up @@ -236,9 +236,9 @@
"caniuse-lite": "1.0.30001686",
"@types/node": "20.17.9",
"@babel/core": "7.26.0",
"@babel/parser": "7.26.2",
"@babel/types": "7.26.0",
"@babel/traverse": "7.25.9",
"@babel/parser": "7.26.3",
"@babel/types": "7.26.3",
"@babel/traverse": "7.26.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@babel/code-frame": "7.26.2",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/generator": "7.26.2",
"@babel/generator": "7.26.3",
"@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",
Expand All @@ -126,14 +126,14 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@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-modules-commonjs": "7.26.3",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@babel/runtime": "7.26.0",
"@babel/traverse": "7.25.9",
"@babel/types": "7.26.0",
"@babel/traverse": "7.26.3",
"@babel/types": "7.26.3",
"@capsizecss/metrics": "3.4.0",
"@edge-runtime/cookies": "5.0.2",
"@edge-runtime/ponyfill": "3.0.0",
Expand Down

0 comments on commit 5437938

Please sign in to comment.