We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705e0fa commit 2444b19Copy full SHA for 2444b19
full-stack/todo-list/todo-list-server/package.json
@@ -3,8 +3,8 @@
3
"version": "1.0.0",
4
"description": "Example server for use in the Apollo docs",
5
"dependencies": {
6
- "apollo-server": "3.4.1",
7
- "graphql": "15.5.1",
+ "apollo-server": "3.12.0",
+ "graphql": "15.8.0",
8
"lru-cache": "4.1.5",
9
"shortid": "2.2.16"
10
},
@@ -16,6 +16,6 @@
16
"keywords": [],
17
"devDependencies": {
18
"@types/graphql": "14.2.3",
19
- "nodemon": "2.0.12"
+ "nodemon": "2.0.22"
20
}
21
0 commit comments