Skip to content

Commit

Permalink
Merge pull request #16525 from stof/fix_qs_deps
Browse files Browse the repository at this point in the history
Add qs as a dev dependency of the api package
  • Loading branch information
shilman authored Oct 29, 2021
2 parents e7f06fc + 2548c38 commit f521a74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@
},
"devDependencies": {
"@types/lodash": "^4.14.167",
"@types/qs": "^6",
"@types/semver": "^7.3.4",
"flush-promises": "^1.0.2",
"preval.macro": "^5.0.0"
"preval.macro": "^5.0.0",
"qs": "^6.10.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7567,6 +7567,7 @@ __metadata:
"@storybook/semver": ^7.3.2
"@storybook/theming": 6.4.0-beta.23
"@types/lodash": ^4.14.167
"@types/qs": ^6
"@types/semver": ^7.3.4
core-js: ^3.8.2
fast-deep-equal: ^3.1.3
Expand All @@ -7575,6 +7576,7 @@ __metadata:
lodash: ^4.17.20
memoizerific: ^1.11.3
preval.macro: ^5.0.0
qs: ^6.10.1
regenerator-runtime: ^0.13.7
store2: ^2.12.0
telejson: ^5.3.2
Expand Down Expand Up @@ -10612,6 +10614,13 @@ __metadata:
languageName: node
linkType: hard

"@types/qs@npm:^6":
version: 6.9.7
resolution: "@types/qs@npm:6.9.7"
checksum: 157eb05f4c75790b0ebdcf7b0547ff117feabc8cda03c3cac3d3ea82bb19a1912e76a411df3eb0bdd01026a9770f07bc0e7e3fbe39ebb31c1be4564c16be35f1
languageName: node
linkType: hard

"@types/range-parser@npm:*":
version: 1.2.3
resolution: "@types/range-parser@npm:1.2.3"
Expand Down Expand Up @@ -37198,7 +37207,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"qs@npm:^6.10.0":
"qs@npm:^6.10.0, qs@npm:^6.10.1":
version: 6.10.1
resolution: "qs@npm:6.10.1"
dependencies:
Expand Down

0 comments on commit f521a74

Please sign in to comment.