mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-02 11:55:20 +00:00
chore: update dependencies in package.json and pnpm-lock.yaml, add test coverage script
This commit is contained in:
+8
-6
@@ -16,6 +16,7 @@
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --write .",
|
||||
"test": "vitest run",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:fuzz": "vitest run -t fuzzing",
|
||||
"test:watch": "vitest",
|
||||
"test:ui": "vitest --ui --open",
|
||||
@@ -57,11 +58,12 @@
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@rushstack/eslint-patch": "^1.16.1",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@vitest/ui": "^4.1.0",
|
||||
"@vitest/coverage-v8": "^4.1.2",
|
||||
"@vitest/ui": "^4.1.2",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"autoprefixer": "^10.4.27",
|
||||
"electron": "^39.8.3",
|
||||
"electron": "^39.8.5",
|
||||
"electron-builder": "^26.8.1",
|
||||
"electron-builder-squirrel-windows": "^26.8.1",
|
||||
"eslint": "^9.39.4",
|
||||
@@ -75,7 +77,7 @@
|
||||
"prettier": "^3.8.1",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"terser": "^5.46.1",
|
||||
"vitest": "^4.1.0"
|
||||
"vitest": "^4.1.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
@@ -227,7 +229,7 @@
|
||||
"@mdi/js": "^7.4.47",
|
||||
"@tailwindcss/forms": "^0.5.11",
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"axios": "^1.13.6",
|
||||
"axios": "^1.14.0",
|
||||
"click-outside-vue3": "^4.0.1",
|
||||
"compressorjs": "^1.2.1",
|
||||
"dayjs": "^1.11.20",
|
||||
@@ -243,9 +245,9 @@
|
||||
"vis-network": "^9.1.13",
|
||||
"vite": "^6.4.1",
|
||||
"vite-plugin-vuetify": "^2.1.3",
|
||||
"vue": "^3.5.30",
|
||||
"vue": "^3.5.31",
|
||||
"vue-i18n": "^11.3.0",
|
||||
"vue-router": "^4.6.4",
|
||||
"vuetify": "^3.12.3"
|
||||
"vuetify": "^3.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+438
-344
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user