Skip to content

Commit

Permalink
chore(npm): update babel monorepo to v7.24.6 (#771)
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 May 25, 2024
1 parent eb65e24 commit f231102
Show file tree
Hide file tree
Showing 8 changed files with 2,837 additions and 2,880 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.5",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/cli": "7.24.6",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"babel-plugin-polyfill-custom": "^1.0.118"
}
}
1,439 changes: 712 additions & 727 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.5",
"@babel/preset-env": "7.24.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@parcel/config-default": "2.12.0",
"@parcel/resolver-default": "2.12.0",
"babel-plugin-polyfill-custom": "^1.0.118",
Expand Down
1,424 changes: 714 additions & 710 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.5",
"@babel/preset-env": "7.24.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-data-uri": "1.0.3",
Expand Down
1,418 changes: 701 additions & 717 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.5",
"@babel/preset-env": "7.24.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"babel-loader": "9.1.3",
"babel-plugin-polyfill-custom": "^1.0.118",
"circular-dependency-plugin": "5.2.2",
Expand Down
1,418 changes: 701 additions & 717 deletions examples/webpack/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit f231102

Please sign in to comment.