Skip to content

Commit

Permalink
fix: remove qs dependency (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jan 17, 2024
1 parent 970263d commit 3692d55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"http-status-codes": "2.3.0",
"katex": "0.16.9",
"lodash.truncate": "4.4.2",
"qs": "6.11.2",
"quill-emoji": "0.2.0",
"react-cookie-consent": "9.0.0",
"react-quill": "2.0.0-beta.4",
Expand Down Expand Up @@ -129,7 +128,6 @@
"@types/katex": "0.16.7",
"@types/lodash.truncate": "4.4.9",
"@types/node": "20.11.4",
"@types/qs": "6.9.11",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,6 @@ __metadata:
"@types/katex": "npm:0.16.7"
"@types/lodash.truncate": "npm:4.4.9"
"@types/node": "npm:20.11.4"
"@types/qs": "npm:6.9.11"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@types/react-router-dom": "npm:5.3.3"
Expand Down Expand Up @@ -2985,7 +2984,6 @@ __metadata:
npm-run-all: "npm:4.1.5"
pinst: "npm:3.0.0"
prettier: "npm:3.2.2"
qs: "npm:6.11.2"
quill-emoji: "npm:0.2.0"
react: "npm:18.2.0"
react-cookie-consent: "npm:9.0.0"
Expand Down Expand Up @@ -6630,13 +6628,6 @@ __metadata:
languageName: node
linkType: hard

"@types/qs@npm:6.9.11":
version: 6.9.11
resolution: "@types/qs@npm:6.9.11"
checksum: 620ca1628bf3da65662c54ed6ebb120b18a3da477d0bfcc872b696685a9bb1893c3c92b53a1190a8f54d52eaddb6af8b2157755699ac83164604329935e8a7f2
languageName: node
linkType: hard

"@types/quill@npm:^1.3.10":
version: 1.3.10
resolution: "@types/quill@npm:1.3.10"
Expand Down Expand Up @@ -16246,7 +16237,7 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.2, qs@npm:^6.10.0, qs@npm:^6.11.0, qs@npm:^6.4.0":
"qs@npm:^6.10.0, qs@npm:^6.11.0, qs@npm:^6.4.0":
version: 6.11.2
resolution: "qs@npm:6.11.2"
dependencies:
Expand Down

0 comments on commit 3692d55

Please sign in to comment.