Skip to content

Commit

Permalink
Bump webpack from 5.76.1 to 5.94.0
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent c45d445 commit 105b497
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ts-node": "^10.8.0",
"turbo": "^1.10.14",
"typescript": "^4.7.0",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-dev-server": "^4.15.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.1.1",
"ts-node": "^10.8.0",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"circular-dependency-plugin": "^5.2.2",
"ecma-version-validator-webpack-plugin": "^1.2.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.9.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"expect": "^29.4.1",
"globby": "^11.0.2",
"wdio-intercept-service": "^4.4.0",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/signals/signals-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"typescript": "^4.7.0",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.15.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/signals/signals-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"globby": "^11.0.2",
"http-server": "14.1.1",
"tslib": "^2.4.1",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0"
}
}
Loading

0 comments on commit 105b497

Please sign in to comment.