Skip to content

Commit 83bf20a

Browse files
committed
Vendor: add qs as JS dependency
1 parent c0f8ea9 commit 83bf20a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"primeicons": "^7.0.0",
8383
"primevue": "^4.5.4",
8484
"pwstrength-bootstrap": "3.1.3",
85+
"qs": "^6.14.1",
8586
"qtip2": "3.0.3",
8687
"readmore-js": "^2.2.1",
8788
"recordrtc": "^5.6.2",
@@ -114,6 +115,7 @@
114115
"@tailwindcss/line-clamp": "^0.4.4",
115116
"@tailwindcss/typography": "^0.5.19",
116117
"@types/d3": "^7.4.3",
118+
"@types/qs": "^6",
117119
"@vue/compiler-sfc": "^3.5.27",
118120
"autoprefixer": "^10.4.24",
119121
"baseline-browser-mapping": "^2.9.19",

yarn.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2882,7 +2882,7 @@ __metadata:
28822882
languageName: node
28832883
linkType: hard
28842884

2885-
"@types/qs@npm:*":
2885+
"@types/qs@npm:*, @types/qs@npm:^6":
28862886
version: 6.14.0
28872887
resolution: "@types/qs@npm:6.14.0"
28882888
checksum: 10c0/5b3036df6e507483869cdb3858201b2e0b64b4793dc4974f188caa5b5732f2333ab9db45c08157975054d3b070788b35088b4bc60257ae263885016ee2131310
@@ -4619,6 +4619,7 @@ __metadata:
46194619
"@tinymce/tinymce-vue": "npm:^5.1.1"
46204620
"@types/d3": "npm:^7.4.3"
46214621
"@types/lodash": "npm:^4.17.23"
4622+
"@types/qs": "npm:^6"
46224623
"@uppy/audio": "npm:^2.2.2"
46234624
"@uppy/core": "npm:^4.5.3"
46244625
"@uppy/dashboard": "npm:^4.4.3"
@@ -4699,6 +4700,7 @@ __metadata:
46994700
primevue: "npm:^4.5.4"
47004701
purgecss-webpack-plugin: "npm:^7.0.2"
47014702
pwstrength-bootstrap: "npm:3.1.3"
4703+
qs: "npm:^6.14.1"
47024704
qtip2: "npm:3.0.3"
47034705
readmore-js: "npm:^2.2.1"
47044706
recordrtc: "npm:^5.6.2"
@@ -9599,7 +9601,7 @@ __metadata:
95999601
languageName: node
96009602
linkType: hard
96019603

9602-
"qs@npm:~6.14.0":
9604+
"qs@npm:^6.14.1, qs@npm:~6.14.0":
96039605
version: 6.14.1
96049606
resolution: "qs@npm:6.14.1"
96059607
dependencies:

0 commit comments

Comments
 (0)