Skip to content

Commit

Permalink
Merge pull request #15 from xiplias/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
xiplias committed May 1, 2018
2 parents 5d4f4b6 + 4a29148 commit d7a8eed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"dev-debug": "node --inspect node_modules/.bin/nuxt"
},
"dependencies": {
"@nuxtjs/apollo": "^3.0.6",
"@nuxtjs/apollo": "3.0.6",
"@nuxtjs/auth": "4.3.0",
"@nuxtjs/axios": "5.3.1",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-cache-inmemory": "1.1.12",
"apollo-client": "2.2.8",
"apollo-link": "1.2.2",
"apollo-link-http": "1.5.4",
"apollo-link-ws": "1.0.8",
"body-parser": "1.18.2",
"bulma-timeline": "2.0.1",
"cookie-parser": "1.4.3",
"cookieparser": "^0.1.0",
"cookieparser": "0.1.0",
"date-fns": "1.29.0",
"express": "4.16.3",
"express-jwt": "5.3.1",
"graphql": "^0.13.2",
"graphql": "0.13.2",
"graphql-fetch": "1.0.1",
"graphql-tag": "^2.9.1",
"graphql-tag": "2.9.1",
"jsonwebtoken": "8.2.1",
"jwks-rsa": "1.2.1",
"nuxt": "1.4.0",
"nuxt-bulma-slim": "0.3.2",
"subscriptions-transport-ws": "^0.9.8",
"vue-apollo": "^3.0.0-beta.5"
"subscriptions-transport-ws": "0.9.8",
"vue-apollo": "3.0.0-beta.5"
},
"devDependencies": {
"babel-eslint": "8.2.3",
Expand Down

0 comments on commit d7a8eed

Please sign in to comment.