1
0
mirror of synced 2026-03-23 02:58:34 +08:00

v1.0.0-rc.3

This commit is contained in:
roymondchen
2022-05-25 14:26:41 +08:00
committed by jia000
parent 8c287ecace
commit 1601cefb7f
25 changed files with 49 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"private": true,
"scripts": {
"dev": "npm run build && npm run serve",
@@ -9,8 +9,8 @@
"serve": "vite preview --port 8076"
},
"dependencies": {
"@tmagic/schema": "^1.0.0-rc.2",
"@tmagic/stage": "^1.0.0-rc.2",
"@tmagic/schema": "^1.0.0-rc.3",
"@tmagic/stage": "^1.0.0-rc.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},