Skip to content

Commit

Permalink
Chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-code committed Aug 14, 2023
1 parent 646f5eb commit 7988133
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 194 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ on:
types: [opened, synchronize]

jobs:
log:
name: Log CI/CD to Logflare
runs-on: ubuntu-latest
steps:
- uses: logflare/action@v1
with:
api_key: "${{ secrets.LOGFLARE_API_KEY }}"
source_id: "${{ secrets.LOGFLARE_SOURCE_ID }}"
message: "new release: ${{ github.event.release.html_url }}"
metadata: |
{"version": "${{ github.event.release.tag_name }}" }
build:
name: Build and Test
timeout-minutes: 15
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"type-graphql": "^1.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/cli": "2.12.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/graphql-fields": "^1.3.4",
"@types/node": "^18.7.18",
"eslint-config-custom-server": "*",
"nodemon": "^2.0.19",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsconfig": "*",
"@graphql-codegen/typescript-resolvers": "2.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.35.0",
"react-hook-form": "^7.36.0",
"reflect-metadata": "^0.1.13",
"swr": "^1.3.0"
},
Expand Down
1 change: 0 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kill_timeout = 5
processes = []

[build]
builder = "heroku/buildpacks:20"
dockerfile = "./apps/api/Dockerfile"

[env]
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@prisma/client": "^4.3.1",
"@swc/core": "^1.3.2",
"@swc/core": "^1.3.3",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.18.0",
"tslib": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"eslint": "^8.23.1",
"eslint-config-next": "^12.2.5",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "^0.0.4",
"eslint-plugin-react": "^7.31.8"
Expand Down
Loading

0 comments on commit 7988133

Please sign in to comment.