Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 3939b1c

Browse files
chore(deps-dev): bump node-polyfill-webpack-plugin from 1.1.4 to 2.0.1
Bumps [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) from 1.1.4 to 2.0.1. - [Release notes](https://github.com/Richienb/node-polyfill-webpack-plugin/releases) - [Commits](Richienb/node-polyfill-webpack-plugin@v1.1.4...v2.0.1) --- updated-dependencies: - dependency-name: node-polyfill-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc4a0f0 commit 3939b1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/browser-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"karma-coverage": "~2.1.0",
4444
"karma-jasmine": "~4.0.0",
4545
"karma-jasmine-html-reporter": "~1.7.0",
46-
"node-polyfill-webpack-plugin": "^1.1.4",
46+
"node-polyfill-webpack-plugin": "^2.0.1",
4747
"playwright": "^1.12.3",
4848
"rimraf": "^3.0.2",
4949
"test-util-ipfs-example": "^1.0.2",

examples/browser-service-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"copy-webpack-plugin": "^10.0.0",
3131
"css-loader": "^6.2.0",
3232
"html-webpack-plugin": "^5.3.2",
33-
"node-polyfill-webpack-plugin": "^1.0.4",
33+
"node-polyfill-webpack-plugin": "^2.0.1",
3434
"playwright": "^1.12.3",
3535
"rimraf": "^3.0.2",
3636
"stream-browserify": "^3.0.0",

examples/browser-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"copy-webpack-plugin": "^10.0.0",
3131
"css-loader": "^6.2.0",
3232
"html-webpack-plugin": "^5.3.2",
33-
"node-polyfill-webpack-plugin": "^1.0.4",
33+
"node-polyfill-webpack-plugin": "^2.0.1",
3434
"playwright": "^1.12.3",
3535
"react-hot-loader": "^4.12.21",
3636
"rimraf": "^3.0.2",

examples/http-client-bundle-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"css-loader": "^6.2.0",
3333
"html-webpack-plugin": "^5.3.1",
3434
"ipfs": "^0.63.3",
35-
"node-polyfill-webpack-plugin": "^1.0.3",
35+
"node-polyfill-webpack-plugin": "^2.0.1",
3636
"playwright": "^1.12.3",
3737
"react-hot-loader": "^4.12.21",
3838
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)