Skip to content

Commit

Permalink
update typescript to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Nov 24, 2023
1 parent 7864f73 commit 758ab5a
Show file tree
Hide file tree
Showing 23 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier-plugin-tailwindcss": "^0.4.1",
"prompts": "^2.4.2",
"simple-git-hooks": "^2.8.0",
"typescript": "^5.2.2"
"typescript": "^5.3.0"
},
"simple-git-hooks": {
"pre-commit": "npx --no-install lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion player/react/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/react/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/react/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/react/radix+tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postcss": "^8.4.0",
"tailwindcss": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/react/tailwind-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss": "^8.4.0",
"tailwindcss": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/solid/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vidstack": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion player/solid/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vidstack": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion player/solid/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vidstack": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion player/solid/tailwind-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss": "^8.4.0",
"tailwindcss": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion player/svelte/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postcss": "^8.4.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/svelte/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss": "^8.4.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/svelte/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postcss": "^8.4.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/svelte/tailwind-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"svelte-check": "^3.5.1",
"tailwindcss": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/vue/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.11"
}
Expand Down
2 changes: 1 addition & 1 deletion player/vue/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.11"
}
Expand Down
2 changes: 1 addition & 1 deletion player/vue/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.11"
}
Expand Down
2 changes: 1 addition & 1 deletion player/vue/tailwind-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postcss": "^8.4.0",
"tailwindcss": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.11"
}
Expand Down
2 changes: 1 addition & 1 deletion player/web-components/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vidstack": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/web-components/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vidstack": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/web-components/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vidstack": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion player/web-components/tailwind-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postcss": "^8.4.0",
"tailwindcss": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
}
}
Loading

0 comments on commit 758ab5a

Please sign in to comment.