Skip to content

Commit ef0894f

Browse files
committed
fix: typecheck and lint
1 parent bdc5966 commit ef0894f

File tree

9 files changed

+119
-130
lines changed

9 files changed

+119
-130
lines changed

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
"spdx-satisfies": "^5.0.1",
215215
"sql-formatter": "^13.0.0",
216216
"sshpk": "^1.18.0",
217-
"svgo": "^3.3.2",
218217
"svg2png-wasm": "^1.4.1",
218+
"svgo": "^3.3.2",
219219
"tesseract.js": "^5.1.1",
220220
"tidy-url": "^1.18.3",
221221
"turndown": "^7.2.0",
@@ -225,8 +225,8 @@
225225
"unplugin-auto-import": "^0.16.4",
226226
"utf8": "^3.0.0",
227227
"uuid": "^9.0.0",
228-
"vanilla-jsoneditor": "^0.23.8",
229228
"uuidv7": "^1.0.0",
229+
"vanilla-jsoneditor": "^0.23.8",
230230
"vue": "^3.3.4",
231231
"vue-color-wheel": "^0.1.1",
232232
"vue-i18n": "^9.9.1",
@@ -253,38 +253,39 @@
253253
"@playwright/test": "^1.32.3",
254254
"@rushstack/eslint-patch": "^1.2.0",
255255
"@tsconfig/node18": "^18.2.0",
256+
"@types/arr-diff": "^4.0.3",
256257
"@types/bcryptjs": "^2.4.2",
258+
"@types/big.js": "^6.2.2",
257259
"@types/crypto-js": "^4.1.1",
258260
"@types/dompurify": "^3.0.5",
259-
"@types/jsdom": "^21.1.0",
260-
"@types/lodash": "^4.14.192",
261-
"@types/mime-types": "^2.1.1",
262-
"@types/netmask": "^2.0.0",
263-
"@types/node": "^18.15.11",
264-
"@types/node-forge": "^1.3.2",
265-
"@types/qrcode": "^1.5.0",
266-
"@types/sshpk": "^1.17.4",
267-
"@types/ua-parser-js": "^0.7.36",
268-
"@types/uuid": "^9.0.0",
269-
"@types/arr-diff": "^4.0.3",
270-
"@types/big.js": "^6.2.2",
271261
"@types/emscripten": "^1.39.13",
272262
"@types/figlet": "^1.5.8",
273263
"@types/js-beautify": "^1.14.3",
264+
"@types/jsdom": "^21.1.0",
274265
"@types/jsonpath": "^0.2.4",
275266
"@types/libmime": "^5.0.3",
267+
"@types/lodash": "^4.14.192",
276268
"@types/lodash.defaultsdeep": "^4.6.9",
277269
"@types/lodash.flattendeep": "^4.4.9",
278270
"@types/lodash.last": "^3.0.9",
279271
"@types/luxon": "^3.4.2",
280272
"@types/markdown-it": "^13.0.9",
281273
"@types/memorystream": "^0.3.4",
274+
"@types/mime-types": "^2.1.1",
282275
"@types/morsee": "^1.0.2",
276+
"@types/nanoid-dictionary": "^4.2.3",
277+
"@types/netmask": "^2.0.0",
278+
"@types/node": "^18.15.11",
279+
"@types/node-forge": "^1.3.2",
283280
"@types/potrace": "^2.1.5",
284281
"@types/punycode": "^2.1.4",
282+
"@types/qrcode": "^1.5.0",
285283
"@types/spdx-satisfies": "^0.1.2",
284+
"@types/sshpk": "^1.17.4",
286285
"@types/turndown": "^5.0.5",
286+
"@types/ua-parser-js": "^0.7.36",
287287
"@types/utf8": "^3.0.3",
288+
"@types/uuid": "^9.0.0",
288289
"@unocss/eslint-config": "^0.57.1",
289290
"@vitejs/plugin-vue": "^4.3.2",
290291
"@vitejs/plugin-vue-jsx": "^3.0.2",

0 commit comments

Comments
 (0)