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] committed Apr 16, 2024
1 parent 399cd4e commit 1bc0246
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 255 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.12.2
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,56 +18,56 @@
"db:migrate:single": "vite-node ./src/lib/db/migrate-to-latest.ts --migration"
},
"dependencies": {
"@svelteuidev/composables": "^0.15.4",
"@svelteuidev/core": "^0.15.4",
"@svelteuidev/composables": "^0.15.5",
"@svelteuidev/core": "^0.15.5",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"better-sqlite3": "^9.4.5",
"croner": "^8.0.1",
"better-sqlite3": "^9.5.0",
"croner": "^8.0.2",
"devalue": "^4.3.2",
"kysely": "^0.27.3",
"trpc-sveltekit": "^3.6.1",
"tslog": "^4.9.2",
"vite-node": "^1.4.0",
"vite-node": "^1.5.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@iconify-json/lucide": "^1.1.180",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@iconify-json/lucide": "^1.1.182",
"@ngneat/falso": "^7.2.0",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.30.4",
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vite-pwa/sveltekit": "^0.4.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"daisyui": "^3.9.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"eslint-plugin-svelte": "^2.37.0",
"kysely-codegen": "^0.14.2",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.13",
"svelte": "^4.2.12",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"svelte-dnd-action": "^0.9.42",
"svelte-dnd-action": "^0.9.43",
"svelte-preprocess": "^5.1.3",
"sveltekit-adapter-deno": "^0.12.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"type": "module",
"eslintConfig": {
Expand Down
Loading

0 comments on commit 1bc0246

Please sign in to comment.