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

Fixing type errors harder

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-20 11:46:49 -04:00
parent f4f2b83e20
commit 390740f215
3 changed files with 47 additions and 297 deletions

338
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,9 @@
"create-release-pr": "node packages/release-tool/dist/index.js"
},
"overrides": {
"underscore": "^1.12.1"
"underscore": "^1.12.1",
"react": "^17",
"@types/react": "^17"
},
"devDependencies": {
"adr": "^1.4.3",

View File

@ -43,7 +43,7 @@
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.191",
"@types/react": "^17.0.53",
"@types/react": "^17.0.2",
"@types/react-router": "^5.1.20",
"@types/readable-stream": "^2.3.15",
"@types/semver": "^7.3.13",