Skip to content

Commit

Permalink
Update dependency webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent ee3e6ec commit 411e881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Expand Up @@ -46,7 +46,7 @@
"ts-jest": "26.5.6",
"ts-loader": "8.3.0",
"typescript": "3.9.10",
"webpack": "4.46.0"
"webpack": "5.89.0"
},
"dependencies": {
"aws-sdk": "^2.663.0",
Expand Down
4 changes: 2 additions & 2 deletions extension/package.json
Expand Up @@ -44,7 +44,7 @@
"@types/node": "13.13.51",
"@types/rimraf": "3.0.2",
"@types/sinon": "9.0.11",
"@types/webpack": "4.41.31",
"@types/webpack": "5.28.5",
"@types/webpack-env": "1.16.3",
"@types/webpack-merge": "4.1.5",
"@typescript-eslint/eslint-plugin": "2.34.0",
Expand Down Expand Up @@ -101,7 +101,7 @@
"vue-style-loader": "4.1.3",
"webextension-polyfill": "0.8.0",
"webextension-polyfill-ts": "0.26.0",
"webpack": "4.46.0",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dashboard": "3.3.6",
Expand Down

0 comments on commit 411e881

Please sign in to comment.