Skip to content

Commit

Permalink
Dependency Update: Update @graphql-codegen/cli to v5.0.2
Browse files Browse the repository at this point in the history
- Update @graphql-codegen/cli to v5.0.2.
- Resolved build errors related to #200, as the node-gyp dependency was naturally removed in this commit.
- Removed unnecessary dependencies.
  • Loading branch information
shlee322 committed Sep 21, 2024
1 parent 9079901 commit ddc760c
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 242 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ COPY . /app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile

FROM base AS build
RUN apk update && apk --no-cache add \
python3 \
make \
g++
WORKDIR /app
COPY . /app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"winston": "^3.8.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-resolvers": "^3.2.1"
}
Expand Down
Loading

0 comments on commit ddc760c

Please # to comment.