Skip to content

Commit

Permalink
Bumps webpack version (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Sep 9, 2024
1 parent 20cca1e commit 027023e
Show file tree
Hide file tree
Showing 15 changed files with 969 additions and 1,013 deletions.
644 changes: 329 additions & 315 deletions client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mixin-deep": ">=1.3.2",
"serialize-javascript": ">=3.1.0",
"set-value": ">=4.0.1",
"webpack": "^5.89.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"engines": {
Expand Down
42 changes: 12 additions & 30 deletions core/examples/luigi-example-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/examples/luigi-example-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.92.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
Expand Down
74 changes: 17 additions & 57 deletions core/examples/luigi-example-svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/examples/luigi-example-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "^14.2.3",
"svelte": "^4.2.18",
"svelte-loader": "3.2.3",
"webpack": "^5.92.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"concurrently": "^8.2.2",
"local-web-server": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.91.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 027023e

Please sign in to comment.