Skip to content

Commit

Permalink
fix: add missing qs package
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Oct 31, 2023
1 parent c7a76ec commit b602dc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"npm": "^9.6.2",
"openai": "^3.2.1",
"papaparse": "^5.4.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-cookie": "^4.1.1",
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6883,6 +6883,13 @@ [email protected]:
pngjs "^5.0.0"
yargs "^15.3.1"

qs@^6.11.2:
version "6.11.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
dependencies:
side-channel "^1.0.4"

queue-microtask@^1.2.2:
version "1.2.3"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
Expand Down

0 comments on commit b602dc5

Please sign in to comment.