Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c4fe3a

Browse filesBrowse files
authored
fix: require webpack 5.54+ (#6829)
1 parent aa85cb0 commit 2c4fe3a
Copy full SHA for 2c4fe3a

File tree

7 files changed

+10
-10
lines changed
Filter options

7 files changed

+10
-10
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"verdaccio": "^5.0.1",
7171
"vite-plugin-pwa": "^0.11.3",
7272
"vitepress": "^0.20.1",
73-
"webpack": "^5.22.0",
73+
"webpack": "^5.54.0",
7474
"yorkie": "^2.0.0"
7575
},
7676
"resolutions": {

‎packages/@vue/cli-plugin-babel/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-babel/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vue/cli-shared-utils": "^5.0.0-rc.0",
2626
"babel-loader": "^8.2.2",
2727
"thread-loader": "^3.0.0",
28-
"webpack": "^5.22.0"
28+
"webpack": "^5.54.0"
2929
},
3030
"peerDependencies": {
3131
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"

‎packages/@vue/cli-plugin-eslint/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-eslint/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vue/cli-shared-utils": "^5.0.0-rc.0",
2727
"eslint-webpack-plugin": "^3.1.0",
2828
"globby": "^11.0.2",
29-
"webpack": "^5.22.0",
29+
"webpack": "^5.54.0",
3030
"yorkie": "^2.0.0"
3131
},
3232
"peerDependencies": {

‎packages/@vue/cli-plugin-pwa/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-pwa/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^5.0.0-rc.0",
2727
"html-webpack-plugin": "^5.1.0",
28-
"webpack": "^5.22.0",
28+
"webpack": "^5.54.0",
2929
"workbox-webpack-plugin": "^6.1.0"
3030
},
3131
"devDependencies": {

‎packages/@vue/cli-plugin-typescript/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"globby": "^11.0.2",
3333
"thread-loader": "^3.0.0",
3434
"ts-loader": "^9.2.5",
35-
"webpack": "^5.22.0",
35+
"webpack": "^5.54.0",
3636
"yorkie": "^2.0.0"
3737
},
3838
"peerDependencies": {

‎packages/@vue/cli-service/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-service/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"thread-loader": "^3.0.0",
7474
"vue-loader": "^16.8.2",
7575
"vue-style-loader": "^4.1.3",
76-
"webpack": "^5.22.0",
76+
"webpack": "^5.54.0",
7777
"webpack-bundle-analyzer": "^4.4.0",
7878
"webpack-chain": "^6.5.1",
7979
"webpack-dev-server": "^4.1.0",

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20379,10 +20379,10 @@ webpack-virtual-modules@^0.4.2:
2037920379
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.3.tgz#cd597c6d51d5a5ecb473eea1983a58fa8a17ded9"
2038020380
integrity sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==
2038120381

20382-
webpack@*, webpack@^5.22.0, webpack@^5.38.1:
20383-
version "5.58.1"
20384-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.58.1.tgz#df8aad72b617a9d0db8c89d4f410784ee93320d7"
20385-
integrity sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==
20382+
webpack@*, webpack@^5.38.1, webpack@^5.54.0:
20383+
version "5.63.0"
20384+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.63.0.tgz#4b074115800e0526d85112985e46c64b95e04aaf"
20385+
integrity sha512-HYrw6bkj/MDmphAXvqLEvn2fVoDZsYu6O638WjK6lSNgIpjb5jl/KtOrqJyU9EC/ZV9mLUmZW5h4mASB+CVA4A==
2038620386
dependencies:
2038720387
"@types/eslint-scope" "^3.7.0"
2038820388
"@types/estree" "^0.0.50"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.