mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
chore: 更新依赖,vue@3.5.1
This commit is contained in:
parent
0c665c6b3c
commit
1de4d95bd4
16
package.json
16
package.json
@ -19,7 +19,7 @@
|
||||
"pg:react": "pnpm playground:react",
|
||||
"build": "pnpm build:dts && pnpm --filter \"@tmagic/*\" build",
|
||||
"build:dts": "pnpm --filter \"@tmagic/cli\" build && tsc -p tsconfig.build-browser.json && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build-vue.json && rollup -c rollup.dts.config.js && rimraf temp",
|
||||
"check:type": "tsc --incremental --noEmit -p tsconfig.check.json",
|
||||
"check:type": "tsc --incremental --noEmit -p tsconfig.check.json && vue-tsc --noEmit -p tsconfig.check-vue.json",
|
||||
"build:playground": "pnpm --filter \"runtime-vue3\" build && pnpm --filter \"tmagic-playground\" build",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:serve": "vitepress serve docs",
|
||||
@ -49,7 +49,7 @@
|
||||
"@types/node": "^18.19.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
"c8": "^7.11.3",
|
||||
"commitizen": "^4.3.0",
|
||||
@ -79,12 +79,12 @@
|
||||
"semver": "^7.3.7",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.5",
|
||||
"vitepress": "1.2.2",
|
||||
"vitest": "^2.0.3",
|
||||
"vue": "^3.4.35",
|
||||
"vue-tsc": "^2.0.19"
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.4.3",
|
||||
"vitepress": "^1.3.4",
|
||||
"vitest": "^2.0.5",
|
||||
"vue": "^3.5.0",
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
@ -50,7 +50,7 @@
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "*"
|
||||
|
@ -51,6 +51,6 @@
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"tsc-alias": "^1.8.5",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
}
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/schema": "workspace:*",
|
||||
|
@ -41,14 +41,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.4.35",
|
||||
"vue": "^3.5.0",
|
||||
"typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -71,20 +71,20 @@
|
||||
"@types/node": "^18.19.0",
|
||||
"@types/serialize-javascript": "^5.0.1",
|
||||
"@types/sortablejs": "^1.15.8",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.77.0",
|
||||
"sass": "^1.78.0",
|
||||
"tsc-alias": "^1.8.5",
|
||||
"type-fest": "^4.10.3",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/core": "workspace:*",
|
||||
"monaco-editor": "^0.48.0",
|
||||
"typescript": "*",
|
||||
"vue": "^3.4.35"
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
|
@ -15,7 +15,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { App } from 'vue';
|
||||
import type { App } from 'vue';
|
||||
|
||||
import type { DesignPluginOptions } from '@tmagic/design';
|
||||
import designPlugin from '@tmagic/design';
|
||||
|
@ -180,7 +180,7 @@ defineOptions({
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
data: SideBarData;
|
||||
data?: SideBarData;
|
||||
layerContentMenu: (MenuButton | MenuComponent)[];
|
||||
indent?: number;
|
||||
nextLevelIndentIncrement?: number;
|
||||
|
@ -39,7 +39,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "workspace:*",
|
||||
|
@ -49,18 +49,18 @@
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"@types/sortablejs": "^1.15.8",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.77.0",
|
||||
"vite": "^5.3.5"
|
||||
"sass": "^1.78.0",
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "workspace:*",
|
||||
"@tmagic/utils": "workspace:*",
|
||||
"typescript": "*",
|
||||
"vue": "^3.4.35"
|
||||
"vue": "^3.5.0",
|
||||
"typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
|
@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { App } from 'vue';
|
||||
import type { App } from 'vue';
|
||||
|
||||
import Container from './containers/Container.vue';
|
||||
import Fieldset from './containers/Fieldset.vue';
|
||||
@ -98,8 +98,8 @@ export interface FormInstallOptions {
|
||||
const defaultInstallOpt: FormInstallOptions = {};
|
||||
|
||||
export default {
|
||||
install(app: App, opt: FormInstallOptions = {}) {
|
||||
const option = Object.assign(defaultInstallOpt, opt);
|
||||
install(app: App, opt?: FormInstallOptions) {
|
||||
const option = Object.assign(defaultInstallOpt, opt || {});
|
||||
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
app.config.globalProperties.$MAGIC_FORM = option;
|
||||
|
@ -32,7 +32,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "*"
|
||||
|
@ -43,8 +43,8 @@
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.77.0",
|
||||
"vite": "^5.3.5"
|
||||
"sass": "^1.78.0",
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/core": "workspace:*",
|
||||
|
@ -42,17 +42,17 @@
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.77.0",
|
||||
"vite": "^5.3.5"
|
||||
"sass": "^1.78.0",
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "workspace:*",
|
||||
"@tmagic/form": "workspace:*",
|
||||
"vue": "^3.4.35",
|
||||
"vue": "^3.5.0",
|
||||
"typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -37,16 +37,16 @@
|
||||
"typescript"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/design": "workspace:*",
|
||||
"tdesign-vue-next": "^1.9.8",
|
||||
"vue": "^3.4.35",
|
||||
"vue": "^3.5.0",
|
||||
"typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -39,6 +39,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
}
|
||||
}
|
||||
|
@ -45,6 +45,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
}
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/schema": "workspace:*",
|
||||
|
@ -21,22 +21,22 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.48.0",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
"vue": "^3.4.35",
|
||||
"vue-router": "^4.0.10"
|
||||
"vue": "^3.5.0",
|
||||
"vue-router": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"@types/serialize-javascript": "^5.0.1",
|
||||
"@vitejs/plugin-legacy": "^5.4.1",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
||||
"@vue/compiler-sfc": "^3.4.35",
|
||||
"sass": "^1.77.0",
|
||||
"terser": "^5.31.3",
|
||||
"typescript": "^5.4.5",
|
||||
"@vitejs/plugin-legacy": "^5.4.2",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"sass": "^1.78.0",
|
||||
"terser": "^5.31.6",
|
||||
"typescript": "^5.5.4",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"unplugin-vue-components": "^0.22.11",
|
||||
"vite": "^5.3.5"
|
||||
"vite": "^5.4.3"
|
||||
}
|
||||
}
|
||||
|
3000
pnpm-lock.yaml
generated
3000
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,7 @@
|
||||
"@tmagic/stage": "1.5.0-beta.6",
|
||||
"@tmagic/utils": "1.5.0-beta.6",
|
||||
"axios": "^0.25.0",
|
||||
"terser": "^5.31.0",
|
||||
"terser": "^5.31.6",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
@ -34,9 +34,9 @@
|
||||
"@tmagic/cli": "1.5.0-beta.6",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-legacy": "^5.4.0",
|
||||
"@vitejs/plugin-legacy": "^5.4.2",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.1",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.2.11"
|
||||
}
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
"@tmagic/core": "workspace:^",
|
||||
"@tmagic/editor": "workspace:^",
|
||||
"element-plus": ">=2.8.0",
|
||||
"vue": ">=3.4.27",
|
||||
"vue": ">=3.5.0",
|
||||
"typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@ -48,10 +48,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"vite": "^5.3.5",
|
||||
"vue-tsc": "^2.0.19"
|
||||
"vite": "^5.4.3",
|
||||
"vue-tsc": "^2.1.6"
|
||||
}
|
||||
}
|
||||
|
@ -23,8 +23,8 @@
|
||||
"@tmagic/stage": "1.5.0-beta.6",
|
||||
"@tmagic/vue-runtime-help": "^0.1.4",
|
||||
"axios": "^0.25.0",
|
||||
"terser": "^5.31.0",
|
||||
"vue": "^2.7.4"
|
||||
"terser": "^5.31.6",
|
||||
"vue": "^2.7.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tmagic/cli": "1.5.0-beta.6",
|
||||
@ -32,9 +32,9 @@
|
||||
"axios": "^0.27.2",
|
||||
"rollup": "^4.17.2",
|
||||
"rollup-plugin-external-globals": "^0.10.0",
|
||||
"sass": "^1.77.0",
|
||||
"vite": "^5.3.5",
|
||||
"@vitejs/plugin-legacy": "^5.4.0",
|
||||
"sass": "^1.78.0",
|
||||
"vite": "^5.4.3",
|
||||
"@vitejs/plugin-legacy": "^5.4.2",
|
||||
"@vitejs/plugin-vue2": "^2.3.1",
|
||||
"vue-template-compiler": "^2.7.4"
|
||||
}
|
||||
|
@ -23,21 +23,21 @@
|
||||
"@tmagic/stage": "1.5.0-beta.6",
|
||||
"@tmagic/vue-runtime-help": "^0.1.4",
|
||||
"axios": "^0.25.0",
|
||||
"vue": "^3.4.35"
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tmagic/cli": "1.5.0-beta.6",
|
||||
"@types/node": "^18.19.0",
|
||||
"@vitejs/plugin-legacy": "^5.4.0",
|
||||
"@vitejs/plugin-vue": "^5.1.1",
|
||||
"@vitejs/plugin-legacy": "^5.4.2",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vue/compiler-sfc": "^3.5.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"rollup": "^4.17.2",
|
||||
"rollup-plugin-external-globals": "^0.10.0",
|
||||
"sass": "^1.77.0",
|
||||
"terser": "^5.31.0",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.5"
|
||||
"sass": "^1.78.0",
|
||||
"terser": "^5.31.6",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.4.3"
|
||||
}
|
||||
}
|
||||
|
10
tsconfig.check-vue.json
Normal file
10
tsconfig.check-vue.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"packages/design/src",
|
||||
"packages/editor/src",
|
||||
"packages/form/src",
|
||||
"packages/table/src",
|
||||
"packages/tdesign-vue-next-adapter/src",
|
||||
]
|
||||
}
|
@ -8,10 +8,5 @@
|
||||
"packages/stage/src",
|
||||
"packages/utils/src",
|
||||
"packages/element-plus-adapter/src",
|
||||
"packages/design/src",
|
||||
"packages/editor/src",
|
||||
"packages/form/src",
|
||||
"packages/table/src",
|
||||
"packages/tdesign-vue-next-adapter/src",
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user