Skip to content

Commit 2f5899f

Browse files
mbostockFil
authored andcommitted
downgrade vite, vitepress
1 parent e855c11 commit 2f5899f

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"topojson-client": "^3.1.0",
7272
"ts-morph": "^19.0.0",
7373
"typescript": "^5.0.2",
74-
"vite": "^4.0.0",
75-
"vitepress": "^1.0.0-rc.4"
74+
"vite": "4.4.7",
75+
"vitepress": "1.0.0-beta.7"
7676
},
7777
"dependencies": {
7878
"d3": "^7.8.0",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@
10201020
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.4.tgz#06e83c5027f464eef861c329be81454bc8b70780"
10211021
integrity sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
10221022

1023-
"@vueuse/[email protected]", "@vueuse/core@^10.3.0":
1023+
"@vueuse/[email protected]", "@vueuse/core@^10.2.1":
10241024
version "10.3.0"
10251025
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-10.3.0.tgz#b2dab7821ef206811b925fc935163c38056fd82b"
10261026
integrity sha512-BEM5yxcFKb5btFjTSAFjTu5jmwoW66fyV9uJIP4wUXXU8aR5Hl44gndaaXp7dC5HSObmgbnR2RN+Un1p68Mf5Q==
@@ -1030,7 +1030,7 @@
10301030
"@vueuse/shared" "10.3.0"
10311031
vue-demi ">=0.14.5"
10321032

1033-
"@vueuse/integrations@^10.3.0":
1033+
"@vueuse/integrations@^10.2.1":
10341034
version "10.3.0"
10351035
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-10.3.0.tgz#765e9505358590f21531998194c6e60a8b23655c"
10361036
integrity sha512-Jgiv7oFyIgC6BxmDtiyG/fxyGysIds00YaY7sefwbhCZ2/tjEx1W/1WcsISSJPNI30in28+HC2J4uuU8184ekg==
@@ -2720,7 +2720,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
27202720
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
27212721
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
27222722

2723-
postcss@^8.1.10, postcss@^8.4.27:
2723+
postcss@^8.1.10, postcss@^8.4.26:
27242724
version "8.4.28"
27252725
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5"
27262726
integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==
@@ -2838,7 +2838,7 @@ robust-predicates@^3.0.0:
28382838
resolved "https://registry.yarnpkg.com/robust-predicates/-/robust-predicates-3.0.2.tgz#d5b28528c4824d20fc48df1928d41d9efa1ad771"
28392839
integrity sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==
28402840

2841-
rollup@^3.27.1, rollup@^3.7.0:
2841+
rollup@^3.25.2, rollup@^3.7.0:
28422842
version "3.28.0"
28432843
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.28.0.tgz#a3c70004b01934760c0cb8df717c7a1d932389a2"
28442844
integrity sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==
@@ -3154,34 +3154,34 @@ util-deprecate@^1.0.1:
31543154
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
31553155
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
31563156

3157-
vite@^4.0.0, vite@^4.4.9:
3158-
version "4.4.9"
3159-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d"
3160-
integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==
3157+
vite@4.4.7, vite@^4.4.7:
3158+
version "4.4.7"
3159+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.7.tgz#71b8a37abaf8d50561aca084dbb77fa342824154"
3160+
integrity sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==
31613161
dependencies:
31623162
esbuild "^0.18.10"
3163-
postcss "^8.4.27"
3164-
rollup "^3.27.1"
3163+
postcss "^8.4.26"
3164+
rollup "^3.25.2"
31653165
optionalDependencies:
31663166
fsevents "~2.3.2"
31673167

3168-
vitepress@^1.0.0-rc.4:
3169-
version "1.0.0-rc.4"
3170-
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.4.tgz#2422aaf9b43d65045495056f72ba22c810b979a0"
3171-
integrity sha512-JCQ89Bm6ECUTnyzyas3JENo00UDJeK8q1SUQyJYou+4Yz5BKEc/F3O21cu++DnUT2zXc0kvQ2Aj4BZCc/nioXQ==
3168+
3169+
version "1.0.0-beta.7"
3170+
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-beta.7.tgz#edf7f0806e700ed9b08d84e48131d78e453d3a19"
3171+
integrity sha512-P9Rw+FXatKIU4fVdtKxqwHl6fby8E/8zE3FIfep6meNgN4BxbWqoKJ6yfuuQQR9IrpQqwnyaBh4LSabyll6tWg==
31723172
dependencies:
31733173
"@docsearch/css" "^3.5.1"
31743174
"@docsearch/js" "^3.5.1"
31753175
"@vitejs/plugin-vue" "^4.2.3"
31763176
"@vue/devtools-api" "^6.5.0"
3177-
"@vueuse/core" "^10.3.0"
3178-
"@vueuse/integrations" "^10.3.0"
3177+
"@vueuse/core" "^10.2.1"
3178+
"@vueuse/integrations" "^10.2.1"
31793179
body-scroll-lock "4.0.0-beta.0"
31803180
focus-trap "^7.5.2"
31813181
mark.js "8.11.1"
31823182
minisearch "^6.1.0"
31833183
shiki "^0.14.3"
3184-
vite "^4.4.9"
3184+
vite "^4.4.7"
31853185
vue "^3.3.4"
31863186

31873187
vscode-oniguruma@^1.7.0:

0 commit comments

Comments
 (0)