Updating packages. Stuck with issues related to ESLint and TypeScript. A version conflict.

This commit is contained in:
Scott Idem
2024-07-11 13:52:48 -04:00
parent 1bf90f128f
commit 7eb3080f46
2 changed files with 292 additions and 470 deletions

750
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,12 +27,12 @@
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.0.0",
"@types/node": "^20.11.18",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.24.0",
"postcss": "^8.4.35",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
@@ -45,7 +45,7 @@
"typescript-svelte-plugin": "^0.3.39",
"vite": "^5.1.0",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"vitest": "^1.3.0"
"vitest": "^2.0.2"
},
"type": "module",
"dependencies": {
@@ -53,7 +53,7 @@
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"dexie": "^4.0.1-beta.14",
"highlight.js": "11.9.0",
"highlight.js": "^11.10.0",
"html5-qrcode": "^2.3.8"
}
}