diff options
author | 2022-06-19 00:28:43 +0400 | |
---|---|---|
committer | 2022-06-19 00:28:43 +0400 | |
commit | badc75169b54aede7a5715e6c9f77ac9c12e4895 (patch) | |
tree | 98a384433491c9daefbf671b770084b97dfd9f8c /package.json | |
parent | Bump Emotion To 11.9.3 (diff) |
Bump Webpack Related Dependencies
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index e60d305..b919649 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "@swc/core": "1.2.203", "axios": "0.27.2", "codemirror": "6.0.0", - "copy-webpack-plugin": "8.1.1", + "copy-webpack-plugin": "11.0.0", "fs-extra": "10.0.0", - "html-webpack-plugin": "5.3.1", + "html-webpack-plugin": "5.5.0", "identity-obj-proxy": "3.0.0", "react": "18.2.0", "react-app-polyfill": "3.0.0", @@ -34,8 +34,8 @@ "universal-cookie": "4.0.4", "webpack": "5.73.0", "webpack-cli": "4.10.0", - "webpack-manifest-plugin": "3.1.1", - "workbox-webpack-plugin": "6.1.5" + "webpack-manifest-plugin": "5.0.0", + "workbox-webpack-plugin": "6.5.3" }, "scripts": { "start": "webpack serve --node-env=development", |