1
0
mirror of synced 2026-03-23 02:58:34 +08:00

chore: release v1.7.8-beta.1

This commit is contained in:
roymondchen
2026-03-19 12:09:15 +08:00
parent bada79e519
commit 64c8ed15ab
19 changed files with 1261 additions and 1973 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue",
"version": "1.7.7",
"version": "1.7.8-beta.1",
"type": "module",
"private": true,
"engines": {
@@ -16,14 +16,14 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.7.7",
"@tmagic/stage": "1.7.7",
"@tmagic/core": "1.7.8-beta.1",
"@tmagic/stage": "1.7.8-beta.1",
"@tmagic/vue-runtime-help": "^2.0.0",
"axios": "^1.13.2",
"vue": "catalog:"
},
"devDependencies": {
"@tmagic/cli": "1.7.7",
"@tmagic/cli": "1.7.8-beta.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^8.0.0",