diff --git a/docs/package.json b/docs/package.json index 2df1ff3..aa22e4b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,6 +18,6 @@ "devDependencies": { "@types/node": "18.11.18", "@types/react": "18.0.12", - "typescript": "4.7.3" + "typescript": "5.0.3" } } diff --git a/examples/astro-with-tailwindcss/package.json b/examples/astro-with-tailwindcss/package.json index 07bc371..3a6b236 100644 --- a/examples/astro-with-tailwindcss/package.json +++ b/examples/astro-with-tailwindcss/package.json @@ -18,6 +18,6 @@ "tailwindcss": "^3.0.24" }, "devDependencies": { - "typescript": "4.7.3" + "typescript": "5.0.3" } } diff --git a/examples/react-with-css-modules/package.json b/examples/react-with-css-modules/package.json index 872a8cd..2a7c488 100644 --- a/examples/react-with-css-modules/package.json +++ b/examples/react-with-css-modules/package.json @@ -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", @@ -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" } } diff --git a/examples/react-with-tailwindcss/package.json b/examples/react-with-tailwindcss/package.json index d675050..d654a97 100644 --- a/examples/react-with-tailwindcss/package.json +++ b/examples/react-with-tailwindcss/package.json @@ -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" } } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 0c3a788..8f2a863 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -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" } } diff --git a/examples/vue/package.json b/examples/vue/package.json index 4005244..56f09be 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -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" } diff --git a/packages/class-variance-authority/package.json b/packages/class-variance-authority/package.json index 688e963..4afdb15 100644 --- a/packages/class-variance-authority/package.json +++ b/packages/class-variance-authority/package.json @@ -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": { diff --git a/packages/cva/package.json b/packages/cva/package.json index 6c0b833..38187a5 100644 --- a/packages/cva/package.json +++ b/packages/cva/package.json @@ -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": {