Skip to content

Commit e4820c6

Browse files
committed
fixup! chore!: bump unit-mocha dependency versions (vuejs#5907)
1 parent edce9d0 commit e4820c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-plugin-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/chai": "^4.2.11",
5151
"@types/jest": "^24.0.19",
52-
"@types/mocha": "^5.2.6",
52+
"@types/mocha": "^7.0.2",
5353
"typescript": "~3.9.3",
5454
"vue-class-component": "^7.2.3",
5555
"vue-property-decorator": "^8.4.2"

packages/@vue/cli-plugin-unit-mocha/generator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const applyESLint = module.exports.applyESLint = api => {
4747
const applyTS = module.exports.applyTS = (api, invoking) => {
4848
api.extendPackage({
4949
devDependencies: {
50-
'@types/mocha': '^5.2.4',
50+
'@types/mocha': '^7.0.2',
5151
'@types/chai': '^4.2.11'
5252
}
5353
})

0 commit comments

Comments
 (0)