Updated dependencies and pinned eslint to 8.56 due to plugins not support ^9 yet.

This commit is contained in:
Peter Morton 2024-06-28 09:54:09 -05:00
parent 12ecae2ac4
commit 90f35e9e71
2 changed files with 1766 additions and 1358 deletions

3085
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,41 +5,42 @@
"type": "module",
"scripts": {
"dev": "vite",
"update": "ncu -u",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@jobinsjp/vue3-datatable": "^1.0.15",
"@rushstack/eslint-patch": "^1.6.1",
"@vue/eslint-config-typescript": "^12.0.0",
"d3": "^7.8.5",
"@rushstack/eslint-patch": "^1.10.3",
"@vue/eslint-config-typescript": "^13.0.0",
"d3": "^7.9.0",
"http-errors": "^2.0.0",
"jwt-decode": "^4.0.0",
"vue": "^3.3.4",
"vue-cookies": "^1.8.3",
"vue-router": "^4.2.5"
"vue": "^3.4.31",
"vue-cookies": "^1.8.4",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/jwk-to-pem": "^2.0.3",
"@types/jwt-decode": "^3.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.56.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.19.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.17.1",
"vue-tsc": "^1.8.16"
"vite-plugin-mkcert": "^1.17.5",
"vue-tsc": "^2.0.22"
}
}