Skip to content

Commit

Permalink
chore: update to SvelteKit 2 (#850)
Browse files Browse the repository at this point in the history
Co-authored-by: AdrianGonz97 <31664583+AdrianGonz97@users.noreply.github.com>
  • Loading branch information
huntabyte and AdrianGonz97 authored Mar 8, 2024
1 parent 4b4f691 commit 1f6ea79
Show file tree
Hide file tree
Showing 963 changed files with 12,027 additions and 17,263 deletions.
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

0 comments on commit 1f6ea79

Please sign in to comment.