1
0
mirror of synced 2025-12-08 10:07:54 +08:00

chore: release v1.5.13

This commit is contained in:
roymondchen
2025-04-10 20:54:13 +08:00
parent 0bcd7d0755
commit 42adb962fd
21 changed files with 49 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.5.12",
"version": "1.5.13",
"type": "module",
"private": true,
"scripts": {
@@ -19,14 +19,14 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.12",
"@tmagic/stage": "1.5.12",
"@tmagic/core": "1.5.13",
"@tmagic/stage": "1.5.13",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@tmagic/cli": "1.5.12",
"@tmagic/cli": "1.5.13",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.3",