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

chore: release v1.0.4

This commit is contained in:
roymondchen
2022-07-07 19:52:35 +08:00
committed by jia000
parent 49c9e87d6e
commit 5c74e0f296
18 changed files with 154 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"dev:react": "npm run entry && npm run build:lib & npm run dev:html",
@@ -11,8 +11,8 @@
"dev:html": "vite --port 8078"
},
"dependencies": {
"@tmagic/schema": "1.0.3",
"@tmagic/stage": "1.0.3",
"@tmagic/schema": "1.0.4",
"@tmagic/stage": "1.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},