Skip to content

Commit

Permalink
chore: staged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Jan 4, 2024
1 parent 75bf374 commit c9fb9a2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH="${PATH}:/root/.bun/bin"
RUN apt update
RUN apt install curl unzip patch -y

RUN curl https://bun.sh/install | bash -s -- bun-v1.0.17
RUN curl https://bun.sh/install | bash -s -- bun-v1.0.21

RUN bun -v

Expand Down
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"type": "module",
"dependencies": {
"@nanostores/persistent": "0.9.1",
"@trpc/client": "10.44.1",
"@trpc/server": "10.44.1",
"@trpc/client": "10.45.0",
"@trpc/server": "10.45.0",
"@urami/core": "1.2.3",
"@urami/svelte": "1.1.1",
"cookie": "0.6.0",
Expand All @@ -44,39 +44,39 @@
"nanostores": "0.9.5",
"p-queue": "7.4.1",
"set-cookie-parser": "2.6.0",
"sharp": "0.33.0",
"trpc-sveltekit": "^3.5.22",
"sharp": "0.33.1",
"trpc-sveltekit": "3.5.22",
"zod": "3.22.4"
},
"devDependencies": {
"@prisma/client": "5.7.0",
"@sveltejs/kit": "2.0.0",
"@prisma/client": "5.7.1",
"@sveltejs/kit": "2.0.6",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@types/cookie": "0.6.0",
"@types/lodash.kebabcase": "4.1.9",
"@types/node": "20.10.4",
"@vite-pwa/sveltekit": "0.2.10",
"@types/node": "20.10.6",
"@vite-pwa/sveltekit": "0.3.0",
"autoprefixer": "10.4.16",
"bun-types": "1.0.18",
"daisyui": "4.4.20",
"bun-types": "1.0.21",
"daisyui": "4.5.0",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.9",
"prisma": "5.7.0",
"rollup-plugin-visualizer": "5.11.0",
"prettier-plugin-tailwindcss": "0.5.10",
"prisma": "5.7.1",
"rollup-plugin-visualizer": "5.12.0",
"svelte": "4.2.8",
"svelte-adapter-bun": "0.5.1",
"svelte-check": "3.6.2",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.0",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.0.9",
"vite": "5.0.10",
"vite-plugin-pwa": "0.17.4",
"workbox-window": "7.0.0"
},
"overrides": {
"@rollup/plugin-node-resolve": "15.2.3",
"sharp": "0.33.0"
"sharp": "0.33.1"
}
}
5 changes: 4 additions & 1 deletion src/core/constants/codes/2023/2023-12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ export const data2023_12: DatabaseCode[] = [
473913, 486497, 486470, 486438, 486350, 486302, 486242, 486237, 467148,
486214, 486109, 486034, 485930, 485905, 419846, 485883, 485785, 485776,
485706, 485702, 485640, 485637, 485534, 485476, 485298, 485281, 485087,
485089,
485089, 460187, 404844, 488984, 488944, 488888, 488879, 488854, 467654,
488795, 488773, 488674, 488670, 488659, 488560, 488480, 488474, 488431,
488367, 488357, 488254, 488232, 487114, 488205, 472868, 488202, 488105,
488058, 488020,
]

0 comments on commit c9fb9a2

Please sign in to comment.