Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandelgado committed Aug 1, 2024
1 parent c5b42cd commit 55b9247
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 362 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,39 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^4.6.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/adapter-cloudflare": "^4.7.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.11",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"postcss": "^8.4.39",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.8.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "5.0.0-next.195",
"svelte-check": "^3.6.0",
"svelte": "5.0.0-next.205",
"svelte-check": "^3.8.5",
"sveltekit-superforms": "^2.16.1",
"tailwindcss": "^3.4.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-eslint": "8.0.0-alpha.51",
"vite": "^5.0.3"
"tailwindcss": "^3.4.7",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"vite": "^5.3.5"
},
"type": "module",
"dependencies": {
"bits-ui": "^0.21.12",
"bits-ui": "^0.21.13",
"date-fns": "^3.6.0",
"formsnap": "^1.0.1",
"lucide-svelte": "^0.414.0",
"lucide-svelte": "^0.418.0",
"svelte-sonner": "^0.3.27",
"tailwind-merge": "^2.4.0",
"valibot": "^0.36.0"
}
"valibot": "^0.37.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 55b9247

Please sign in to comment.