1
0
mirror of synced 2025-12-10 11:48:29 +08:00

chore: release v1.1.0-beta.2

This commit is contained in:
roymondchen
2022-07-15 18:52:17 +08:00
committed by jia000
parent 30b209b628
commit d8d0096350
18 changed files with 124 additions and 76 deletions

View File

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