Skip to content

Commit

Permalink
chore: rollback ts versions for older rollup compat (#5071)
Browse files Browse the repository at this point in the history
* rollback ts versions for older rollup compat

* at least ts 4.9.5
  • Loading branch information
KevinVandy committed Sep 14, 2023
1 parent e80fb3c commit 2f4b211
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/pagination-controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"stream-to-array": "^2.3.0",
"svelte": "^3.49.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"vitest": "^0.29.3",
"vue": "^3.2.33"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9027,10 +9027,10 @@ typescript@*:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
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==

ufo@^1.1.1:
version "1.1.1"
Expand Down

0 comments on commit 2f4b211

Please sign in to comment.