1
0
mirror of synced 2026-03-22 18:48:34 +08:00

chore: release v1.1.0-beta.3

This commit is contained in:
roymondchen
2022-07-25 22:06:01 +08:00
parent 89f863d873
commit 818b5ea02a
18 changed files with 130 additions and 77 deletions

View File

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