Skip to content

Commit

Permalink
feat: package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed May 20, 2024
1 parent cff9bf2 commit 5cc22c9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
Binary file modified bun.lockb
Binary file not shown.
46 changes: 23 additions & 23 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@nanostores/persistent": "0.9.1",
"@riffyh/commons": "workspace:*",
"@tanstack/svelte-query": "5.17.1",
"@trpc/client": "10.45.0",
"@trpc/server": "10.45.0",
"@tanstack/svelte-query": "5.37.1",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@urami/core": "1.2.3",
"@urami/svelte": "1.1.1",
"cookie": "0.6.0",
Expand All @@ -42,29 +42,29 @@
"nanostores": "0.9.5",
"p-queue": "7.4.1",
"set-cookie-parser": "2.6.0",
"sharp": "0.33.1",
"trpc-svelte-query": "2.0.5",
"zod": "3.22.4"
"sharp": "0.33.4",
"trpc-svelte-query": "2.1.0",
"zod": "3.23.8"
},
"devDependencies": {
"@sveltejs/kit": "2.0.6",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@sveltejs/kit": "2.5.9",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@types/cookie": "0.6.0",
"@types/lodash.kebabcase": "4.1.9",
"@vite-pwa/sveltekit": "0.3.0",
"autoprefixer": "10.4.16",
"daisyui": "4.5.0",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.10",
"@vite-pwa/sveltekit": "0.5.0",
"autoprefixer": "10.4.19",
"daisyui": "4.11.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"rollup-plugin-visualizer": "5.12.0",
"svelte": "4.2.8",
"svelte-adapter-bun": "0.5.1",
"svelte-check": "3.6.2",
"tailwindcss": "3.4.0",
"vite": "5.0.10",
"vite-plugin-pwa": "0.17.4",
"workbox-window": "7.0.0"
"svelte": "4.2.17",
"svelte-adapter-bun": "0.5.2",
"svelte-check": "3.7.1",
"tailwindcss": "3.4.3",
"vite": "5.2.11",
"vite-plugin-pwa": "0.20.0",
"workbox-window": "7.1.0"
}
}
}

0 comments on commit 5cc22c9

Please sign in to comment.