Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to SvelteKit 2 #850

Merged
merged 32 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/pretty-toes-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shadcn-svelte": patch
---

chore: Simplified use of internal aliases
8 changes: 1 addition & 7 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
engine-strict=true # https://pnpm.io/npmrc#engine-strict
auto-install-peers=true # https://pnpm.io/npmrc#auto-install-peers
link-workspace-packages=true # https://pnpm.io/npmrc#link-workspace-packages
shared-workspace-lockfile=false # https://pnpm.io/npmrc#shared-workspace-lockfile
prefer-workspace-packages=true # https://pnpm.io/npmrc#prefer-workspace-packages
save-workspace-protocol=rolling # https://pnpm.io/npmrc#save-workspace-protocol
resolution-mode=highest # https://pnpm.io/npmrc#resolution-mode
engine-strict=true # https://pnpm.io/npmrc#engine-strict
28 changes: 14 additions & 14 deletions apps/playground-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"reset": "node ./reset.js"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/eslint": "8.56.0",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.18",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.7",
"tailwindcss": "^3.3.6",
"vite": "^5.0.3"
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.12",
"svelte": "^4.2.12",
"tailwindcss": "^3.4.1",
"vite": "^5.1.5"
},
"type": "module",
"dependencies": {
Expand All @@ -37,7 +37,7 @@
"lucide-svelte": "^0.292.0",
"mode-watcher": "^0.1.2",
"shadcn-svelte": "workspace:^",
"svelte-sonner": "^0.3.11",
"svelte-sonner": "^0.3.19",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.20",
"zod": "^3.22.4"
Expand Down
Loading
Loading