From e54c5dd4718888600a4662d59bdc204d5a6ba879 Mon Sep 17 00:00:00 2001 From: Christopher Shank Date: Thu, 19 Nov 2020 18:08:03 -0800 Subject: [PATCH] chore: add undeclared-deps (#131) --- package.json | 2 ++ yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bf9dcc17..5aec8a64 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,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", @@ -77,6 +78,7 @@ "minimist": "^1.2.5", "ora": "^5.1.0", "prismjs": "^1.20.0", + "rollup": "^2.33.3", "slash": "^3.0.0", "vite": "^1.0.0-rc.9", "vue": "^3.0.2" diff --git a/yarn.lock b/yarn.lock index eb32ecf9..26155a76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"