Skip to content

Commit 4678ec9

Browse files
Take security update for AS3 and switch to npm + package-lock.json (#84)
1 parent 4f0d327 commit 4678ec9

File tree

16 files changed

+2856
-11643
lines changed

16 files changed

+2856
-11643
lines changed

apollo-server/v3/custom-directives/upper-case-directive/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This example server from the Apollo Server documentation demonstrates an impleme
55
## Run locally
66

77
```shell
8-
yarn install
9-
yarn start
8+
npm install
9+
npm start
1010
```
1111

1212
## Run in CodeSandbox

apollo-server/v3/custom-directives/upper-case-directive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@graphql-tools/schema": "^8.1.1",
1111
"@graphql-tools/utils": "^8.1.1",
12-
"apollo-server": "^3.1.2",
12+
"apollo-server": "^3.4.1",
1313
"graphql": "^15.5.1",
1414
"nodemon": "^2.0.12"
1515
}

apollo-server/v3/custom-directives/upper-case-directive/yarn-error.log

-1,725
This file was deleted.

0 commit comments

Comments
 (0)