1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-12-20 10:31:16 +00:00

Update Node dependencies

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-12-03 15:04:43 +01:00
parent fd98147757
commit 1abe35481f
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 517 additions and 538 deletions

1031
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,23 +1,23 @@
{ {
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.23.10", "@babel/eslint-parser": "^7.25.9",
"@typescript-eslint/eslint-plugin": "^7.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.3.0", "@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.20.2", "esbuild": "^0.24.0",
"esbuild-plugin-vue3": "^0.4.2", "esbuild-plugin-vue3": "^0.4.2",
"esbuild-sass-plugin": "^3.2.0", "esbuild-sass-plugin": "^3.3.1",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"eslint-plugin-vue": "^9.23.0", "eslint-plugin-vue": "^9.32.0",
"typescript": "^5.4.2" "typescript": "^5.7.2"
}, },
"name": "share", "name": "share",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1", "@fortawesome/fontawesome-free": "^6.7.1",
"bootstrap": "^5.3.3", "bootstrap": "^5.3.3",
"highlight.js": "^11.9.0", "highlight.js": "^11.10.0",
"showdown": "^2.1.0", "showdown": "^2.1.0",
"vue": "^3.4.21", "vue": "^3.5.13",
"vue-i18n": "^9.10.2" "vue-i18n": "^9.14.2"
} }
} }