Skip to content

Commit

Permalink
chore: upgrade to typescript@5
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Apr 2, 2023
1 parent 4fe0238 commit ccccf99
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.12",
"typescript": "4.7.3"
"typescript": "5.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/astro-with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"typescript": "4.7.3"
"typescript": "5.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/react-with-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "module",
"scripts": {
"build": "pnpm check && vite build",
"check": "tsc",
"dev": "vite",
"preview": "vite preview",
"check": "tsc"
"preview": "vite preview"
},
"dependencies": {
"class-variance-authority": "latest",
Expand All @@ -17,7 +17,7 @@
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "4.7.3",
"typescript": "5.0.3",
"vite": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/react-with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.0.24",
"typescript": "4.7.3",
"typescript": "5.0.3",
"vite": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "4.7.3",
"typescript": "5.0.3",
"vite": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "4.7.3",
"typescript": "5.0.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/class-variance-authority/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "5.0.3"
},
"peerDependencies": {
"typescript": ">= 4.5.5 < 5"
"typescript": ">= 4.5.5 < 6"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "5.0.3"
},
"peerDependencies": {
"typescript": ">= 4.5.5 < 5"
"typescript": ">= 4.5.5 < 6"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit ccccf99

Please sign in to comment.