Upgrade dependencies and node version

This commit is contained in:
Marcel Hellkamp 2024-06-06 11:43:51 +02:00
parent e36269d134
commit 2cb9220822
3 changed files with 3711 additions and 3150 deletions

1
.node-version Normal file
View File

@ -0,0 +1 @@
18.19.1

6812
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,35 +18,33 @@
"lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" "lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.3", "@fortawesome/vue-fontawesome": "^3.0.8",
"@vueuse/core": "^10.2.1", "@vueuse/core": "^10.10.0",
"bootstrap": "^5.3.0", "bootstrap": "^5.3.3",
"moment": "^2.29.4", "moment": "^2.30.1",
"vue": "^3.3.4", "vue": "^3.4.27",
"dompurify": "^3.0.5", "dompurify": "^3.1.5",
"vue-dompurify-html": "^4.1.4", "vue-dompurify-html": "^5.0.1",
"vue-masonry": "^0.16.0" "vue-masonry": "^0.16.0"
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "^1.2.0", "@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node18": "^2.0.1", "@tsconfig/node18": "^18.2.4",
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.5",
"@types/node": "^18.16.17", "@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^6.2.0", "@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-legacy": "^4.1.0", "@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^4.2.3", "@vue/eslint-config-typescript": "^13.0.0",
"@vue/eslint-config-typescript": "^11.0.3", "@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.4.0", "eslint-plugin-vue": "^9.26.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"git-describe": "^4.1.1", "git-describe": "^4.1.1",
"terser": "^5.19.2", "terser": "^5.31.0",
"typescript": "~5.0.4", "typescript": "~5.4.5",
"vite": "^4.3.9", "vite": "^5.2.12",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.6.5" "vue-tsc": "^2.0.19"
} }
} }