1
0
mirror of synced 2025-12-08 18:17:57 +08:00

chore: release v1.2.8

This commit is contained in:
roymondchen
2023-03-06 16:41:58 +08:00
parent c025508cd7
commit 2a457c9553
21 changed files with 136 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.2.7",
"version": "1.2.8",
"type": "module",
"private": true,
"scripts": {
@@ -21,12 +21,12 @@
"build:event:admin": "vite build --config build.vite.config.ts --mode event:admin"
},
"dependencies": {
"@tmagic/cli": "1.2.7",
"@tmagic/core": "1.2.7",
"@tmagic/ui": "1.2.7",
"@tmagic/schema": "1.2.7",
"@tmagic/stage": "1.2.7",
"@tmagic/utils": "1.2.7",
"@tmagic/cli": "1.2.8",
"@tmagic/core": "1.2.8",
"@tmagic/ui": "1.2.8",
"@tmagic/schema": "1.2.8",
"@tmagic/stage": "1.2.8",
"@tmagic/utils": "1.2.8",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"axios": "^0.25.0",