Skip to content

Commit

Permalink
update depndencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed May 7, 2024
1 parent 7db1c94 commit 079be1d
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 269 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-headlessui",
"description": "HeadlessUI components for Svelte",
"version": "0.0.34",
"version": "0.0.35",
"type": "module",
"keywords": [
"svelte",
Expand Down Expand Up @@ -77,34 +77,34 @@
"svelte": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.44.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/forms": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.7",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.38.0",
"highlight.js": "^11.9.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.13",
"postcss-load-config": "^5.1.0",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"publint": "^0.2.7",
"source-map-explorer": "^2.5.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
"svelte-check": "^3.7.1",
"svelte-doc-kit": "^0.0.10",
"svelte-preprocess": "^5.1.4",
"svelte-transition": "^0.0.10",
"svelte-transition": "^0.0.16",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
}
}
Loading

0 comments on commit 079be1d

Please sign in to comment.