mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-21 22:39:58 +08:00
chore: update deps
This commit is contained in:
parent
f3387ed5e9
commit
f267643c42
@ -1,6 +1,5 @@
|
||||
import js from '@eslint/js';
|
||||
import stylistic from '@stylistic/eslint-plugin';
|
||||
import stylisticTs from '@stylistic/eslint-plugin-ts';
|
||||
import parserTs from '@typescript-eslint/parser';
|
||||
import { defineConfig } from 'eslint/config';
|
||||
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
|
||||
@ -21,7 +20,6 @@ export default (tsconfigRootDir) =>
|
||||
...tseslint.config(tencentEslintBaseConfig, tencentEslintImportexport, tseslint.configs.base, {
|
||||
plugins: {
|
||||
'@stylistic': stylistic,
|
||||
'@stylistic/ts': stylisticTs,
|
||||
},
|
||||
languageOptions: {
|
||||
parser: parserTs,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tmagic/eslint-config",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"main": "index.mjs",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
@ -9,18 +9,17 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9.24.0",
|
||||
"@typescript-eslint/parser": "^8.30.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.30.1",
|
||||
"@stylistic/eslint-plugin": "^4.2.0",
|
||||
"@stylistic/eslint-plugin-ts": "^4.2.0",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"@eslint/js": "^9.34.0",
|
||||
"@typescript-eslint/parser": "^8.41.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.41.0 ",
|
||||
"@stylistic/eslint-plugin": "^5.2.3",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"eslint-plugin-vue": "^10.0.0",
|
||||
"eslint-plugin-prettier": "^5.2.6",
|
||||
"globals": "^16.0.0",
|
||||
"typescript-eslint": "^8.30.1"
|
||||
"eslint-plugin-vue": "^10.4.0",
|
||||
"eslint-plugin-prettier": "^5.5.4 ",
|
||||
"globals": "^16.3.0",
|
||||
"typescript-eslint": "^8.41.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=9.24.0",
|
||||
|
12
package.json
12
package.json
@ -32,7 +32,7 @@
|
||||
"release": "node scripts/release.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@ -57,7 +57,7 @@
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"element-plus": "^2.9.11",
|
||||
"enquirer": "^2.4.1",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint": "^9.34.0",
|
||||
"execa": "^4.1.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"husky": "^9.1.7",
|
||||
@ -65,7 +65,7 @@
|
||||
"lint-staged": "^16.1.0",
|
||||
"minimist": "^1.2.8",
|
||||
"picocolors": "^1.1.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier": "^3.6.2",
|
||||
"recast": "^0.23.11",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "4.44.1",
|
||||
@ -75,10 +75,10 @@
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vitepress": "^1.6.3",
|
||||
"vitest": "^3.2.1",
|
||||
"vitepress": "^1.6.4",
|
||||
"vitest": "^3.2.4",
|
||||
"vue": "catalog:",
|
||||
"vue-tsc": "^3.0.0"
|
||||
"vue-tsc": "^3.0.6"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
@ -12,12 +12,12 @@
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"@tmagic/core": "1.6.0-beta.6",
|
||||
"@tmagic/editor": "1.6.0-beta.6",
|
||||
"@tmagic/element-plus-adapter": "1.6.0-beta.6",
|
||||
"@tmagic/tmagic-form-runtime": "1.1.3",
|
||||
"element-plus": "^2.9.11",
|
||||
"element-plus": "^2.11.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"serialize-javascript": "^6.0.2",
|
||||
@ -28,15 +28,15 @@
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^24.0.10",
|
||||
"@types/serialize-javascript": "^5.0.4",
|
||||
"@vitejs/plugin-legacy": "^7.0.0",
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.0",
|
||||
"@vue/compiler-sfc": "catalog:",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.91.0",
|
||||
"terser": "^5.43.1",
|
||||
"typescript": "catalog:",
|
||||
"unplugin-auto-import": "^19.3.0",
|
||||
"unplugin-vue-components": "^28.8.0",
|
||||
"unplugin-auto-import": "^20.0.0",
|
||||
"unplugin-vue-components": "^29.0.0",
|
||||
"vite": "catalog:"
|
||||
}
|
||||
}
|
||||
|
2056
pnpm-lock.yaml
generated
2056
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@ packages:
|
||||
- 'eslint-config'
|
||||
|
||||
catalog:
|
||||
vue: ^3.5.17
|
||||
'@vue/compiler-sfc': ^3.5.17
|
||||
vite: ^7.0.3
|
||||
typescript: "^5.8.3"
|
||||
vue: ^3.5.20
|
||||
'@vue/compiler-sfc': ^3.5.20
|
||||
vite: ^7.1.3
|
||||
typescript: "^5.9.2"
|
||||
|
@ -3,6 +3,9 @@
|
||||
"version": "1.6.0-beta.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:react": "vite --config dev.vite.config.ts",
|
||||
"dev:playground": "vite --config dev.vite.config.ts",
|
||||
@ -30,7 +33,7 @@
|
||||
"@tmagic/cli": "1.6.0-beta.6",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-legacy": "^7.0.0",
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.6",
|
||||
"typescript": "catalog:",
|
||||
"terser": "^5.43.1",
|
||||
|
@ -3,6 +3,9 @@
|
||||
"version": "1.6.0-beta.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:vue2": "vite --config dev.vite.config.ts",
|
||||
"dev:playground": "vite --config dev.vite.config.ts",
|
||||
@ -22,7 +25,7 @@
|
||||
"@tmagic/core": "1.6.0-beta.6",
|
||||
"@tmagic/stage": "1.6.0-beta.6",
|
||||
"@tmagic/vue-runtime-help": "^1.2.0",
|
||||
"axios": "^1.10.0",
|
||||
"axios": "^1.11.0",
|
||||
"vue": "^2.7.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -30,10 +33,10 @@
|
||||
"@types/events": "^3.0.3",
|
||||
"rollup": "4.44.1",
|
||||
"rollup-plugin-external-globals": "^0.13.0",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.91.0",
|
||||
"terser": "^5.43.1",
|
||||
"vite": "catalog:",
|
||||
"@vitejs/plugin-legacy": "^7.0.0",
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
"@vitejs/plugin-vue2": "^2.3.3",
|
||||
"vue-template-compiler": "^2.7.16"
|
||||
}
|
||||
|
@ -3,6 +3,9 @@
|
||||
"version": "1.6.0-beta.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"tmagic": "tmagic entry",
|
||||
"dev": "vite --config dev.vite.config.ts",
|
||||
@ -28,13 +31,13 @@
|
||||
"devDependencies": {
|
||||
"@tmagic/cli": "1.6.0-beta.6",
|
||||
"@types/node": "^24.0.10",
|
||||
"@vitejs/plugin-legacy": "^7.0.0",
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.0",
|
||||
"@vue/compiler-sfc": "catalog:",
|
||||
"rollup": "4.44.1",
|
||||
"rollup-plugin-external-globals": "^0.13.0",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.91.0",
|
||||
"terser": "^ 5.43.1",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user