mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix: delete unused dependencies (#4231)
* chore: delete unused vue-cli dependencies * remove babel * remove stub types
This commit is contained in:
parent
40795d6adf
commit
737cbf9694
8749
package-lock.json
generated
8749
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -6,7 +6,6 @@ storybook-static
|
|||
.storybook
|
||||
|
||||
.browserslistrc
|
||||
babel.config.js
|
||||
gulpfile.js
|
||||
jest.config.js
|
||||
vite.config.ts
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
module.exports = {
|
||||
presets: ['@vue/cli-plugin-babel/preset'],
|
||||
plugins: [
|
||||
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
|
||||
],
|
||||
};
|
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
!dist
|
||||
|
||||
.browserslistrc
|
||||
babel.config.js
|
||||
jest.config.js
|
||||
postcss.config.js
|
||||
vue.config.js
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
module.exports = {
|
||||
// TODO: Find proper solution. Deactivated as it causes problems with quill. Error occurs when clicking in property field which has expression.
|
||||
// presets: [
|
||||
// '@vue/app'
|
||||
// ]
|
||||
// transpileDependencies: [
|
||||
// /\/node_modules\/quill/
|
||||
// ]
|
||||
plugins: [
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
],
|
||||
};
|
||||
// // https://stackoverflow.com/questions/44625868/es6-babel-class-constructor-cannot-be-invoked-without-new
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue