Skip to content

Commit

Permalink
add newer typescript version, fix @shell tsconfig (#21)
Browse files Browse the repository at this point in the history
* add newer typescript version, fix @shell tsconfig

* bump typescript
  • Loading branch information
mantis-toboggan-md committed Jan 10, 2024
1 parent 1939232 commit 1ce437e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 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.5.5"
},
"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
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16162,6 +16162,11 @@ typescript@4.1.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==

typescript@4.5.5:
version "4.5.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==

typescript@~4.2:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
Expand Down

0 comments on commit 1ce437e

Please sign in to comment.