Skip to content

Commit ea41821

Browse files
authored
Merge pull request #60 from prabhuignoto/26062022
chore: upgrade packages
2 parents ddbf483 + ac44385 commit ea41821

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,29 @@
4949
"@rollup/plugin-node-resolve": "^13.3.0",
5050
"@rollup/plugin-sucrase": "^4.0.4",
5151
"@rollup/plugin-typescript": "^8.3.3",
52-
"@typescript-eslint/eslint-plugin": "^5.28.0",
53-
"@typescript-eslint/parser": "^5.28.0",
52+
"@typescript-eslint/eslint-plugin": "^5.29.0",
53+
"@typescript-eslint/parser": "^5.29.0",
5454
"@vitejs/plugin-vue": "^2.3.3",
5555
"@vue/compiler-sfc": "^3.2.37",
56-
"eslint": "^8.17.0",
56+
"eslint": "^8.18.0",
5757
"eslint-plugin-vue": "^9.1.1",
5858
"husky": "^8.0.1",
59-
"lint-staged": "^13.0.1",
59+
"lint-staged": "^13.0.3",
6060
"postcss": "^8.4.14",
6161
"postcss-html": "^1.4.1",
6262
"postcss-scss": "^4.0.4",
63-
"rollup": "^2.75.6",
63+
"rollup": "^2.75.7",
6464
"rollup-plugin-buble": "^0.19.8",
6565
"rollup-plugin-commonjs": "^10.1.0",
6666
"rollup-plugin-postcss": "^4.0.2",
6767
"rollup-plugin-scss": "^3.0.0",
6868
"rollup-plugin-terser": "^7.0.2",
6969
"rollup-plugin-vue": "^6.0.0",
70-
"sass": "^1.52.3",
70+
"sass": "^1.53.0",
7171
"stylelint": "^14.9.1",
7272
"stylelint-config-standard": "^26.0.0",
7373
"tslib": "^2.4.0",
74-
"typescript": "^4.7.3",
74+
"typescript": "^4.7.4",
7575
"vite": "^2.9.12",
7676
"vue": "^3.2.37",
7777
"vue-float-menu": "^1.9.1"

yarn.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -180,84 +180,84 @@
180180
dependencies:
181181
"@types/node" "*"
182182

183-
"@typescript-eslint/eslint-plugin@^5.28.0":
184-
version "5.28.0"
185-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
186-
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
187-
dependencies:
188-
"@typescript-eslint/scope-manager" "5.28.0"
189-
"@typescript-eslint/type-utils" "5.28.0"
190-
"@typescript-eslint/utils" "5.28.0"
183+
"@typescript-eslint/eslint-plugin@^5.29.0":
184+
version "5.29.0"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
186+
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
187+
dependencies:
188+
"@typescript-eslint/scope-manager" "5.29.0"
189+
"@typescript-eslint/type-utils" "5.29.0"
190+
"@typescript-eslint/utils" "5.29.0"
191191
debug "^4.3.4"
192192
functional-red-black-tree "^1.0.1"
193193
ignore "^5.2.0"
194194
regexpp "^3.2.0"
195195
semver "^7.3.7"
196196
tsutils "^3.21.0"
197197

198-
"@typescript-eslint/parser@^5.28.0":
199-
version "5.28.0"
200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.28.0.tgz#639b101cad2bfb7ae16e69710ac95c42bd4eae33"
201-
integrity sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==
198+
"@typescript-eslint/parser@^5.29.0":
199+
version "5.29.0"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
201+
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
202202
dependencies:
203-
"@typescript-eslint/scope-manager" "5.28.0"
204-
"@typescript-eslint/types" "5.28.0"
205-
"@typescript-eslint/typescript-estree" "5.28.0"
203+
"@typescript-eslint/scope-manager" "5.29.0"
204+
"@typescript-eslint/types" "5.29.0"
205+
"@typescript-eslint/typescript-estree" "5.29.0"
206206
debug "^4.3.4"
207207

208-
"@typescript-eslint/scope-manager@5.28.0":
209-
version "5.28.0"
210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
211-
integrity sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==
208+
"@typescript-eslint/scope-manager@5.29.0":
209+
version "5.29.0"
210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
211+
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
212212
dependencies:
213-
"@typescript-eslint/types" "5.28.0"
214-
"@typescript-eslint/visitor-keys" "5.28.0"
213+
"@typescript-eslint/types" "5.29.0"
214+
"@typescript-eslint/visitor-keys" "5.29.0"
215215

216-
"@typescript-eslint/type-utils@5.28.0":
217-
version "5.28.0"
218-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
219-
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
216+
"@typescript-eslint/type-utils@5.29.0":
217+
version "5.29.0"
218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
219+
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
220220
dependencies:
221-
"@typescript-eslint/utils" "5.28.0"
221+
"@typescript-eslint/utils" "5.29.0"
222222
debug "^4.3.4"
223223
tsutils "^3.21.0"
224224

225-
"@typescript-eslint/types@5.28.0":
226-
version "5.28.0"
227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
228-
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
225+
"@typescript-eslint/types@5.29.0":
226+
version "5.29.0"
227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
228+
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
229229

