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

chore: release v1.6.0

This commit is contained in:
roymondchen
2025-08-27 19:26:01 +08:00
parent 001f2b6c9e
commit 9f81597596
19 changed files with 41 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.6.0-beta.6",
"version": "1.6.0",
"type": "module",
"private": true,
"engines": {
@@ -16,16 +16,16 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.6.0-beta.6",
"@tmagic/core": "1.6.0",
"@tmagic/react-runtime-help": "0.2.0",
"@tmagic/stage": "1.6.0-beta.6",
"@tmagic/stage": "1.6.0",
"axios": "^1.11.0",
"qrcode": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.6.0-beta.6",
"@tmagic/cli": "1.6.0",
"@types/fs-extra": "^11.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue",
"version": "1.6.0-beta.6",
"version": "1.6.0",
"type": "module",
"private": true,
"engines": {
@@ -16,14 +16,14 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.6.0-beta.6",
"@tmagic/stage": "1.6.0-beta.6",
"@tmagic/core": "1.6.0",
"@tmagic/stage": "1.6.0",
"@tmagic/vue-runtime-help": "^1.2.0",
"axios": "^1.11.0",
"vue": "catalog:"
},
"devDependencies": {
"@tmagic/cli": "1.6.0-beta.6",
"@tmagic/cli": "1.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^7.2.1",