File tree 4 files changed +116
-105
lines changed
4 files changed +116
-105
lines changed Original file line number Diff line number Diff line change 39
39
uses : docker/setup-buildx-action@v3
40
40
41
41
- name : Login to Heroku
42
- uses : akhileshns/heroku-deploy@v3.12.14
42
+ uses : akhileshns/heroku-deploy@v3.13.15
43
43
with :
44
44
heroku_api_key : ${{secrets.HEROKU_API_KEY}}
45
45
heroku_app_name : ' '
Original file line number Diff line number Diff line change 5
5
6
6
services :
7
7
redis :
8
- image : redis:7.2.3 -alpine
8
+ image : redis:7.2.4 -alpine
9
9
ports :
10
10
- ' 6379:6379'
11
11
volumes :
Original file line number Diff line number Diff line change 15
15
"check" : " run-s check:*"
16
16
},
17
17
"dependencies" : {
18
- "@keyv/redis" : " 2.8.1 " ,
18
+ "@keyv/redis" : " 2.8.3 " ,
19
19
"cheerio" : " 1.0.0-rc.12" ,
20
20
"constant-case" : " 3.0.4" ,
21
21
"cron" : " 3.1.6" ,
26
26
"zod" : " 3.22.4"
27
27
},
28
28
"devDependencies" : {
29
- "@types/node" : " 20.10.6 " ,
30
- "@typescript-eslint/eslint-plugin" : " 6.17.0 " ,
31
- "@typescript-eslint/parser" : " 6.17.0 " ,
29
+ "@types/node" : " 20.11.0 " ,
30
+ "@typescript-eslint/eslint-plugin" : " 6.18.1 " ,
31
+ "@typescript-eslint/parser" : " 6.18.1 " ,
32
32
"dotenv" : " 16.3.1" ,
33
33
"eslint" : " 8.56.0" ,
34
34
"eslint-import-resolver-typescript" : " 3.6.1" ,
38
38
"eslint-plugin-sonarjs" : " 0.23.0" ,
39
39
"eslint-plugin-unused-imports" : " 3.0.0" ,
40
40
"npm-run-all" : " 4.1.5" ,
41
- "prettier" : " 3.1 .1" ,
41
+ "prettier" : " 3.2 .1" ,
42
42
"tsup" : " 8.0.1" ,
43
43
"type-fest" : " 4.9.0" ,
44
44
"typescript" : " 5.3.3" ,
45
- "vitest" : " 1.1.1 "
45
+ "vitest" : " 1.2.0 "
46
46
},
47
- "packageManager" : " pnpm@8.13 .1" ,
47
+ "packageManager" : " pnpm@8.14 .1" ,
48
48
"engines" : {
49
49
"node" : " 21.5.0"
50
50
}
You can’t perform that action at this time.
0 commit comments