Skip to content

Commit

Permalink
chore(deps): update development and production dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Goniszewski <[email protected]>
  • Loading branch information
goniszewski committed Aug 27, 2024
1 parent 1e44eea commit 472c469
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
Binary file modified bun.lockb
Binary file not shown.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,50 +39,50 @@
},
"type": "module",
"devDependencies": {
"@libsql/client": "^0.7.0",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@tailwindcss/typography": "^0.5.13",
"@types/bun": "^1.1.6",
"@libsql/client": "^0.10.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@tailwindcss/typography": "^0.5.14",
"@types/bun": "^1.1.8",
"@types/express": "^4.17.21",
"@types/express-http-proxy": "^1.6.6",
"@types/swagger-ui": "^3.52.4",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^2.0.2",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.23.0",
"eslint": "^9.7.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.24.2",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-svelte": "^2.42.0",
"postcss": "^8.4.39",
"eslint-plugin-perfectionist": "^3.3.0",
"eslint-plugin-svelte": "^2.43.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"release-it": "^17.6.0",
"svelte": "^4.2.18",
"svelte": "^4.2.19",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.2"
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.10",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"dependencies": {
"@extractus/article-extractor": "^8.0.10",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tabler/icons": "^3.10.0",
"@tabler/icons-svelte": "^3.10.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tabler/icons": "^3.14.0",
"@tabler/icons-svelte": "^3.14.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.6",
"@types/sanitize-html": "^2.11.0",
"@types/lodash": "^4.17.7",
"@types/sanitize-html": "^2.13.0",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.0",
"drizzle-orm": "^0.33.0",
"eslint-plugin-drizzle": "^0.2.3",
"express": "^4.19.2",
"fuse.js": "^7.0.0",
Expand Down

0 comments on commit 472c469

Please sign in to comment.