Skip to content

Commit

Permalink
Merge pull request #19 from bgoonz/renovate/apollo-graphql-packages
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
bgoonz committed Dec 26, 2021
2 parents 7696147 + 6e0d38f commit 696a18e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions starters-templates/Apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^2.2.0",
"apollo-client-preset": "^1.0.6",
"apollo-client": "2.2.0",
"apollo-client-preset": "1.0.6",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"graphql": "^0.12.3",
"graphql-server-express": "^1.3.2",
"graphql-tag": "^2.6.1",
"graphql-server-express": "1.3.2",
"graphql-tag": "2.6.1",
"graphql-tools": "^2.18.0",
"meteor-node-stubs": "^0.3.2",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-apollo": "2.0.4",
"react-dom": "^16.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 696a18e

Please sign in to comment.