1
0
mirror of synced 2026-05-21 09:58:32 +08:00

chore: release v1.7.10

This commit is contained in:
roymondchen
2026-04-13 20:30:30 +08:00
parent fa09ab0b30
commit 27bb886054
19 changed files with 52 additions and 29 deletions

View File

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