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

chore: release v1.2.3

This commit is contained in:
roymondchen
2023-02-15 19:46:59 +08:00
parent 4d0b4c3178
commit 6637fdc92b
21 changed files with 130 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.2.2",
"version": "1.2.3",
"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.2",
"@tmagic/core": "1.2.2",
"@tmagic/ui": "1.2.2",
"@tmagic/schema": "1.2.2",
"@tmagic/stage": "1.2.2",
"@tmagic/utils": "1.2.2",
"@tmagic/cli": "1.2.3",
"@tmagic/core": "1.2.3",
"@tmagic/ui": "1.2.3",
"@tmagic/schema": "1.2.3",
"@tmagic/stage": "1.2.3",
"@tmagic/utils": "1.2.3",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"axios": "^0.25.0",