Skip to content

Commit

Permalink
feat: package bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Oct 8, 2024
1 parent fc639a3 commit 4172cd0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.202",
"@types/node": "20.10.6",
"bun-types": "1.0.21",
"tslib": "2.6.2",
"typescript": "5.3.3"
"@types/lodash": "4.17.10",
"@types/node": "22.7.5",
"bun-types": "1.1.30",
"tslib": "2.7.0",
"typescript": "5.6.2"
},
"overrides": {
"@rollup/plugin-node-resolve": "15.2.3",
"sharp": "0.33.1"
"sharp": "0.33.5"
}
}
46 changes: 23 additions & 23 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,43 +28,43 @@
],
"type": "module",
"dependencies": {
"@nanostores/persistent": "0.9.1",
"@nanostores/persistent": "0.10.2",
"@riffyh/commons": "workspace:*",
"@tanstack/svelte-query": "5.37.1",
"@tanstack/svelte-query": "5.59.0",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@urami/core": "1.2.3",
"@urami/svelte": "1.1.1",
"cookie": "0.6.0",
"destr": "2.0.2",
"devalue": "4.3.2",
"cookie": "0.7.2",
"destr": "2.0.3",
"devalue": "5.1.1",
"lodash.kebabcase": "4.1.1",
"nanostores": "0.9.5",
"p-queue": "7.4.1",
"set-cookie-parser": "2.6.0",
"sharp": "0.33.4",
"nanostores": "0.11.3",
"p-queue": "8.0.1",
"set-cookie-parser": "2.7.0",
"sharp": "0.33.1",
"trpc-svelte-query": "2.1.0",
"zod": "3.23.8"
},
"devDependencies": {
"@sveltejs/kit": "2.5.9",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@sveltejs/kit": "2.6.3",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@types/cookie": "0.6.0",
"@types/lodash.kebabcase": "4.1.9",
"@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",
"@vite-pwa/sveltekit": "0.6.5",
"autoprefixer": "10.4.20",
"daisyui": "4.12.12",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"prettier-plugin-tailwindcss": "0.6.8",
"rollup-plugin-visualizer": "5.12.0",
"svelte": "4.2.17",
"svelte": "4.2.19",
"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",
"svelte-check": "4.0.4",
"tailwindcss": "3.4.13",
"vite": "5.4.8",
"vite-plugin-pwa": "0.20.5",
"workbox-window": "7.1.0"
}
}

0 comments on commit 4172cd0

Please sign in to comment.