Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit a85a88e

Browse files
Merge changes from v2.0.1-next.1 into main (#18)
2 parents ea936bd + e13f6e7 commit a85a88e

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## [2.0.1-next.1](https://github.com/Nerdware-LLC/fixit-api/compare/v2.0.0...v2.0.1-next.1) (2024-03-10)
8+
79
# [2.0.0](https://github.com/Nerdware-LLC/fixit-api/compare/v1.23.1...v2.0.0) (2024-03-10)
810

911

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fixit-api",
3-
"version": "2.0.0",
3+
"version": "2.0.1-next.1",
44
"description": "Fixit API services built on NodeJS and Apollo GraphQL.",
55
"author": {
66
"name": "Trevor Anderson",
@@ -37,7 +37,7 @@
3737
"gql:update-types": "graphql-codegen-esm --config codegen.ts"
3838
},
3939
"dependencies": {
40-
"@apollo/server": "^4.9.1",
40+
"@apollo/server": "^4.10.1",
4141
"@aws-sdk/client-dynamodb": "^3.391.0",
4242
"@aws-sdk/client-lambda": "^3.391.0",
4343
"@aws-sdk/lib-dynamodb": "^3.391.0",
@@ -52,7 +52,7 @@
5252
"dayjs": "^1.11.9",
5353
"expo-server-sdk": "^3.7.0",
5454
"express": "^4.18.2",
55-
"graphql": "^16.8.0",
55+
"graphql": "^16.8.1",
5656
"graphql-tag": "^2.12.6",
5757
"helmet": "^7.0.0",
5858
"jsonwebtoken": "^9.0.1",

0 commit comments

Comments
 (0)