Skip to content

Commit fd76e32

Browse files
authored
Merge pull request #5 from jackton1/renovate/pin-dependencies
Pin dependencies
2 parents 3a11729 + 21443f3 commit fd76e32

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@
2020
},
2121
"homepage": "https://github.com/jackton1/graphql-codegen-hook#readme",
2222
"devDependencies": {
23-
"@graphql-codegen/add": "^1.13.1",
24-
"@graphql-codegen/cli": "^1.13.1",
25-
"@graphql-codegen/typescript": "^1.13.1",
26-
"@graphql-codegen/typescript-operations": "^1.13.1",
27-
"@graphql-codegen/typescript-react-apollo": "^1.13.1",
28-
"graphql": "^14.5.8",
29-
"graphql-tag": "^2.10.1",
30-
"@types/react": "^16.9.17",
31-
"typescript": "^3.7.4",
32-
"react": "^16.9.17",
33-
"@apollo/react-hoc": "^3.1.3",
34-
"@apollo/react-components": "^3.1.3",
35-
"@apollo/react-hooks": "^3.1.3",
36-
"@apollo/react-common": "^3.1.3",
37-
"apollo-client": "^2.6.8",
38-
"apollo-cache": "^1.3.4",
39-
"react-dom": "^16.12.0",
40-
"mem": "^4.3.0"
23+
"@graphql-codegen/add": "1.13.1",
24+
"@graphql-codegen/cli": "1.13.1",
25+
"@graphql-codegen/typescript": "1.13.1",
26+
"@graphql-codegen/typescript-operations": "1.13.1",
27+
"@graphql-codegen/typescript-react-apollo": "1.13.1",
28+
"graphql": "14.5.8",
29+
"graphql-tag": "2.10.1",
30+
"@types/react": "16.9.17",
31+
"typescript": "3.7.4",
32+
"react": "16.12.0",
33+
"@apollo/react-hoc": "3.1.3",
34+
"@apollo/react-components": "3.1.3",
35+
"@apollo/react-hooks": "3.1.3",
36+
"@apollo/react-common": "3.1.3",
37+
"apollo-client": "2.6.8",
38+
"apollo-cache": "1.3.4",
39+
"react-dom": "16.12.0",
40+
"mem": "4.3.0"
4141
},
4242
"dependencies": {
4343
"path": "^0.12.7",

0 commit comments

Comments
 (0)