Skip to content

Commit

Permalink
chore(npm): update babel monorepo to v7.24.7 (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent 09b7467 commit ddeee81
Show file tree
Hide file tree
Showing 8 changed files with 3,027 additions and 2,775 deletions.
6 changes: 3 additions & 3 deletions examples/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"zousan": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.24.6",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"babel-plugin-polyfill-custom": "^1.0.118"
}
}
1,449 changes: 756 additions & 693 deletions examples/babel/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"zousan": "3.0.1"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@parcel/config-default": "2.12.0",
"@parcel/resolver-default": "2.12.0",
"babel-plugin-polyfill-custom": "^1.0.118",
Expand Down
1,464 changes: 764 additions & 700 deletions examples/parcel/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"zousan": "3.0.1"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-data-uri": "1.0.3",
Expand Down
1,437 changes: 750 additions & 687 deletions examples/rollup/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"zousan": "3.0.1"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"babel-loader": "9.1.3",
"babel-plugin-polyfill-custom": "^1.0.118",
"circular-dependency-plugin": "5.2.2",
Expand Down
1,434 changes: 748 additions & 686 deletions examples/webpack/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ddeee81

Please sign in to comment.