mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-23 08:03:09 +01:00
Upgrade dependencies and node version
This commit is contained in:
parent
e36269d134
commit
2cb9220822
1
.node-version
Normal file
1
.node-version
Normal file
@ -0,0 +1 @@
|
||||
18.19.1
|
6812
package-lock.json
generated
6812
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -18,35 +18,33 @@
|
||||
"lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
||||
"@fortawesome/vue-fontawesome": "^3.0.3",
|
||||
"@vueuse/core": "^10.2.1",
|
||||
"bootstrap": "^5.3.0",
|
||||
"moment": "^2.29.4",
|
||||
"vue": "^3.3.4",
|
||||
"dompurify": "^3.0.5",
|
||||
"vue-dompurify-html": "^4.1.4",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
||||
"@fortawesome/vue-fontawesome": "^3.0.8",
|
||||
"@vueuse/core": "^10.10.0",
|
||||
"bootstrap": "^5.3.3",
|
||||
"moment": "^2.30.1",
|
||||
"vue": "^3.4.27",
|
||||
"dompurify": "^3.1.5",
|
||||
"vue-dompurify-html": "^5.0.1",
|
||||
"vue-masonry": "^0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "^1.2.0",
|
||||
"@tsconfig/node18": "^2.0.1",
|
||||
"@types/dompurify": "^3.0.2",
|
||||
"@types/node": "^18.16.17",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
||||
"@typescript-eslint/parser": "^6.2.0",
|
||||
"@vitejs/plugin-legacy": "^4.1.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vue/eslint-config-typescript": "^11.0.3",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-vue": "^9.15.1",
|
||||
"@rushstack/eslint-patch": "^1.10.3",
|
||||
"@tsconfig/node18": "^18.2.4",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/node": "^20.14.2",
|
||||
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
||||
"@vitejs/plugin-legacy": "^5.4.1",
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"eslint-plugin-vue": "^9.26.0",
|
||||
"git-describe": "^4.1.1",
|
||||
"terser": "^5.19.2",
|
||||
"typescript": "~5.0.4",
|
||||
"vite": "^4.3.9",
|
||||
"terser": "^5.31.0",
|
||||
"typescript": "~5.4.5",
|
||||
"vite": "^5.2.12",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vue-tsc": "^1.6.5"
|
||||
"vue-tsc": "^2.0.19"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user