1
0
mirror of synced 2025-12-07 17:32:33 +08:00

chore: release v1.5.14

This commit is contained in:
roymondchen
2025-04-24 15:00:40 +08:00
parent 604ae1eb52
commit e774c9ff5f
21 changed files with 49 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.5.13",
"version": "1.5.14",
"type": "module",
"private": true,
"scripts": {
@@ -19,16 +19,16 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.13",
"@tmagic/core": "1.5.14",
"@tmagic/react-runtime-help": "0.1.0",
"@tmagic/stage": "1.5.13",
"@tmagic/stage": "1.5.14",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.13",
"@tmagic/cli": "1.5.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.5.13",
"version": "1.5.14",
"type": "module",
"private": true,
"scripts": {
@@ -19,15 +19,15 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.13",
"@tmagic/stage": "1.5.13",
"@tmagic/core": "1.5.14",
"@tmagic/stage": "1.5.14",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"terser": "^5.31.6",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.13",
"@tmagic/cli": "1.5.14",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.38.0",

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.5.13",
"version": "1.5.14",
"type": "module",
"private": true,
"scripts": {
@@ -19,14 +19,14 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.13",
"@tmagic/stage": "1.5.13",
"@tmagic/core": "1.5.14",
"@tmagic/stage": "1.5.14",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@tmagic/cli": "1.5.13",
"@tmagic/cli": "1.5.14",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.3",