Skip to content

Commit 007ece6

Browse files
committed
Update webpack and related plugins
1 parent c1f10df commit 007ece6

File tree

2 files changed

+458
-374
lines changed

2 files changed

+458
-374
lines changed

website/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@babel/preset-typescript": "7.26.0",
3737
"@cfaester/enzyme-adapter-react-18": "0.8.0",
3838
"@packtracker/webpack-plugin": "2.3.0",
39-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
40-
"@svgr/webpack": "6.5.1",
39+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
40+
"@svgr/webpack": "8.1.0",
4141
"@testing-library/jest-dom": "5.17.0",
4242
"@testing-library/react": "11.2.7",
4343
"@testing-library/user-event": "12.8.3",
@@ -73,7 +73,7 @@
7373
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
7474
"chalk": "4.1.2",
7575
"codecov": "3.8.2",
76-
"copy-webpack-plugin": "10.2.4",
76+
"copy-webpack-plugin": "12.0.2",
7777
"cross-env": "7.0.3",
7878
"css-loader": "6.8.1",
7979
"cssnano": "4.1.11",
@@ -82,7 +82,7 @@
8282
"eslint": "7.32.0",
8383
"eslint-config-airbnb": "18.2.1",
8484
"eslint-config-prettier": "7.2.0",
85-
"eslint-import-resolver-webpack": "0.13.7",
85+
"eslint-import-resolver-webpack": "0.13.9",
8686
"eslint-plugin-import": "2.28.1",
8787
"eslint-plugin-jsx-a11y": "6.7.1",
8888
"eslint-plugin-prettier": "3.4.1",
@@ -91,7 +91,7 @@
9191
"fast-json-stable-stringify": "2.1.0",
9292
"fs-extra": "9.1.0",
9393
"graceful-fs": "4.2.11",
94-
"html-webpack-plugin": "5.5.3",
94+
"html-webpack-plugin": "5.6.3",
9595
"http-status": "1.6.2",
9696
"icalendar": "0.7.1",
9797
"identity-obj-proxy": "3.0.0",
@@ -115,13 +115,13 @@
115115
"stylelint-config-prettier": "8.0.2",
116116
"stylelint-config-standard": "20.0.0",
117117
"stylelint-order": "4.1.0",
118-
"terser-webpack-plugin": "5.3.9",
118+
"terser-webpack-plugin": "5.3.10",
119119
"typescript": "5.1.6",
120120
"url-loader": "4.1.1",
121-
"webpack": "5.88.2",
122-
"webpack-cli": "4.10.0",
123-
"webpack-dev-server": "4.15.1",
124-
"webpack-merge": "5.9.0"
121+
"webpack": "5.96.1",
122+
"webpack-cli": "5.1.4",
123+
"webpack-dev-server": "5.1.0",
124+
"webpack-merge": "6.0.1"
125125
},
126126
"dependencies": {
127127
"@authenio/samlify-node-xmllint": "2.0.0",

0 commit comments

Comments
 (0)