1
0
mirror of synced 2026-03-22 18:48:34 +08:00

chore: release v1.1.1

This commit is contained in:
roymondchen
2022-08-31 15:14:05 +08:00
parent 2468082be9
commit d84c6d08c3
19 changed files with 123 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev:react": "npm run build:libs && vite --config dev.vite.config.ts",
@@ -20,12 +20,12 @@
"build:event:admin": "vite build --config build.vite.config.ts --mode event:admin"
},
"dependencies": {
"@tmagic/cli": "1.1.0",
"@tmagic/core": "1.1.0",
"@tmagic/ui-react": "1.1.0",
"@tmagic/schema": "1.1.0",
"@tmagic/stage": "1.1.0",
"@tmagic/utils": "1.1.0",
"@tmagic/cli": "1.1.1",
"@tmagic/core": "1.1.1",
"@tmagic/ui-react": "1.1.1",
"@tmagic/schema": "1.1.1",
"@tmagic/stage": "1.1.1",
"@tmagic/utils": "1.1.1",
"axios": "^0.25.0",
"terser": "^5.14.2",
"react": "^17.0.2",