Skip to content

Commit

Permalink
Update Webpack (#7662)
Browse files Browse the repository at this point in the history
* Update webpack to 5.88.2

* Bump auxiliary libs
  • Loading branch information
Etheryte authored Oct 10, 2023
1 parent 1bc0b1e commit 3c45f60
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 232 deletions.
8 changes: 5 additions & 3 deletions web/html/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"ansi-regex": "5.0.1",
"glob-parent": "5.1.2",
"immer": "9.0.6",
"loader-utils": "1.4.2",
"lodash": "4.17.21",
"minimatch": "3.0.5",
"minimist": "1.2.6",
"moment": "2.29.4",
"path-parse": "1.0.7",
Expand All @@ -39,7 +41,7 @@
"y18n": "4.0.1"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/core": "7.23.0",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
Expand Down Expand Up @@ -113,8 +115,8 @@
"typescript": "4.1.2",
"use-immer": "^0.3.0",
"validator": "13.7.0",
"webpack": "5.70.0",
"webpack-cli": "4.9.1"
"webpack": "5.88.2",
"webpack-cli": "4.10.0"
},
"devDependencies": {
"@testing-library/react": "^11.1.2",
Expand Down
Loading

0 comments on commit 3c45f60

Please sign in to comment.