Skip to content

Commit

Permalink
add newer typescript version, fix @shell tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Jan 3, 2024
1 parent 1fa3de2 commit 331330d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{
"name": "capi-ui",
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
"rancher": { "annotations": { "catalog.cattle.io/display-name": "Rancher Turtles" } },
"rancher": {
"annotations": {
"catalog.cattle.io/display-name": "Rancher Turtles"
}
},
"version": "0.1.0",
"private": false,
"engines": {
"node": ">=12"
},
"dependencies": {
"@rancher/components": "0.1.3",
"@rancher/shell": "^0.3.24",
"@types/lodash": "4.14.184",
"core-js": "3.21.1",
"css-loader": "6.7.3",
"@types/lodash": "4.14.184",
"@rancher/components": "0.1.3"
"typescript": "4.2"
},
"resolutions": {
"**/webpack": "4",
Expand All @@ -27,4 +32,4 @@
"publish-pkgs": "./node_modules/@rancher/shell/scripts/extension/publish",
"parse-tag-name": "./node_modules/@rancher/shell/scripts/extension/parse-tag-name"
}
}
}
2 changes: 1 addition & 1 deletion pkg/capi/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"paths": {
"@shell/*": [
"../../node_modules/@rancher/shell/*"
"@rancher/shell/*"
],
"@components/*": [
"@rancher/components/*"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16162,7 +16162,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==

typescript@~4.2:
typescript@4.2, typescript@~4.2:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
Expand Down

0 comments on commit 331330d

Please sign in to comment.