feat(editor): De-duplicate frontend devDependencies (no-changelog) (#8094)
`@n8n/chat` was pulling in a lot of duplicate dependencies. This PR updates all frontend packages to use an many of the same versions of frontend devDependencies as possible. ## Review / Merge checklist - [x] PR title and summary are descriptive
This commit is contained in:
committed by
GitHub
parent
9dc491c3a5
commit
3a0155059e
@@ -3,7 +3,7 @@
|
||||
"version": "0.4.0",
|
||||
"scripts": {
|
||||
"dev": "pnpm run storybook",
|
||||
"build": "run-p type-check build:vite && npm run build:prepare",
|
||||
"build": "pnpm type-check && pnpm build:vite && pnpm build:prepare",
|
||||
"build:vite": "vite build && npm run build:vite:full",
|
||||
"build:vite:full": "INCLUDE_VUE=true vite build",
|
||||
"build:prepare": "node scripts/postbuild.js",
|
||||
@@ -39,40 +39,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.1.54",
|
||||
"@rushstack/eslint-patch": "^1.3.2",
|
||||
"@storybook/addon-essentials": "^7.4.0",
|
||||
"@storybook/addon-interactions": "^7.4.0",
|
||||
"@storybook/addon-links": "^7.4.0",
|
||||
"@storybook/blocks": "^7.4.0",
|
||||
"@storybook/testing-library": "^0.2.0",
|
||||
"@storybook/vue3": "^7.4.0",
|
||||
"@storybook/vue3-vite": "^7.4.0",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/vue": "^7.0.0",
|
||||
"@tsconfig/node18": "^18.2.0",
|
||||
"@types/jsdom": "^21.1.1",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"@types/node": "^18.17.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vue/eslint-config-prettier": "^8.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.3",
|
||||
"@vue/test-utils": "^2.4.1",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-vue": "^9.15.1",
|
||||
"jsdom": "^22.1.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"n8n-design-system": "workspace:*",
|
||||
"shelljs": "^0.8.5",
|
||||
"storybook": "^7.4.0",
|
||||
"typescript": "~5.1.6",
|
||||
"unplugin-icons": "^0.17.0",
|
||||
"vite": "^4.4.6",
|
||||
"vite-plugin-dts": "^3.6.0",
|
||||
"vitest": "^0.33.0",
|
||||
"vue-tsc": "^1.8.6"
|
||||
"vite-plugin-dts": "^3.6.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user