ci: enable depcheck (#320)

This commit is contained in:
Vojtech Simetka
2022-04-01 11:22:27 +02:00
committed by GitHub
parent 8baecb783f
commit 4736e82da5
3 changed files with 33 additions and 10 deletions
+29 -9
View File
@@ -66,7 +66,7 @@
"babel-loader": "8.1.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-tsconfig-paths": "1.0.2",
"depcheck": "1.4.2",
"depcheck": "^1.4.3",
"eslint": "7.24.0",
"eslint-config-prettier": "8.2.0",
"eslint-config-react-app": "6.0.0",
@@ -8616,12 +8616,12 @@
}
},
"node_modules/depcheck": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/depcheck/-/depcheck-1.4.2.tgz",
"integrity": "sha512-oYaBLRbF5NMkYxc5rltnqtuPAn25Lx5xPBIJXy5oUVBgrEDDtotCoYUfFH8lvcmSWzgk1Ts9H+f4Rk0oWL51LQ==",
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/depcheck/-/depcheck-1.4.3.tgz",
"integrity": "sha512-vy8xe1tlLFu7t4jFyoirMmOR7x7N601ubU9Gkifyr9z8rjBFtEdWHDBMqXyk6OkK+94NXutzddVXJuo0JlUQKQ==",
"dev": true,
"dependencies": {
"@babel/parser": "^7.12.5",
"@babel/parser": "7.16.4",
"@babel/traverse": "^7.12.5",
"@vue/compiler-sfc": "^3.0.5",
"camelcase": "^6.2.0",
@@ -8652,6 +8652,18 @@
"node": ">=10"
}
},
"node_modules/depcheck/node_modules/@babel/parser": {
"version": "7.16.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz",
"integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==",
"dev": true,
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/depd": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
@@ -35061,12 +35073,12 @@
"dev": true
},
"depcheck": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/depcheck/-/depcheck-1.4.2.tgz",
"integrity": "sha512-oYaBLRbF5NMkYxc5rltnqtuPAn25Lx5xPBIJXy5oUVBgrEDDtotCoYUfFH8lvcmSWzgk1Ts9H+f4Rk0oWL51LQ==",
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/depcheck/-/depcheck-1.4.3.tgz",
"integrity": "sha512-vy8xe1tlLFu7t4jFyoirMmOR7x7N601ubU9Gkifyr9z8rjBFtEdWHDBMqXyk6OkK+94NXutzddVXJuo0JlUQKQ==",
"dev": true,
"requires": {
"@babel/parser": "^7.12.5",
"@babel/parser": "7.16.4",
"@babel/traverse": "^7.12.5",
"@vue/compiler-sfc": "^3.0.5",
"camelcase": "^6.2.0",
@@ -35089,6 +35101,14 @@
"scss-parser": "^1.0.4",
"semver": "^7.3.2",
"yargs": "^16.1.0"
},
"dependencies": {
"@babel/parser": {
"version": "7.16.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz",
"integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==",
"dev": true
}
}
},
"depd": {