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

updated tsc to v5 in infrastructure/typescript/package.json but it doesn't seem to work at all (catching the proper version by app/builder or whatsoever)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2023-03-30 10:04:38 +04:00
parent fbb5ad9ebb
commit f7561e4f93
2 changed files with 193 additions and 765 deletions

954
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"homepage": "https://github.com/lensapp/lens",
"dependencies": {
"@types/node": "^16.18.6",
"typescript": "^4.9.3",
"typescript-plugin-css-modules": "^3.4.0"
"typescript": "^5.0.2",
"typescript-plugin-css-modules": "^5.0.0"
}
}