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

chore: release v1.7.8-beta.3

This commit is contained in:
roymondchen
2026-03-20 17:40:26 +08:00
parent e8714c96c9
commit 450376872e
19 changed files with 38 additions and 29 deletions

View File

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