Skip to content

Commit

Permalink
refactor: package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Oct 26, 2023
1 parent 2321726 commit 068a7e7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
Binary file modified bun.lockb
Binary file not shown.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,27 @@
"url": "git+https://github.com/rayriffy/rayriffy-h.git"
},
"devDependencies": {
"@prisma/client": "5.3.1",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/kit": "1.25.1",
"@types/cookie": "0.5.2",
"@types/lodash.kebabcase": "4.1.7",
"@types/node": "20.8.2",
"@prisma/client": "5.5.2",
"@sveltejs/kit": "1.27.1",
"@types/cookie": "0.5.3",
"@types/lodash.kebabcase": "4.1.8",
"@types/node": "20.8.9",
"@vite-pwa/sveltekit": "0.2.7",
"autoprefixer": "10.4.16",
"daisyui": "3.8.3",
"daisyui": "3.9.3",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.5",
"prisma": "5.3.1",
"prettier-plugin-tailwindcss": "0.5.6",
"prisma": "5.5.2",
"rollup-plugin-visualizer": "5.9.2",
"svelte": "4.2.1",
"svelte": "4.2.2",
"svelte-adapter-bun": "0.5.0",
"svelte-check": "3.5.2",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "4.4.10",
"vite": "4.5.0",
"vite-plugin-pwa": "0.16.5",
"workbox-window": "7.0.0"
},
Expand Down Expand Up @@ -60,13 +59,13 @@
"type": "module",
"dependencies": {
"@nanostores/persistent": "0.9.1",
"@urami/core": "^1.0.1",
"@urami/svelte": "^1.0.1",
"@urami/core": "1.0.2",
"@urami/svelte": "1.0.2",
"cookie": "0.5.0",
"destr": "2.0.1",
"destr": "2.0.2",
"devalue": "4.3.2",
"lodash.kebabcase": "4.1.1",
"nanostores": "0.9.3",
"nanostores": "0.9.4",
"p-queue": "7.4.1",
"set-cookie-parser": "2.6.0",
"sharp": "0.32.6"
Expand Down
2 changes: 2 additions & 0 deletions src/core/constants/codes/2023/2023-10.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ export const data2023_10: DatabaseCode[] = [
462755, 477637, 461965, 394965, 478196, 478126, 478113, 478051, 477915,
477845, 459337, 459530, 455901, 478740, 478667, 478666, 478659, 478655,
478638, 478636, 478495, 478483, 478474, 478445, 478363, 478336, 478323,
479038, 479034, 478983, 478979, 478977, 478958, 478942, 478862, 478863,
478861, 270123, 243057, 478822, 478815, 478758,
]
1 change: 0 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import adapter from '@sveltejs/adapter-node'
import adapter from 'svelte-adapter-bun'
import { vitePreprocess } from '@sveltejs/kit/vite'

Expand Down

0 comments on commit 068a7e7

Please sign in to comment.