Skip to content

Commit

Permalink
Merge pull request #27102 from fyodorovandrei/upgrade-webpack-virtual…
Browse files Browse the repository at this point in the history
…-modules

Dependency: Upgrade `webpack-virtual-modules` to 0.6.0
  • Loading branch information
valentinpalkovic committed May 14, 2024
2 parents 46646d2 + 405b1f5 commit 0fe6c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
3 changes: 1 addition & 2 deletions code/builders/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,12 @@
"webpack": "5",
"webpack-dev-middleware": "^6.1.2",
"webpack-hot-middleware": "^2.25.1",
"webpack-virtual-modules": "^0.5.0"
"webpack-virtual-modules": "^0.6.0"
},
"devDependencies": {
"@types/pretty-hrtime": "^1.0.0",
"@types/terser-webpack-plugin": "^5.2.0",
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-virtual-modules": "^0.1.1",
"pretty-hrtime": "^1.0.3",
"slash": "^5.0.0",
"typescript": "^5.3.2"
Expand Down
19 changes: 1 addition & 18 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5706,7 +5706,6 @@ __metadata:
"@types/semver": "npm:^7.3.4"
"@types/terser-webpack-plugin": "npm:^5.2.0"
"@types/webpack-hot-middleware": "npm:^2.25.6"
"@types/webpack-virtual-modules": "npm:^0.1.1"
browser-assert: "npm:^1.2.1"
case-sensitive-paths-webpack-plugin: "npm:^2.4.0"
cjs-module-lexer: "npm:^1.2.3"
Expand All @@ -5733,7 +5732,7 @@ __metadata:
webpack: "npm:5"
webpack-dev-middleware: "npm:^6.1.2"
webpack-hot-middleware: "npm:^2.25.1"
webpack-virtual-modules: "npm:^0.5.0"
webpack-virtual-modules: "npm:^0.6.0"
peerDependenciesMeta:
typescript:
optional: true
Expand Down Expand Up @@ -8523,15 +8522,6 @@ __metadata:
languageName: node
linkType: hard

"@types/webpack-virtual-modules@npm:^0.1.1":
version: 0.1.3
resolution: "@types/webpack-virtual-modules@npm:0.1.3"
dependencies:
"@types/webpack": "npm:^4"
checksum: 10c0/3ead19e20df409433de7f5244d3c581ba050c691fe0aee0014fac4d9307366791e07c1db5c8beee0bd5010d4e06fd9b600dc9efc27e0aaf7d8daa9ec0714abf6
languageName: node
linkType: hard

"@types/webpack@npm:^4":
version: 4.41.34
resolution: "@types/webpack@npm:4.41.34"
Expand Down Expand Up @@ -29492,13 +29482,6 @@ __metadata:
languageName: node
linkType: hard

"webpack-virtual-modules@npm:^0.5.0":
version: 0.5.0
resolution: "webpack-virtual-modules@npm:0.5.0"
checksum: 10c0/0742e069cd49d91ccd0b59431b3666903d321582c1b1062fa6bdae005c3538af55ff8787ea5eafbf72662f3496d3a879e2c705d55ca0af8283548a925be18484
languageName: node
linkType: hard

"webpack-virtual-modules@npm:^0.6.0":
version: 0.6.1
resolution: "webpack-virtual-modules@npm:0.6.1"
Expand Down

0 comments on commit 0fe6c75

Please sign in to comment.