Skip to content

Commit

Permalink
fix: delete unused dependencies (n8n-io#4231)
Browse files Browse the repository at this point in the history
* chore: delete unused vue-cli dependencies

* remove babel

* remove stub types
  • Loading branch information
netroy authored Sep 29, 2022
1 parent b250ede commit 5f32025
Show file tree
Hide file tree
Showing 9 changed files with 275 additions and 9,057 deletions.
9,297 changes: 275 additions & 9,022 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@types/connect-history-api-fallback": "^1.3.1",
"@types/convict": "^4.2.1",
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/jest": "^27.4.0",
"@types/json-diff": "^0.5.1",
Expand All @@ -83,7 +82,6 @@
"@types/lodash.split": "^4.4.7",
"@types/lodash.unset": "^4.5.7",
"@types/node": "^16.11.22",
"@types/open": "^6.1.0",
"@types/parseurl": "^1.3.1",
"@types/passport-jwt": "^3.0.6",
"@types/psl": "^1.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/design-system/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ storybook-static
.storybook

.browserslistrc
babel.config.js
gulpfile.js
jest.config.js
vite.config.ts
Expand Down
6 changes: 0 additions & 6 deletions packages/design-system/babel.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"core-js": "3.x"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
Expand All @@ -44,9 +43,6 @@
"@testing-library/vue": "^5.8.2",
"@types/markdown-it": "^12.2.3",
"@types/sanitize-html": "^2.6.2",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.2.2",
"c8": "7.11.0",
"core-js": "^3.6.5",
"eslint": "^8.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/editor-ui/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
!dist

.browserslistrc
babel.config.js
jest.config.js
postcss.config.js
vue.config.js
Expand Down
13 changes: 0 additions & 13 deletions packages/editor-ui/babel.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,7 @@
"@types/quill": "^2.0.1",
"@types/uuid": "^8.3.2",
"@vitejs/plugin-legacy": "^1.8.2",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-typescript": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vue/test-utils": "^1.0.3",
"@yfwz100/vite-plugin-vue2-i18n": "^1.0.0-2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"c8": "^7.12.0",
"cross-env": "^7.0.2",
"eslint": "^8.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,6 @@
"@types/lossless-json": "^1.0.0",
"@types/mailparser": "^2.7.3",
"@types/mime-types": "^2.1.0",
"@types/moment-timezone": "^0.5.12",
"@types/mqtt": "^2.5.0",
"@types/mssql": "^6.0.2",
"@types/node": "^16.11.22",
"@types/nodemailer": "^6.4.0",
Expand Down

0 comments on commit 5f32025

Please sign in to comment.