Skip to content

Commit

Permalink
Update dependency webpack to v5.85.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 5, 2023
1 parent e826882 commit 4767d68
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Expand Up @@ -102,7 +102,7 @@
"@types/node": "16.11.11",
"@types/stacktrace-js": "2.0.3",
"@types/vscode": "1.61.0",
"@types/webpack": "5.28.0",
"@types/webpack": "5.28.1",
"@types/ws": "8.2.1",
"jest": "27.4.3",
"rollup": "2.60.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-nodejs/package.json
Expand Up @@ -18,7 +18,7 @@
"@rxjs-debugging/telemetry": "^1.1.1",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/webpack": "5.28.0",
"@types/webpack": "5.28.1",
"jest": "27.4.3",
"rollup": "2.60.2",
"rollup-plugin-terser": "7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-webpack/package.json
Expand Up @@ -27,15 +27,15 @@
"@rxjs-debugging/telemetry": "^1.1.1",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/webpack": "5.28.0",
"@types/webpack": "5.28.1",
"jest": "27.4.3",
"rollup": "2.60.2",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "27.1.0",
"tslib": "2.3.1",
"typescript": "4.5.2",
"webpack": "5.64.4"
"webpack": "5.85.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/testbench-webpack/package.json
Expand Up @@ -12,7 +12,7 @@
"rxjs": "6.6.7",
"ts-loader": "9.2.6",
"typescript": "4.5.2",
"webpack": "5.64.4",
"webpack": "5.85.1",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.6.0"
}
Expand Down

0 comments on commit 4767d68

Please sign in to comment.