Skip to content

Commit fdc1831

Browse files
chore(npm): update dependency babel-plugin-polyfill-custom to ^2.0.24 (#1396)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10fc806 commit fdc1831

File tree

8 files changed

+40
-40
lines changed

8 files changed

+40
-40
lines changed

examples/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@babel/cli": "7.28.0",
1414
"@babel/core": "7.28.0",
1515
"@babel/preset-env": "7.28.0",
16-
"babel-plugin-polyfill-custom": "^2.0.23"
16+
"babel-plugin-polyfill-custom": "^2.0.24"
1717
}
1818
}

examples/babel/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/preset-env": "7.28.0",
1616
"@parcel/config-default": "2.15.4",
1717
"@parcel/resolver-default": "2.15.4",
18-
"babel-plugin-polyfill-custom": "^2.0.23",
18+
"babel-plugin-polyfill-custom": "^2.0.24",
1919
"parcel": "2.15.4",
2020
"parcel-resolver-data-uri": "file:./utils/parcel-resolver-data-uri",
2121
"process": "0.11.10"

examples/parcel/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rollup/plugin-commonjs": "28.0.6",
1717
"@rollup/plugin-data-uri": "1.0.3",
1818
"@rollup/plugin-node-resolve": "16.0.1",
19-
"babel-plugin-polyfill-custom": "^2.0.23",
19+
"babel-plugin-polyfill-custom": "^2.0.24",
2020
"rollup": "4.46.2"
2121
}
2222
}

examples/rollup/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/core": "7.28.0",
1414
"@babel/preset-env": "7.28.0",
1515
"babel-loader": "10.0.0",
16-
"babel-plugin-polyfill-custom": "^2.0.23",
16+
"babel-plugin-polyfill-custom": "^2.0.24",
1717
"circular-dependency-plugin": "5.2.2",
1818
"webpack": "5.101.1",
1919
"webpack-cli": "6.0.1"

examples/webpack/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)