Skip to content

Commit

Permalink
chore: Migrate from TypeScript 4.9 to 5.3 (#5233)
Browse files Browse the repository at this point in the history
* chore: Migrate from TS v4.9 to c5.2

* upgrade to ts v5.3

---------

Co-authored-by: Kevin Vandy <kevinvandy656@gmail.com>
  • Loading branch information
lachlancollins and KevinVandy committed Dec 27, 2023
1 parent 51eb4b6 commit f7b7a8e
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/bootstrap/package.json
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-groups/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-ordering/package.json
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-visibility/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/sorting/package.json
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-groups/package.json
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-ordering/package.json
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-pinning/package.json
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-visibility/package.json
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/sorting/package.json
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-ordering/package.json
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-pinning/package.json
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/pagination-controlled/package.json
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/pagination/package.json
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/row-selection/package.json
Expand Up @@ -15,7 +15,7 @@
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"typescript": "^4.9.5",
"typescript": "5.2.2",
"vite": "^4.4.11",
"vue-tsc": "^1.8.19"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sorting/package.json
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.9.5",
"typescript": "5.3.3",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -114,8 +114,8 @@
"solid-js": "^1.6.2",
"stream-to-array": "^2.3.0",
"svelte": "^3.49.0",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"vitest": "^0.29.3",
"vue": "^3.2.33"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -8935,10 +8935,10 @@ trim-newlines@^3.0.0:
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==

ts-node@^10.7.0:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
ts-node@^10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down Expand Up @@ -9048,10 +9048,10 @@ typescript@*:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

ufo@^1.1.1:
version "1.1.1"
Expand Down

0 comments on commit f7b7a8e

Please sign in to comment.