Skip to content

Commit c0209cc

Browse files
committed
chore(deps): Update dependencies
1 parent 3a45155 commit c0209cc

File tree

5 files changed

+3280
-2120
lines changed

5 files changed

+3280
-2120
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ on:
77
types: [opened, synchronize]
88

99
jobs:
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

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

apps/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
},
3232
"devDependencies": {
3333
"@graphql-codegen/cli": "2.12.1",
34+
"@graphql-codegen/introspection": "2.2.1",
35+
"@graphql-codegen/typescript": "2.7.3",
36+
"@graphql-codegen/typescript-operations": "2.5.3",
37+
"@graphql-codegen/typescript-react-apollo": "3.3.3",
38+
"@graphql-codegen/typescript-resolvers": "2.7.3",
3439
"@types/cors": "^2.8.12",
3540
"@types/express": "^4.17.14",
3641
"@types/graphql-fields": "^1.3.4",
3742
"@types/node": "^18.7.18",
3843
"eslint-config-custom-server": "*",
3944
"nodemon": "^2.0.20",
4045
"ts-node": "^10.9.1",
41-
"tsconfig": "*",
42-
"@graphql-codegen/typescript-resolvers": "2.7.3",
43-
"@graphql-codegen/typescript-operations": "2.5.3",
44-
"@graphql-codegen/typescript-react-apollo": "3.3.3",
45-
"@graphql-codegen/typescript": "2.7.3",
46-
"@graphql-codegen/introspection": "2.2.1"
46+
"tsconfig": "*"
4747
}
4848
}

0 commit comments

Comments
 (0)