1
0
mirror of synced 2025-11-06 04:21:02 +08:00

chore: release v1.5.1

This commit is contained in:
roymondchen
2024-12-18 16:20:38 +08:00
parent 7887a14f6b
commit 18f92823c2
21 changed files with 54 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.5.0",
"version": "1.5.1",
"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.0",
"@tmagic/stage": "1.5.0",
"@tmagic/core": "1.5.1",
"@tmagic/stage": "1.5.1",
"@tmagic/vue-runtime-help": "^0.1.4",
"axios": "^0.25.0",
"vue": ">=3.5.0"
},
"devDependencies": {
"@tmagic/cli": "^1.5.0",
"@tmagic/cli": "1.5.1",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.1",