Skip to content

chore(deps): update dependency webpack to v5.91.0 #3957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion angular-universal-ssr/client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.9.5",
"webpack": "5.90.3",
"webpack": "5.91.0",
"webpack-cli": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion angular-universal-ssr/host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.9.5",
"webpack": "5.90.3",
"webpack": "5.91.0",
"webpack-cli": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion angular14-react/angular-profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^18.2.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"webpack": "5.90.3",
"webpack": "5.91.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down
294 changes: 195 additions & 99 deletions angular14-react/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion angular14-react/react-user-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"serve": "14.2.1",
"style-loader": "3.3.4",
"url-loader": "4.1.1",
"webpack": "5.90.3",
"webpack": "5.91.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.6.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"overrides": {
"concurrently": "^7.6.0",
"cypress": "13.9.0",
"webpack": "5.89.0",
"webpack": "5.91.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11"
}
Expand Down
7,592 changes: 3,805 additions & 3,787 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading