Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 3011139

Browse files
committed
fix(types): bump cac version (close #45)
1 parent 5010e56 commit 3011139

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/vuepress-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/express": "^4.17.1",
2828
"@types/markdown-it": "^0.0.8",
2929
"@types/webpack-dev-server": "^3.1.7",
30-
"cac": "^6.5.5",
30+
"cac": "^6.5.10",
3131
"markdown-it": "^8.4.1",
3232
"vue": "^2.6.10",
3333
"vue-loader": "^15.7.1",

packages/vuepress-types/types/plugin.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import CAC from 'cac/types/CAC'
1+
import { CAC } from 'cac'
22
import { Application } from 'express'
33
import WebpackDevServer from 'webpack-dev-server'
44
import Config from 'webpack-chain'

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,12 @@ bytes@3.1.0:
36113611
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
36123612
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
36133613

3614-
cac@^6.5.5, cac@^6.5.6:
3614+
cac@^6.5.10:
3615+
version "6.5.10"
3616+
resolved "https://registry.yarnpkg.com/cac/-/cac-6.5.10.tgz#be1d4509af1809dca601685145cd80ea85dabe0d"
3617+
integrity sha512-uxyxsID5p5kYlFFnhw86A4c8K5QTLRp6JM4AY2OtCq5lnnn4DGxV8YI1Z5rlt6KUjEKpA4qM+WZQshMoJY6dQQ==
3618+
3619+
cac@^6.5.6:
36153620
version "6.5.8"
36163621
resolved "https://registry.yarnpkg.com/cac/-/cac-6.5.8.tgz#b15d183ee478226f846888be74612ac080533667"
36173622
integrity sha512-jLv2+ps4T2HRVR1k4UlQZoAFvliAhf5LVR0yjPjIaIr/Cw99p/I7CXIEkXtw5q+AkYk4NCFJcF5ErmELSyrZnw==

0 commit comments

Comments
 (0)