230-
"@typescript-eslint/typescript-estree@5.28.0":
231-
version "5.28.0"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
233-
integrity sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==
230+
"@typescript-eslint/typescript-estree@5.29.0":
231+
version "5.29.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
233+
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
234234
dependencies:
235-
"@typescript-eslint/types" "5.28.0"
236-
"@typescript-eslint/visitor-keys" "5.28.0"
235+
"@typescript-eslint/types" "5.29.0"
236+
"@typescript-eslint/visitor-keys" "5.29.0"
237237
debug "^4.3.4"
238238
globby "^11.1.0"
239239
is-glob "^4.0.3"
240240
semver "^7.3.7"
241241
tsutils "^3.21.0"
242242

243-
"@typescript-eslint/utils@5.28.0":
244-
version "5.28.0"
245-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
246-
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
243+
"@typescript-eslint/utils@5.29.0":
244+
version "5.29.0"
245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
246+
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
247247
dependencies:
248248
"@types/json-schema" "^7.0.9"
249-
"@typescript-eslint/scope-manager" "5.28.0"
250-
"@typescript-eslint/types" "5.28.0"
251-
"@typescript-eslint/typescript-estree" "5.28.0"
249+
"@typescript-eslint/scope-manager" "5.29.0"
250+
"@typescript-eslint/types" "5.29.0"
251+
"@typescript-eslint/typescript-estree" "5.29.0"
252252
eslint-scope "^5.1.1"
253253
eslint-utils "^3.0.0"
254254

255-
"@typescript-eslint/visitor-keys@5.28.0":
256-
version "5.28.0"
257-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"
258-
integrity sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==
255+
"@typescript-eslint/visitor-keys@5.29.0":
256+
version "5.29.0"
257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
258+
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
259259
dependencies:
260-
"@typescript-eslint/types" "5.28.0"
260+
"@typescript-eslint/types" "5.29.0"
261261
eslint-visitor-keys "^3.3.0"
262262

263263
"@vitejs/plugin-vue@^2.3.3":
@@ -1234,10 +1234,10 @@ eslint-visitor-keys@^3.3.0:
12341234
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
12351235
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
12361236

1237-
eslint@^8.17.0:
1238-
version "8.17.0"
1239-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
1240-
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
1237+
eslint@^8.18.0:
1238+
version "8.18.0"
1239+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
1240+
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
12411241
dependencies:
12421242
"@eslint/eslintrc" "^1.3.0"
12431243
"@humanwhocodes/config-array" "^0.9.2"
@@ -1906,10 +1906,10 @@ lines-and-columns@^1.1.6:
19061906
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
19071907
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
19081908

1909-
lint-staged@^13.0.1:
1910-
version "13.0.1"
1911-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.1.tgz#899e78065ab29b88fdd922482411121664ef66be"
1912-
integrity sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==
1909+
lint-staged@^13.0.3:
1910+
version "13.0.3"
1911+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.3.tgz#d7cdf03a3830b327a2b63c6aec953d71d9dc48c6"
1912+
integrity sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==
19131913
dependencies:
19141914
cli-truncate "^3.1.0"
19151915
colorette "^2.0.17"
@@ -3004,10 +3004,10 @@ rollup@^2.59.0:
30043004
optionalDependencies:
30053005
fsevents "~2.3.2"
30063006

3007-
rollup@^2.75.6:
3008-
version "2.75.6"
3009-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.6.tgz#ac4dc8600f95942a0180f61c7c9d6200e374b439"
3010-
integrity sha512-OEf0TgpC9vU6WGROJIk1JA3LR5vk/yvqlzxqdrE2CzzXnqKXNzbAwlWUXis8RS3ZPe7LAq+YUxsRa0l3r27MLA==
3007+
rollup@^2.75.7:
3008+
version "2.75.7"
3009+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9"
3010+
integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==
30113011
optionalDependencies:
30123012
fsevents "~2.3.2"
30133013

@@ -3033,10 +3033,10 @@ safe-identifier@^0.4.2:
30333033
resolved "https://registry.yarnpkg.com/safe-identifier/-/safe-identifier-0.4.2.tgz#cf6bfca31c2897c588092d1750d30ef501d59fcb"
30343034
integrity sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==
30353035

3036-
sass@^1.52.3:
3037-
version "1.52.3"
3038-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb"
3039-
integrity sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==
3036+
sass@^1.53.0:
3037+
version "1.53.0"
3038+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.53.0.tgz#eab73a7baac045cc57ddc1d1ff501ad2659952eb"
3039+
integrity sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ==
30403040
dependencies:
30413041
chokidar ">=3.0.0 <4.0.0"
30423042
immutable "^4.0.0"
@@ -3520,10 +3520,10 @@ type-fest@^0.8.1:
35203520
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
35213521
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
35223522

3523-
typescript@^4.7.3:
3524-
version "4.7.3"
3525-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
3526-
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
3523+
typescript@^4.7.4:
3524+
version "4.7.4"
3525+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
3526+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
35273527

35283528
unicode-canonical-property-names-ecmascript@^1.0.4:
35293529
version "1.0.4"

0 commit comments

Comments
 (0)