Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Jun 25, 2024
1 parent 55bae68 commit 5b1694d
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 227 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,34 +77,34 @@
"svelte": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.11",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.39.3",
"eslint-plugin-svelte": "^2.41.0",
"highlight.js": "^11.9.0",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.4",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"publint": "^0.2.8",
"source-map-explorer": "^2.5.3",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-check": "^3.8.2",
"svelte-doc-kit": "^0.0.10",
"svelte-preprocess": "^6.0.0",
"svelte-transition": "^0.0.16",
"svelte-preprocess": "^6.0.1",
"svelte-transition": "^0.0.17",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.3.0"
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 5b1694d

Please sign in to comment.