Skip to content

Commit 2444b19

Browse files
fix(deps): update all apollo server non-major dependencies
1 parent 705e0fa commit 2444b19

File tree

2 files changed

+41
-565
lines changed

2 files changed

+41
-565
lines changed

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

+3-3
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.12.0",
7+
"graphql": "15.8.0",
88
"lru-cache": "4.1.5",
99
"shortid": "2.2.16"
1010
},
@@ -16,6 +16,6 @@
1616
"keywords": [],
1717
"devDependencies": {
1818
"@types/graphql": "14.2.3",
19-
"nodemon": "2.0.12"
19+
"nodemon": "2.0.22"
2020
}
2121
}

0 commit comments

Comments
 (0)