Skip to content

Commit c366948

Browse files
committed
chore: upgrade deps, remove playground demos
1 parent b871358 commit c366948

35 files changed

+455
-1570
lines changed

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"start": "node index.js"
1010
},
1111
"dependencies": {
12-
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@vapor",
12+
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@e3c5ce5",
1313
"connect": "^3.7.0",
1414
"sirv": "^2.0.4",
1515
"vite": "^5.0.12"
1616
},
1717
"devDependencies": {
1818
"@types/connect": "^3.4.38",
19-
"terser": "^5.31.6"
19+
"terser": "^5.33.0"
2020
}
2121
}

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"preview": "node ./setup/vite.js preview"
99
},
1010
"dependencies": {
11-
"@vueuse/core": "^10.7.2",
11+
"@vueuse/core": "^11.1.0",
1212
"vue": "workspace:*"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "npm:@vue-vapor/vite-plugin-vue@0.0.0-alpha.4",
16-
"vite": "^5.0.12",
17-
"vite-hyper-config": "^0.2.1",
18-
"vite-plugin-inspect": "^0.7.42"
15+
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@e3c5ce5",
16+
"vite": "catalog:",
17+
"vite-hyper-config": "^0.4.0",
18+
"vite-plugin-inspect": "^0.8.7"
1919
}
2020
}

playground/setup/vite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ startVite(
88
{ plugins: [DevPlugin()] },
99
{
1010
deps: {
11-
inline: ['@vue-vapor/vite-plugin-vue'],
11+
inline: ['@vitejs/plugin-vue'],
1212
},
1313
},
1414
)

playground/src/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*
2+
!.gitignore
3+
!App.vue
4+
!main.ts
5+
!style.css

playground/src/App-root.vue

Lines changed: 0 additions & 15 deletions
This file was deleted.

playground/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script setup lang="ts">
1+
<script setup lang="ts" vapor>
22
import {
33
ref,
44
computed,

playground/src/components.vue

Lines changed: 0 additions & 43 deletions
This file was deleted.

playground/src/directive.vue

Lines changed: 0 additions & 54 deletions
This file was deleted.

playground/src/dynamic-all.vue

Lines changed: 0 additions & 1 deletion
This file was deleted.

playground/src/dynamic-mixed-mid.vue

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)