Skip to content

Commit 803ab8e

Browse files
committed
chore: cli-service is referenced in setupDevProject, so let's add it to devDependencies
1 parent df62363 commit 803ab8e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/@vue/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"yaml-front-matter": "^4.1.0"
6363
},
6464
"devDependencies": {
65+
"@vue/cli-service": "^5.0.0-alpha.7",
6566
"cmd-shim": "^4.1.0"
6667
},
6768
"engines": {

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3380,7 +3380,7 @@
33803380
dependencies:
33813381
"@types/istanbul-lib-report" "*"
33823382

3383-
"@types/jest@26.x", "@types/jest@^26.0.20":
3383+
"@types/jest@^26.0.20":
33843384
version "26.0.20"
33853385
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
33863386
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
@@ -20838,12 +20838,11 @@ ts-invariant@^0.6.0:
2083820838
"@ungap/global-this" "^0.4.2"
2083920839
tslib "^1.9.3"
2084020840

20841-
ts-jest@^26.5.1:
20842-
version "26.5.1"
20843-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150"
20844-
integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==
20841+
ts-jest@^26.5.3:
20842+
version "26.5.4"
20843+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.4.tgz#207f4c114812a9c6d5746dd4d1cdf899eafc9686"
20844+
integrity sha512-I5Qsddo+VTm94SukBJ4cPimOoFZsYTeElR2xy6H2TOVs+NsvgYglW8KuQgKoApOKuaU/Ix/vrF9ebFZlb5D2Pg==
2084520845
dependencies:
20846-
"@types/jest" "26.x"
2084720846
bs-logger "0.x"
2084820847
buffer-from "1.x"
2084920848
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)