Skip to content
/ vue-cli Public
  • Sponsor vuejs/vue-cli

  • Notifications You must be signed in to change notification settings
  • Fork 6.3k

Commit e636817

Browse files
committedAug 17, 2022
docs: revert vitepress version
1 parent 248f770 commit e636817

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"typescript": "~4.5.5",
7171
"verdaccio": "^5.0.1",
7272
"vite-plugin-pwa": "^0.11.3",
73-
"vitepress": "^0.22.4",
73+
"vitepress": "^0.20.10",
7474
"webpack": "^5.54.0",
7575
"yorkie": "^2.0.0"
7676
},

‎yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1453,12 +1453,12 @@
14531453
debug "^3.1.0"
14541454
lodash.once "^4.1.1"
14551455

1456-
"@docsearch/css@3.2.1", "@docsearch/css@^3.0.0":
1456+
"@docsearch/css@3.2.1", "@docsearch/css@^3.0.0-alpha.41":
14571457
version "3.2.1"
14581458
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.2.1.tgz#c05d7818b0e43b42f9efa2d82a11c36606b37b27"
14591459
integrity sha512-gaP6TxxwQC+K8D6TRx5WULUWKrcbzECOPA2KCVMuI+6C7dNiGUk5yXXzVhc5sld79XKYLnO9DRTI4mjXDYkh+g==
14601460

1461-
"@docsearch/js@^3.0.0":
1461+
"@docsearch/js@^3.0.0-alpha.41":
14621462
version "3.2.1"
14631463
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.2.1.tgz#d6856fb6223c7a47091640264d5144d59806bc30"
14641464
integrity sha512-H1PekEtSeS0msetR2YGGey2w7jQ2wAKfGODJvQTygSwMgUZ+2DHpzUgeDyEBIXRIfaBcoQneqrzsljM62pm6Xg==
@@ -4358,7 +4358,7 @@
43584358
resolved "https://registry.yarnpkg.com/@verdaccio/ui-theme/-/ui-theme-6.0.0-6-next.16.tgz#f88f555b502636c37ec1722d832c6fd826b63892"
43594359
integrity sha512-FbYl3273qaA0/fRwrvE876/HuvU81zjsnR70rCEojBelDuddl3xbY1LVdvthCjUGuIj2SUNpTzGhyROdqHJUCg==
43604360

4361-
"@vitejs/plugin-vue@^2.3.2":
4361+
"@vitejs/plugin-vue@^2.0.0":
43624362
version "2.3.4"
43634363
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.4.tgz#966a6279060eb2d9d1a02ea1a331af071afdcf9e"
43644364
integrity sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==
@@ -20211,7 +20211,7 @@ vite-plugin-pwa@^0.11.3:
2021120211
workbox-build "^6.4.2"
2021220212
workbox-window "^6.4.2"
2021320213

20214-
vite@^2.9.7:
20214+
vite@^2.7.0:
2021520215
version "2.9.15"
2021620216
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.15.tgz#2858dd5b2be26aa394a283e62324281892546f0b"
2021720217
integrity sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==
@@ -20223,17 +20223,17 @@ vite@^2.9.7:
2022320223
optionalDependencies:
2022420224
fsevents "~2.3.2"
2022520225

20226-
vitepress@^0.22.4:
20227-
version "0.22.4"
20228-
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.22.4.tgz#d4d778fb06decfc2c31c105f6a7a136843cdfb08"
20229-
integrity sha512-oZUnLO/SpYdThaBKefDeOiVlr0Rie4Ppx3FzMnMyLtJnI5GlBMNjqYqMy/4+umm/iC+ZDJfI+IlDKxv5fZnYzA==
20226+
vitepress@^0.20.10:
20227+
version "0.20.10"
20228+
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.20.10.tgz#18266182aee192191db76f63b68203eea3ac148d"
20229+
integrity sha512-dKgH6k1yxdEjIIxoXGI0vMg3lpBLvMarre/vvt4beuxd+rXOUB1a7DAtXDmgIXOMGQ7IcF+4zyd2132IedhjtQ==
2023020230
dependencies:
20231-
"@docsearch/css" "^3.0.0"
20232-
"@docsearch/js" "^3.0.0"
20233-
"@vitejs/plugin-vue" "^2.3.2"
20231+
"@docsearch/css" "^3.0.0-alpha.41"
20232+
"@docsearch/js" "^3.0.0-alpha.41"
20233+
"@vitejs/plugin-vue" "^2.0.0"
2023420234
prismjs "^1.25.0"
20235-
vite "^2.9.7"
20236-
vue "^3.2.33"
20235+
vite "^2.7.0"
20236+
vue "^3.2.26"
2023720237

2023820238
vscode-jsonrpc@^4.0.0:
2023920239
version "4.0.0"
@@ -20500,7 +20500,7 @@ vue@^2.6.14:
2050020500
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
2050120501
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
2050220502

20503-
vue@^3.2.33:
20503+
vue@^3.2.26:
2050420504
version "3.2.37"
2050520505
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.37.tgz#da220ccb618d78579d25b06c7c21498ca4e5452e"
2050620506
integrity sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==

0 commit comments

Comments
 (0)
Please sign in to comment.