Skip to content

Commit 95ab72b

Browse files
fix(deps): update all apollo server non-major dependencies
1 parent 571aead commit 95ab72b

File tree

2 files changed

+63
-580
lines changed

2 files changed

+63
-580
lines changed

full-stack/todo-list/todo-list-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "Example server for use in the Apollo docs",
55
"dependencies": {
6-
"apollo-server": "3.4.1",
7-
"graphql": "15.5.1",
6+
"apollo-server": "3.13.0",
7+
"graphql": "15.9.0",
88
"lru-cache": "4.1.5",
99
"shortid": "2.2.16"
1010
},
@@ -15,7 +15,7 @@
1515
},
1616
"keywords": [],
1717
"devDependencies": {
18-
"@types/graphql": "14.2.3",
19-
"nodemon": "2.0.12"
18+
"@types/graphql": "14.5.0",
19+
"nodemon": "2.0.22"
2020
}
2121
}

0 commit comments

Comments
 (0)