Skip to content

Commit 58f6b7b

Browse files
committed
chore(examples): update apollo client example deps
1 parent ea7ad29 commit 58f6b7b

File tree

2 files changed

+91
-91
lines changed

2 files changed

+91
-91
lines changed

examples/apollo-client/package-lock.json

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

examples/apollo-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"start": "parcel ./src/index.html"
55
},
66
"dependencies": {
7-
"@types/react": "^16.9.15",
8-
"@types/react-dom": "^16.9.4",
9-
"apollo-boost": "^0.4.4",
10-
"graphql": "^14.5.8",
11-
"react": "^16.12.0",
7+
"@types/react": "^16.9.23",
8+
"@types/react-dom": "^16.9.5",
9+
"apollo-boost": "^0.4.7",
10+
"graphql": "^14.6.0",
11+
"react": "^16.13.0",
1212
"react-apollo": "^3.1.3",
13-
"react-dom": "^16.12.0"
13+
"react-dom": "^16.13.0"
1414
},
1515
"devDependencies": {
1616
"parcel-bundler": "^1.12.4"

0 commit comments

Comments
 (0)