Skip to content

Commit

Permalink
refactor: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Jul 9, 2024
1 parent 058ae5d commit 150e38e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 402 deletions.
2 changes: 0 additions & 2 deletions packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@
]
},
"devDependencies": {
"@aws-sdk/types": "^3.535.0",
"@types/basic-auth": "^1.1.3",
"@types/cheerio": "^0.22.15",
"@types/express": "^4.17.21",
"@types/html-to-text": "^9.0.1",
"@types/json-schema": "^7.0.15",
"@types/temp": "^0.9.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"devDependencies": {
"@redocly/cli": "^1.6.0",
"@types/aws4": "^1.5.1",
"@types/basic-auth": "^1.1.3",
"@types/bcryptjs": "^2.4.2",
"@types/compression": "1.0.1",
"@types/convict": "^6.1.1",
Expand Down Expand Up @@ -104,7 +103,6 @@
"@sentry/node": "7.87.0",
"aws4": "1.11.0",
"axios": "1.6.7",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"bull": "4.12.1",
"cache-manager": "5.2.3",
Expand Down Expand Up @@ -132,7 +130,6 @@
"handlebars": "4.7.8",
"helmet": "7.1.0",
"infisical-node": "1.3.0",
"inquirer": "7.3.3",
"ioredis": "5.3.2",
"isbot": "3.6.13",
"json-diff": "1.0.6",
Expand Down
7 changes: 0 additions & 7 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,19 @@
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^8.0.1",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.6",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/sanitize-html": "^2.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"core-js": "^3.31.0",
"jsdom": "^23.0.1",
"postcss": "^8.4.38",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.3",
"element-plus": "^2.3.6",
Expand Down
1 change: 0 additions & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@vue-flow/controls": "^1.1.1",
"@vue-flow/core": "^1.33.5",
"@vue-flow/minimap": "^1.4.0",
"@vue-flow/node-toolbar": "^1.1.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"axios": "1.6.7",
Expand Down
3 changes: 0 additions & 3 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@
"@types/showdown": "^1.9.4",
"@types/snowflake-sdk": "^1.6.20",
"@types/ssh2-sftp-client": "^5.1.0",
"@types/tmp": "^0.2.0",
"@types/uuid": "^8.3.2",
"@types/xml2js": "^0.4.14",
"eslint-plugin-n8n-nodes-base": "^1.16.0",
Expand Down Expand Up @@ -877,15 +876,13 @@
"mssql": "10.0.2",
"mysql2": "3.10.0",
"n8n-workflow": "workspace:*",
"nanoid": "3.3.6",
"node-html-markdown": "1.2.0",
"node-ssh": "13.2.0",
"nodemailer": "6.9.9",
"otpauth": "9.1.1",
"pdfjs-dist": "2.16.105",
"pg": "8.11.3",
"pg-promise": "10.15.4",
"pretty-bytes": "5.6.0",
"promise-ftp": "1.3.5",
"pyodide": "0.23.4",
"redis": "4.6.14",
Expand Down
Loading

0 comments on commit 150e38e

Please sign in to comment.