chore: add undeclared-deps

pull/131/head
chrisshank 5 years ago
parent f4f019eaec
commit 89981ce4f3

@ -56,6 +56,7 @@
"dependencies": {
"@vue/compiler-sfc": "^3.0.2",
"@vue/server-renderer": "^3.0.2",
"chalk": "^4.1.0",
"debug": "^4.1.1",
"diacritics": "^1.3.0",
"escape-html": "^1.0.3",
@ -70,6 +71,7 @@
"markdown-it-table-of-contents": "^0.4.4",
"minimist": "^1.2.5",
"prismjs": "^1.20.0",
"rollup": "^2.33.3",
"slash": "^3.0.0",
"vite": "^1.0.0-rc.9",
"vue": "^3.0.2"

@ -3207,10 +3207,10 @@ rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"
rollup@^2.32.1:
version "2.32.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.32.1.tgz#625a92c54f5b4d28ada12d618641491d4dbb548c"
integrity sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw==
rollup@^2.32.1, rollup@^2.33.3:
version "2.33.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.33.3.tgz#ae72ce31f992b09a580072951bfea76e9df17342"
integrity sha512-RpayhPTe4Gu/uFGCmk7Gp5Z9Qic2VsqZ040G+KZZvsZYdcuWaJg678JeDJJvJeEQXminu24a2au+y92CUWVd+w==
optionalDependencies:
fsevents "~2.1.2"

Loading…
Cancel
Save