Skip to content

Commit 721478d

Browse files
Update all dependencies
1 parent 5e7fb7a commit 721478d

File tree

4 files changed

+2624
-2224
lines changed

4 files changed

+2624
-2224
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: ./.github/actions/build
23-
- uses: KengoTODA/actions-setup-docker-compose@v1.2.2
23+
- uses: KengoTODA/actions-setup-docker-compose@v1.2.3
2424
with:
2525
version: '2.14.2'
2626
- name: Run tests

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
db:
4-
image: postgres:16.4-alpine
4+
image: postgres:16.6-alpine
55
restart: always
66
environment:
77
- POSTGRES_USER=postgres

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} -r tsconfig-paths/register prisma/seed.ts"
1515
},
1616
"dependencies": {
17-
"@neondatabase/serverless": "^0.9.5",
17+
"@neondatabase/serverless": "^0.10.0",
1818
"@prisma/adapter-neon": "^5.21.1",
1919
"@prisma/client": "^5.21.1",
2020
"@radix-ui/react-avatar": "^1.1.1",
@@ -33,7 +33,7 @@
3333
"dayjs": "^1.11.13",
3434
"geist": "^1.3.1",
3535
"jsdom": "^25.0.1",
36-
"lucide-react": "^0.445.0",
36+
"lucide-react": "^0.474.0",
3737
"next": "^14.2.16",
3838
"react": "^18.3.1",
3939
"react-dom": "^18.3.1",
@@ -59,7 +59,7 @@
5959
"eslint": "^9.13.0",
6060
"eslint-config-airbnb": "^19.0.4",
6161
"eslint-config-google": "^0.14.0",
62-
"eslint-config-next": "14.2.13",
62+
"eslint-config-next": "14.2.23",
6363
"eslint-config-prettier": "^9.1.0",
6464
"eslint-plugin-jsx-a11y": "^6.10.1",
6565
"eslint-plugin-prettier": "^5.2.1",

0 commit comments

Comments
 (0)