mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
fix: revert unnecessary package.json version changes
Keep only the required babel dependencies: - @babel/plugin-transform-typescript - babel-plugin-module-resolver Revert all other unrelated version changes to minimize diff
This commit is contained in:
28
package.json
28
package.json
@@ -14,9 +14,9 @@
|
|||||||
"build:types": "nx build --config vite.types.config.mts && node scripts/prepare-types.js",
|
"build:types": "nx build --config vite.types.config.mts && node scripts/prepare-types.js",
|
||||||
"zipdist": "node scripts/zipdist.js",
|
"zipdist": "node scripts/zipdist.js",
|
||||||
"typecheck": "vue-tsc --noEmit",
|
"typecheck": "vue-tsc --noEmit",
|
||||||
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --cache",
|
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --cache --list-different",
|
||||||
"format:check": "prettier --check './**/*.{js,ts,tsx,vue,mts}' --cache",
|
"format:check": "prettier --check './**/*.{js,ts,tsx,vue,mts}' --cache",
|
||||||
"format:no-cache": "prettier --write './**/*.{js,ts,tsx,vue,mts}'",
|
"format:no-cache": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --list-different",
|
||||||
"format:check:no-cache": "prettier --check './**/*.{js,ts,tsx,vue,mts}'",
|
"format:check:no-cache": "prettier --check './**/*.{js,ts,tsx,vue,mts}'",
|
||||||
"test:browser": "npx nx e2e",
|
"test:browser": "npx nx e2e",
|
||||||
"test:unit": "nx run test tests-ui/tests",
|
"test:unit": "nx run test tests-ui/tests",
|
||||||
@@ -34,16 +34,16 @@
|
|||||||
"knip": "knip --cache",
|
"knip": "knip --cache",
|
||||||
"knip:no-cache": "knip",
|
"knip:no-cache": "knip",
|
||||||
"locale": "lobe-i18n locale",
|
"locale": "lobe-i18n locale",
|
||||||
"collect-i18n": "playwright test --config=playwright.i18n.config.ts",
|
"collect-i18n": "npx playwright test --config=playwright.i18n.config.ts",
|
||||||
"json-schema": "tsx scripts/generate-json-schema.ts",
|
"json-schema": "tsx scripts/generate-json-schema.ts",
|
||||||
"storybook": "nx storybook -p 6006",
|
"storybook": "nx storybook -p 6006",
|
||||||
"build-storybook": "storybook build"
|
"build-storybook": "storybook build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.8.0",
|
"@eslint/js": "^9.35.0",
|
||||||
"@iconify-json/lucide": "^1.2.66",
|
"@iconify-json/lucide": "^1.2.66",
|
||||||
"@iconify/tailwind": "^1.2.0",
|
"@iconify/tailwind": "^1.2.0",
|
||||||
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
|
"@intlify/eslint-plugin-vue-i18n": "^4.1.0",
|
||||||
"@lobehub/i18n-cli": "^1.25.1",
|
"@lobehub/i18n-cli": "^1.25.1",
|
||||||
"@nx/eslint": "21.4.1",
|
"@nx/eslint": "21.4.1",
|
||||||
"@nx/playwright": "21.4.1",
|
"@nx/playwright": "21.4.1",
|
||||||
@@ -66,11 +66,11 @@
|
|||||||
"@vitest/ui": "^3.0.0",
|
"@vitest/ui": "^3.0.0",
|
||||||
"@vue/test-utils": "^2.4.6",
|
"@vue/test-utils": "^2.4.6",
|
||||||
"eslint": "^9.34.0",
|
"eslint": "^9.34.0",
|
||||||
"eslint-config-prettier": "^10.1.2",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-prettier": "^5.2.6",
|
"eslint-plugin-prettier": "^5.5.4",
|
||||||
"eslint-plugin-storybook": "^9.1.1",
|
"eslint-plugin-storybook": "^9.1.6",
|
||||||
"eslint-plugin-unused-imports": "^4.1.4",
|
"eslint-plugin-unused-imports": "^4.2.0",
|
||||||
"eslint-plugin-vue": "^9.27.0",
|
"eslint-plugin-vue": "^10.4.0",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
"globals": "^15.9.0",
|
"globals": "^15.9.0",
|
||||||
"happy-dom": "^15.11.0",
|
"happy-dom": "^15.11.0",
|
||||||
@@ -81,18 +81,18 @@
|
|||||||
"lint-staged": "^15.2.7",
|
"lint-staged": "^15.2.7",
|
||||||
"nx": "21.4.1",
|
"nx": "21.4.1",
|
||||||
"prettier": "^3.3.2",
|
"prettier": "^3.3.2",
|
||||||
"storybook": "^9.1.1",
|
"storybook": "^9.1.6",
|
||||||
"tailwindcss": "^4.1.12",
|
"tailwindcss": "^4.1.12",
|
||||||
"tailwindcss-primeui": "^0.6.1",
|
"tailwindcss-primeui": "^0.6.1",
|
||||||
"tsx": "^4.15.6",
|
"tsx": "^4.15.6",
|
||||||
"tw-animate-css": "^1.3.8",
|
"tw-animate-css": "^1.3.8",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"typescript-eslint": "^8.42.0",
|
"typescript-eslint": "^8.44.0",
|
||||||
"unplugin-icons": "^0.22.0",
|
"unplugin-icons": "^0.22.0",
|
||||||
"unplugin-vue-components": "^0.28.0",
|
"unplugin-vue-components": "^0.28.0",
|
||||||
"uuid": "^11.1.0",
|
"uuid": "^11.1.0",
|
||||||
"vite": "^5.4.19",
|
"vite": "^5.4.19",
|
||||||
"vite-plugin-dts": "^4.3.0",
|
"vite-plugin-dts": "^4.5.4",
|
||||||
"vite-plugin-html": "^3.2.2",
|
"vite-plugin-html": "^3.2.2",
|
||||||
"vite-plugin-vue-devtools": "^7.7.6",
|
"vite-plugin-vue-devtools": "^7.7.6",
|
||||||
"vitest": "^3.2.4",
|
"vitest": "^3.2.4",
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
"@alloc/quick-lru": "^5.2.0",
|
"@alloc/quick-lru": "^5.2.0",
|
||||||
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
|
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
|
||||||
"@babel/plugin-transform-typescript": "^7.28.0",
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
||||||
"@comfyorg/comfyui-electron-types": "^0.4.72",
|
"@comfyorg/comfyui-electron-types": "0.4.73-0",
|
||||||
"@iconify/json": "^2.2.380",
|
"@iconify/json": "^2.2.380",
|
||||||
"@primeuix/forms": "0.0.2",
|
"@primeuix/forms": "0.0.2",
|
||||||
"@primeuix/styled": "0.3.2",
|
"@primeuix/styled": "0.3.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user