chore: release v1.4.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/cli",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/core",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -37,9 +37,9 @@
|
||||
"vue"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tmagic/data-source": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/data-source": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/data-source",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -33,9 +33,9 @@
|
||||
"data-source"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tmagic/dep": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/dep": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/dep",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -30,8 +30,8 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2"
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/design",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/editor",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -48,14 +48,14 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.0",
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@tmagic/core": "1.4.2",
|
||||
"@tmagic/dep": "1.4.2",
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/form": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/stage": "1.4.2",
|
||||
"@tmagic/table": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/core": "1.4.3",
|
||||
"@tmagic/dep": "1.4.3",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"@tmagic/form": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/stage": "1.4.3",
|
||||
"@tmagic/table": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"buffer": "^6.0.3",
|
||||
"color": "^3.1.3",
|
||||
"emmet-monaco-es": "^5.3.0",
|
||||
@@ -69,8 +69,8 @@
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/form": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"@tmagic/form": "1.4.3",
|
||||
"monaco-editor": "^0.47.0",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/element-plus-adapter",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -37,12 +37,12 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"element-plus": "^2.6.1",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"element-plus": "^2.6.1",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/form",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -38,8 +38,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"lodash-es": "^4.17.21",
|
||||
"sortablejs": "^1.14.0",
|
||||
"vue": "^3.4.21"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/schema",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/stage",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -31,9 +31,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@scena/guides": "^0.29.2",
|
||||
"@tmagic/core": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/core": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"events": "^3.3.0",
|
||||
"keycon": "^1.4.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/table",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -35,14 +35,14 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/form": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"@tmagic/form": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"lodash-es": "^4.17.21",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/form": "1.4.2",
|
||||
"@tmagic/form": "1.4.3",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/tdesign-vue-next-adapter",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
@@ -38,12 +38,12 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"tdesign-vue-next": "^1.8.1",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "1.4.2",
|
||||
"@tmagic/design": "1.4.3",
|
||||
"tdesign-vue-next": "^1.8.1",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tmagic/ui-react",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
@@ -14,9 +14,9 @@
|
||||
"react:build": "tsc && vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/core": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"qrcode": "^1.5.0",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/ui-vue2",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
@@ -11,9 +11,9 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/core": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"qrcode": "^1.5.0",
|
||||
"vue": "^2.7.4"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/ui",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
@@ -12,9 +12,9 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.4.2",
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/utils": "1.4.2",
|
||||
"@tmagic/core": "1.4.3",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"@tmagic/utils": "1.4.3",
|
||||
"delegate": "^3.2.0",
|
||||
"qrcode": "^1.5.0",
|
||||
"tiny-emitter": "^2.1.0",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"name": "@tmagic/utils",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-utils.umd.cjs",
|
||||
@@ -30,7 +30,7 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.4.2",
|
||||
"@tmagic/schema": "1.4.3",
|
||||
"dayjs": "^1.11.4",
|
||||
"lodash-es": "^4.17.21"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user