Commit 721478d 1 parent 5e7fb7a commit 721478d Copy full SHA for 721478d
File tree 4 files changed +2624
-2224
lines changed
4 files changed +2624
-2224
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- uses : ./.github/actions/build
23
- - uses : KengoTODA/actions-setup-docker-compose@v1.2.2
23
+ - uses : KengoTODA/actions-setup-docker-compose@v1.2.3
24
24
with :
25
25
version : ' 2.14.2'
26
26
- name : Run tests
Original file line number Diff line number Diff line change 1
1
version : ' 3.8'
2
2
services :
3
3
db :
4
- image : postgres:16.4 -alpine
4
+ image : postgres:16.6 -alpine
5
5
restart : always
6
6
environment :
7
7
- POSTGRES_USER=postgres
Original file line number Diff line number Diff line change 14
14
"seed" : " ts-node --compiler-options {\" module\" :\" CommonJS\" } -r tsconfig-paths/register prisma/seed.ts"
15
15
},
16
16
"dependencies" : {
17
- "@neondatabase/serverless" : " ^0.9.5 " ,
17
+ "@neondatabase/serverless" : " ^0.10.0 " ,
18
18
"@prisma/adapter-neon" : " ^5.21.1" ,
19
19
"@prisma/client" : " ^5.21.1" ,
20
20
"@radix-ui/react-avatar" : " ^1.1.1" ,
33
33
"dayjs" : " ^1.11.13" ,
34
34
"geist" : " ^1.3.1" ,
35
35
"jsdom" : " ^25.0.1" ,
36
- "lucide-react" : " ^0.445 .0" ,
36
+ "lucide-react" : " ^0.474 .0" ,
37
37
"next" : " ^14.2.16" ,
38
38
"react" : " ^18.3.1" ,
39
39
"react-dom" : " ^18.3.1" ,
59
59
"eslint" : " ^9.13.0" ,
60
60
"eslint-config-airbnb" : " ^19.0.4" ,
61
61
"eslint-config-google" : " ^0.14.0" ,
62
- "eslint-config-next" : " 14.2.13 " ,
62
+ "eslint-config-next" : " 14.2.23 " ,
63
63
"eslint-config-prettier" : " ^9.1.0" ,
64
64
"eslint-plugin-jsx-a11y" : " ^6.10.1" ,
65
65
"eslint-plugin-prettier" : " ^5.2.1" ,
You can’t perform that action at this time.
0 commit comments