Skip to content

Commit

Permalink
chore: upgrade deps, remove playground demos
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 22, 2024
1 parent b871358 commit c366948
Show file tree
Hide file tree
Showing 35 changed files with 455 additions and 1,570 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "node index.js"
},
"dependencies": {
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@vapor",
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@e3c5ce5",
"connect": "^3.7.0",
"sirv": "^2.0.4",
"vite": "^5.0.12"
},
"devDependencies": {
"@types/connect": "^3.4.38",
"terser": "^5.31.6"
"terser": "^5.33.0"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "node ./setup/vite.js preview"
},
"dependencies": {
"@vueuse/core": "^10.7.2",
"@vueuse/core": "^11.1.0",
"vue": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "npm:@vue-vapor/vite-plugin-vue@0.0.0-alpha.4",
"vite": "^5.0.12",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.7.42"
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@e3c5ce5",
"vite": "catalog:",
"vite-hyper-config": "^0.4.0",
"vite-plugin-inspect": "^0.8.7"
}
}
2 changes: 1 addition & 1 deletion playground/setup/vite.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ startVite(
{ plugins: [DevPlugin()] },
{
deps: {
inline: ['@vue-vapor/vite-plugin-vue'],
inline: ['@vitejs/plugin-vue'],
},
},
)
5 changes: 5 additions & 0 deletions playground/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!.gitignore
!App.vue
!main.ts
!style.css
15 changes: 0 additions & 15 deletions playground/src/App-root.vue

This file was deleted.

2 changes: 1 addition & 1 deletion playground/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script setup lang="ts">
<script setup lang="ts" vapor>
import {
ref,
computed,
Expand Down
43 changes: 0 additions & 43 deletions playground/src/components.vue

This file was deleted.

54 changes: 0 additions & 54 deletions playground/src/directive.vue

This file was deleted.

1 change: 0 additions & 1 deletion playground/src/dynamic-all.vue

This file was deleted.

4 changes: 0 additions & 4 deletions playground/src/dynamic-mixed-mid.vue

This file was deleted.

1 change: 0 additions & 1 deletion playground/src/dynamic-mixed.vue

This file was deleted.

3 changes: 0 additions & 3 deletions playground/src/dynamic-mixed2.vue

This file was deleted.

7 changes: 0 additions & 7 deletions playground/src/dynamic-on.vue

This file was deleted.

1 change: 0 additions & 1 deletion playground/src/dynamic.vue

This file was deleted.

27 changes: 0 additions & 27 deletions playground/src/event-modifier.vue

This file was deleted.

Loading

0 comments on commit c366948

Please sign in to comment.