Skip to content

Commit c14aaba

Browse files
chore(deps): update dependency webpack-cli to v5.1.4 (#4220)
1 parent cd8530a commit c14aaba

File tree

158 files changed

+1033
-1661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1033
-1661
lines changed

angular-universal-ssr/client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"tslint": "6.1.3",
4242
"typescript": "5.5.3",
4343
"webpack": "5.92.1",
44-
"webpack-cli": "5.0.1"
44+
"webpack-cli": "5.1.4"
4545
}
4646
}

angular-universal-ssr/host-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"tslint": "6.1.3",
4646
"typescript": "5.5.3",
4747
"webpack": "5.92.1",
48-
"webpack-cli": "5.0.1"
48+
"webpack-cli": "5.1.4"
4949
}
5050
}

apollo-client/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-loader": "9.1.3",
4141
"rimraf": "5.0.8",
4242
"webpack": "5.92.1",
43-
"webpack-cli": "4.10.0",
43+
"webpack-cli": "5.1.4",
4444
"webpack-merge": "5.10.0",
4545
"@rspack/core": "0.7.5",
4646
"@rspack/cli": "0.7.5",

apollo-client/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-loader": "9.1.3",
4141
"rimraf": "5.0.8",
4242
"webpack": "5.92.1",
43-
"webpack-cli": "4.10.0",
43+
"webpack-cli": "5.1.4",
4444
"webpack-merge": "5.10.0",
4545
"@rspack/core": "0.7.5",
4646
"@rspack/cli": "0.7.5",

cloud/azure-functions-node-v4/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"html-webpack-plugin": "5.6.0",
2222
"rimraf": "5.0.8",
2323
"webpack": "5.92.1",
24-
"webpack-cli": "4.10.0",
24+
"webpack-cli": "5.1.4",
2525
"webpack-dev-server": "4.15.2",
2626
"webpack-livereload-plugin": "3.0.2"
2727
},

cloud/azure-functions-node-v4/shell/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/react-dom": "18.3.0",
3636
"swc-loader": "0.2.6",
3737
"typescript": "5.5.3",
38-
"webpack-cli": "5.0.2"
38+
"webpack-cli": "5.1.4"
3939
},
4040
"main": "dist/server/index.js"
4141
}

cloud/azure-functions-node-v4/shell/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"swc-loader": "0.2.6",
2222
"html-webpack-plugin": "5.6.0",
2323
"webpack": "5.92.1",
24-
"webpack-cli": "4.10.0",
24+
"webpack-cli": "5.1.4",
2525
"webpack-dev-server": "4.15.2",
2626
"webpack-livereload-plugin": "3.0.2",
2727
"@module-federation/enhanced": "0.2.5"

comprehensive-demo-react16/app-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-router-dom": "^5.1.2",
1616
"serve": "^14.2.1",
1717
"webpack": "5.92.1",
18-
"webpack-cli": "^4.0.0",
18+
"webpack-cli": "^5.0.0",
1919
"@rspack/core": "0.7.5",
2020
"@module-federation/enhanced": "0.2.5",
2121
"@rspack/cli": "0.7.5",

comprehensive-demo-react16/app-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-router-dom": "^5.1.2",
1616
"serve": "^14.2.1",
1717
"webpack": "5.92.1",
18-
"webpack-cli": "^4.0.0",
18+
"webpack-cli": "^5.0.0",
1919
"@rspack/core": "0.7.5",
2020
"@rspack/cli": "0.7.5",
2121
"@rspack/dev-server": "0.7.5"

comprehensive-demo-react16/app-03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"serve": "^14.2.1",
1515
"styled-components": "^5.0.1",
1616
"webpack": "5.92.1",
17-
"webpack-cli": "^4.0.0",
17+
"webpack-cli": "^5.0.0",
1818
"@rspack/core": "0.7.5",
1919
"@rspack/cli": "0.7.5",
2020
"@rspack/dev-server": "0.7.5"

0 commit comments

Comments
 (0)