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

chore: release v1.0.0-rc.10

This commit is contained in:
roymondchen
2022-06-15 19:42:18 +08:00
committed by jia000
parent 7ad80e848f
commit 3ab29d7022
17 changed files with 90 additions and 69 deletions

View File

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