1
0
mirror of synced 2025-12-08 01:57:56 +08:00

chore: release v1.0.2

This commit is contained in:
roymondchen
2022-06-29 15:33:15 +08:00
committed by jia000
parent fab8717fcf
commit 1950c11629
18 changed files with 117 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.0.1",
"version": "1.0.2",
"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.1",
"@tmagic/stage": "1.0.1",
"@tmagic/schema": "1.0.2",
"@tmagic/stage": "1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},