1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix type issue and remove deprecated @types/* deps

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-20 10:40:44 -04:00
parent 5276680dfd
commit f4f2b83e20
3 changed files with 4 additions and 64 deletions

57
package-lock.json generated
View File

@ -7501,16 +7501,6 @@
"integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==",
"dev": true
},
"node_modules/@types/mini-css-extract-plugin": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.1.tgz",
"integrity": "sha512-evjjtJttaUexgg3au9ZJFy76tV9mySwX3a4Jl82BuormBYluWLRt0xk2urWrhOdPgDWzulRFyotwYOJTmkSgKw==",
"deprecated": "This is a stub types definition. mini-css-extract-plugin provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"mini-css-extract-plugin": "*"
}
},
"node_modules/@types/minimatch": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
@ -7541,16 +7531,6 @@
"@types/node": "*"
}
},
"node_modules/@types/moment": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@types/moment/-/moment-2.13.0.tgz",
"integrity": "sha512-DyuyYGpV6r+4Z1bUznLi/Y7HpGn4iQ4IVcGn8zrr1P4KotKLdH0sbK1TFR6RGyX6B+G8u83wCzL+bpawKU/hdQ==",
"deprecated": "This is a stub types definition for Moment (https://github.com/moment/moment). Moment provides its own type definitions, so you don't need @types/moment installed!",
"dev": true,
"dependencies": {
"moment": "*"
}
},
"node_modules/@types/ms": {
"version": "0.7.31",
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz",
@ -7568,16 +7548,6 @@
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
"dev": true
},
"node_modules/@types/p-limit": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@types/p-limit/-/p-limit-2.2.0.tgz",
"integrity": "sha512-fGFbybl1r0oE9mqgfc2EHHUin9ZL5rbQIexWI6jYRU1ADVn4I3LHzT+g/kpPpZsfp8PB94CQ655pfAjNF8LP6A==",
"deprecated": "This is a stub types definition. p-limit provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"p-limit": "*"
}
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
@ -7589,16 +7559,6 @@
"integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==",
"dev": true
},
"node_modules/@types/path-to-regexp": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@types/path-to-regexp/-/path-to-regexp-1.7.0.tgz",
"integrity": "sha512-ruXmJ/6LwB5L3mxUG2z3Ovi85vH9IVubXq+S9RArvMbjhbCnSLpXs0LrHQg3f0y2tKvXhWUNv7iQDySDfHSTDw==",
"deprecated": "This is a stub types definition for path-to-regexp (https://github.com/pillarjs/path-to-regexp). path-to-regexp provides its own type definitions, so you don't need @types/path-to-regexp installed!",
"dev": true,
"dependencies": {
"path-to-regexp": "*"
}
},
"node_modules/@types/plist": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@types/plist/-/plist-3.0.2.tgz",
@ -7887,16 +7847,6 @@
"integrity": "sha512-6pwWTx8oUtWvsiZUCrhrK/53MzKVLnuNSSaZILPy3uMes9QnTrLMar9BDlJArbMOjDcjb3QXFk6Rz8qmmuySZw==",
"dev": true
},
"node_modules/@types/tempy": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@types/tempy/-/tempy-0.3.0.tgz",
"integrity": "sha512-graSgBSy4TEsenfAasXh28mxfdrLkgrFlXU8QFShFVNHEGHCg5IfO5LBlZjq2SAUnCm/VdxvuQKlp2buPR/YwA==",
"deprecated": "This is a stub types definition. tempy provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"tempy": "*"
}
},
"node_modules/@types/testing-library__jest-dom": {
"version": "5.14.5",
"resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
@ -34570,7 +34520,6 @@
"@types/marked": "^4.0.8",
"@types/md5-file": "^4.0.2",
"@types/memorystream": "^0.3.0",
"@types/mini-css-extract-plugin": "^2.4.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.18.11",
"@types/proper-lockfile": "^4.1.2",
@ -34587,7 +34536,6 @@
"@types/semver": "^7.3.13",
"@types/tar": "^6.1.4",
"@types/tcp-port-used": "^1.0.1",
"@types/tempy": "^0.3.0",
"@types/triple-beam": "^1.3.2",
"@types/url-parse": "^1.4.8",
"@types/uuid": "^8.3.4",
@ -37324,10 +37272,7 @@
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.191",
"@types/moment": "^2.13.0",
"@types/p-limit": "^2.2.0",
"@types/path-to-regexp": "^1.7.0",
"@types/react": "^18.0.28",
"@types/react": "^17.0.53",
"@types/react-router": "^5.1.20",
"@types/readable-stream": "^2.3.15",
"@types/semver": "^7.3.13",

View File

@ -219,7 +219,6 @@
"@types/marked": "^4.0.8",
"@types/md5-file": "^4.0.2",
"@types/memorystream": "^0.3.0",
"@types/mini-css-extract-plugin": "^2.4.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.18.11",
"@types/proper-lockfile": "^4.1.2",
@ -236,7 +235,6 @@
"@types/semver": "^7.3.13",
"@types/tar": "^6.1.4",
"@types/tcp-port-used": "^1.0.1",
"@types/tempy": "^0.3.0",
"@types/triple-beam": "^1.3.2",
"@types/url-parse": "^1.4.8",
"@types/uuid": "^8.3.4",

View File

@ -43,13 +43,10 @@
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.191",
"@types/moment": "^2.13.0",
"@types/p-limit": "^2.2.0",
"@types/path-to-regexp": "^1.7.0",
"@types/react": "^18.0.28",
"@types/react": "^17.0.53",
"@types/react-router": "^5.1.20",
"@types/readable-stream": "^2.3.15",
"@types/semver": "^7.3.13",
"@types/tar": "^6.1.4",
"@types/readable-stream": "^2.3.15"
"@types/tar": "^6.1.4"
}
}