Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Jan 30, 2018
1 parent cea79ab commit 8e5a55b
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 239 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"collectCoverageFrom": ["lib", "src"]
},
"dependencies": {
"@nuxtjs/axios": "^4.0.1",
"@nuxtjs/axios": "^5.0.0-rc.2",
"cookie": "^0.3.1",
"js-cookie": "^2.2.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"nuxt": "^1.1.1",
"codecov": "^3.0.0",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^2.1.0",
"jest": "^22.0.4",
"jsdom": "^11.5.1",
"standard-version": "^4.2.0"
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest",
"jest": "latest",
"jsdom": "latest",
"nuxt": "latest",
"standard-version": "latest"
}
}
Loading

0 comments on commit 8e5a55b

Please sign in to comment.