Skip to content

Commit ef6dffe

Browse files
committed
Pin dependencies
1 parent 22a831c commit ef6dffe

File tree

2 files changed

+66
-28
lines changed

2 files changed

+66
-28
lines changed

package-lock.json

+60-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@apollo/react-hooks": "^3.1.2",
7-
"apollo-boost": "^0.4.4",
6+
"@apollo/react-hooks": "3.1.2",
7+
"apollo-boost": "0.4.4",
88
"apollo-server-lambda": "2.9.3",
99
"encoding": "0.1.12",
10-
"graphql": "^14.5.4",
10+
"graphql": "14.5.4",
1111
"graphql-tag-pluck": "0.8.4",
1212
"merge-graphql-schemas": "1.7.0",
1313
"netlify-lambda": "1.6.3",
14-
"react": "^16.9.0",
15-
"react-dom": "^16.9.0",
16-
"react-router-dom": "^5.1.2",
14+
"react": "16.9.0",
15+
"react-dom": "16.9.0",
16+
"react-router-dom": "5.1.2",
1717
"react-scripts": "3.1.1"
1818
},
1919
"scripts": {

0 commit comments

Comments
 (0)