Remove direct dependency on qs, as only @shlinkio/shlink-frontend-kit is using it

This commit is contained in:
Alejandro Celaya 2023-08-10 20:43:09 +02:00
parent c94901ba02
commit 5c45a7e83d
2 changed files with 0 additions and 2 deletions

1
package-lock.json generated
View file

@ -27,7 +27,6 @@
"event-source-polyfill": "^1.0.31", "event-source-polyfill": "^1.0.31",
"history": "^5.3.0", "history": "^5.3.0",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"qs": "^6.11.2",
"ramda": "^0.27.2", "ramda": "^0.27.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-chartjs-2": "^5.2.0", "react-chartjs-2": "^5.2.0",

View file

@ -43,7 +43,6 @@
"event-source-polyfill": "^1.0.31", "event-source-polyfill": "^1.0.31",
"history": "^5.3.0", "history": "^5.3.0",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"qs": "^6.11.2",
"ramda": "^0.27.2", "ramda": "^0.27.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-chartjs-2": "^5.2.0", "react-chartjs-2": "^5.2.0",