Skip to content

Commit

Permalink
refactor: migrate to SvelteKit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jul 16, 2024
1 parent a3747dc commit 26df304
Show file tree
Hide file tree
Showing 3 changed files with 1,288 additions and 605 deletions.
23 changes: 12 additions & 11 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,33 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "^1.30.4",
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/adapter-static": "3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash.isequal": "^4.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint": "^9.7.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.42.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"postcss-load-config": "^4.0.2",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^4.5.3",
"vite": "^5.3.3",
"zod": "^3.23.8"
},
"type": "module",
Expand Down
Loading

0 comments on commit 26df304

Please sign in to comment.