1
0
mirror of synced 2025-12-09 02:27:55 +08:00

chore: release v1.1.0-beta.1

This commit is contained in:
roymondchen
2022-07-14 21:10:06 +08:00
committed by jia000
parent fe281cfade
commit 48294ea21b
18 changed files with 126 additions and 112 deletions

View File

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