8000 chore: Add missing dependency (querystring) (#189) · vuejs/rollup-plugin-vue@4601385 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 4601385

Browse files
authored
chore: Add missing dependency (querystring) (#189)
1 parent 3a64402 commit 4601385

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@vue/component-compiler-utils": "^1.2.1",
3939
"debug": "^2.6.0",
4040
"hash-sum": "^1.0.2",
41+
"querystring": "^0.2.0",
4142
"rollup-pluginutils": "^2.0.1"
4243
},
4344
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4052,6 +4052,10 @@ qs@~6.5.1:
40524052
version "6.5.1"
40534053
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8"
40544054

4055+
querystring@^0.2.0:
4056+
version "0.2.0"
4057+
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
4058+
40554059
quick-lru@^1.0.0:
40564060
version "1.1.0"
40574061
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"

0 commit comments

Comments
 (0)
0