Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Update vue test utilities #30
Browse files Browse the repository at this point in the history
  • Loading branch information
dikaso committed Jul 19, 2019
1 parent 1b71197 commit b402a4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ module.exports = (api, options, rootOptions) => {
},
devDependencies: {
"babel-core": "7.0.0-bridge.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.5",
"@vue/cli-plugin-unit-jest": "^3.0.5",
"@vue/cli-plugin-e2e-nightwatch": "^3.9.2",
"@vue/cli-plugin-unit-jest": "^3.9.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^23.6.0",
"codecov": "^3.1.0",
"node-sass": "^4.11.0",
Expand Down

0 comments on commit b402a4f

Please sign in to comment.