Skip to content

Commit

Permalink
Bump webpack (#3577)
Browse files Browse the repository at this point in the history
* client: bump webpack

* client: remove npm from devDependencies

* luigi-example-angular: bump webpack

* luigi-example-react: bump webpack

* plugins: remove npm from devDependencies

* plugins: bump webpack

* e2e-test-application: remove npm from dependencies

* e2e-test-application: bump webpack

* landingpage/dev: bump webpack
  • Loading branch information
camelCaseChris authored Dec 12, 2023
1 parent db7f07f commit 6202f7d
Show file tree
Hide file tree
Showing 12 changed files with 20,749 additions and 35,935 deletions.
14,239 changes: 2,885 additions & 11,354 deletions client/package-lock.json

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,22 @@
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.2.3",
"@babel/runtime": "^7.8.7",
"@babel/polyfill": "^7.12.1",
"acorn": "^8.8.1",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.27.1",
"diff": ">=3.5.0",
"lodash": ">=4.17.13",
"mixin-deep": ">=1.3.2",
"npm": "^6.14.6",
"serialize-javascript": ">=3.1.0",
"set-value": ">=4.0.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=18"
}
}
}
94 changes: 50 additions & 44 deletions core/examples/luigi-example-angular/package-lock.json

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

6 changes: 3 additions & 3 deletions core/examples/luigi-example-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"glob-parent": "^6.0.2",
"lodash": "^4.17.21",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.11.1"
}
}
}
Loading

0 comments on commit 6202f7d

Please sign in to comment.