File tree Expand file tree Collapse file tree 9 files changed +113
-194
lines changed
Expand file tree Collapse file tree 9 files changed +113
-194
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 types : [opened, synchronize]
88
99jobs :
10- log :
11- name : Log CI/CD to Logflare
12- runs-on : ubuntu-latest
13- steps :
14- - uses : logflare/action@v1
15- with :
16- api_key : " ${{ secrets.LOGFLARE_API_KEY }}"
17- source_id : " ${{ secrets.LOGFLARE_SOURCE_ID }}"
18- message : " new release: ${{ github.event.release.html_url }}"
19- metadata : |
20- {"version": "${{ github.event.release.tag_name }}" }
21-
2210 build :
2311 name : Build and Test
2412 timeout-minutes : 15
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030 "type-graphql" : " ^1.1.1"
3131 },
3232 "devDependencies" : {
33- "@graphql-codegen/cli" : " 2.12.0 " ,
33+ "@graphql-codegen/cli" : " 2.12.1 " ,
3434 "@types/cors" : " ^2.8.12" ,
3535 "@types/express" : " ^4.17.14" ,
3636 "@types/graphql-fields" : " ^1.3.4" ,
3737 "@types/node" : " ^18.7.18" ,
3838 "eslint-config-custom-server" : " *" ,
39- "nodemon" : " ^2.0.19 " ,
39+ "nodemon" : " ^2.0.20 " ,
4040 "ts-node" : " ^10.9.1" ,
4141 "tsconfig" : " *" ,
4242 "@graphql-codegen/typescript-resolvers" : " 2.7.3" ,
Original file line number Diff line number Diff line change 3131 "react" : " ^18.2.0" ,
3232 "react-chartjs-2" : " ^4.3.1" ,
3333 "react-dom" : " ^18.2.0" ,
34- "react-hook-form" : " ^7.35 .0" ,
34+ "react-hook-form" : " ^7.36 .0" ,
3535 "reflect-metadata" : " ^0.1.13" ,
3636 "swr" : " ^1.3.0"
3737 },
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ kill_timeout = 5
44processes = []
55
66[build ]
7- builder = " heroku/buildpacks:20"
87dockerfile = " ./apps/api/Dockerfile"
98
109[env ]
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {
2525 "@prisma/client" : " ^4.3.1" ,
26- "@swc/core" : " ^1.3.2 " ,
26+ "@swc/core" : " ^1.3.3 " ,
2727 "graphql-fields" : " ^2.0.3" ,
2828 "graphql-scalars" : " ^1.18.0" ,
2929 "tslib" : " ^2.4.0" ,
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "dependencies" : {
77 "eslint" : " ^8.23.1" ,
8- "eslint-config-next" : " ^12.2.5 " ,
8+ "eslint-config-next" : " ^12.3.1 " ,
99 "eslint-config-prettier" : " ^8.3.0" ,
1010 "eslint-config-turbo" : " ^0.0.4" ,
1111 "eslint-plugin-react" : " ^7.31.8"
You can’t perform that action at this time.
0 commit comments