Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 0b1dee9 commit ffae24a
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 197 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"db:migrate:single": "vite-node ./src/lib/db/migrate-to-latest.ts --migration"
},
"dependencies": {
"@svelteuidev/composables": "^0.15.3",
"@svelteuidev/core": "^0.15.3",
"@svelteuidev/composables": "^0.15.4",
"@svelteuidev/core": "^0.15.4",
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"better-sqlite3": "^9.2.2",
Expand All @@ -28,22 +28,22 @@
"kysely": "^0.26.3",
"trpc-sveltekit": "^3.5.22",
"tslog": "^4.9.2",
"vite-node": "^1.0.1",
"vite-node": "^1.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify-json/lucide": "^1.1.144",
"@iconify-json/lucide": "^1.1.145",
"@ngneat/falso": "^7.1.1",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/kit": "^1.29.0",
"@types/better-sqlite3": "^7.6.8",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vite-pwa/sveltekit": "^0.2.8",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vite-pwa/sveltekit": "^0.2.10",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"daisyui": "^3.9.4",
Expand All @@ -53,21 +53,21 @@
"kysely-codegen": "^0.11.0",
"postcss": "^8.4.32",
"postcss-load-config": "^4.0.2",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-dnd-action": "^0.9.33",
"svelte-preprocess": "^5.1.1",
"sveltekit-adapter-deno": "^0.11.3",
"tailwindcss": "^3.3.6",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.1",
"vite": "^5.0.5",
"vite-plugin-pwa": "^0.17.3",
"vitest": "^1.0.1"
"vite": "^5.0.7",
"vite-plugin-pwa": "^0.17.4",
"vitest": "^1.0.4"
},
"type": "module",
"eslintConfig": {
Expand Down
Loading

0 comments on commit ffae24a

Please sign in to comment.