1
0
mirror of synced 2026-03-23 19:28:40 +08:00

chore: release v1.0.5

This commit is contained in:
roymondchen
2022-07-08 17:39:39 +08:00
committed by jia000
parent e901ad4dd0
commit d5f6f69994
17 changed files with 111 additions and 69 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev:vue2": "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.4",
"@tmagic/stage": "1.0.4",
"@tmagic/schema": "1.0.5",
"@tmagic/stage": "1.0.5",
"@vue/composition-api": "1.0.5",
"vue": "^2.6.14"
},

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "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.4",
"@tmagic/stage": "1.0.4",
"@tmagic/schema": "1.0.5",
"@tmagic/stage": "1.0.5",
"axios": "^0.25.0",
"vue": "^3.2.0"
},