mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-11 14:52:01 +08:00
chore: update deps, disable german language for now
This commit is contained in:
parent
234bcf5f8d
commit
82dace6290
2
.github/workflows/issues_to_project.yml
vendored
2
.github/workflows/issues_to_project.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
name: Add issues to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.6.1
|
||||
- uses: actions/add-to-project@v1.0.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/HangarMC/projects/1
|
||||
github-token: ${{ secrets.CR_PAT }}
|
||||
|
@ -34,7 +34,7 @@
|
||||
<sentry.version>7.6.0</sentry.version>
|
||||
<springdoc.version>2.4.0</springdoc.version>
|
||||
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
|
||||
<org-json.version>20240205</org-json.version>
|
||||
<org-json.version>20240303</org-json.version>
|
||||
<bucket4j.version>7.6.0</bucket4j.version>
|
||||
<datafaker.version>2.1.0</datafaker.version>
|
||||
<apache-commons-lang.version>3.14.0</apache-commons-lang.version>
|
||||
|
@ -10,14 +10,14 @@
|
||||
"def": "npx codeceptjs def"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/chai": "4.3.11",
|
||||
"browserstack-local": "^1.5.2",
|
||||
"@types/chai": "4.3.14",
|
||||
"browserstack-local": "^1.5.5",
|
||||
"chai": "4.4.1",
|
||||
"codeceptjs": "^3.2.3",
|
||||
"dotenv": "^16.0.0",
|
||||
"codeceptjs": "^3.5.15",
|
||||
"dotenv": "^16.4.5",
|
||||
"jwt-decode": "4.0.0",
|
||||
"totp-generator": "1.0.0",
|
||||
"ts-node": "10.9.2",
|
||||
"webdriverio": "^7.17.4"
|
||||
"webdriverio": "^7.36.0"
|
||||
}
|
||||
}
|
||||
|
5248
e2e/pnpm-lock.yaml
5248
e2e/pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -74,11 +74,11 @@ export default defineNuxtConfig({
|
||||
file: "en.json",
|
||||
name: "English",
|
||||
},
|
||||
{
|
||||
code: "de",
|
||||
file: "de.json",
|
||||
name: "Deutsch",
|
||||
},
|
||||
// {
|
||||
// code: "de",
|
||||
// file: "de.json",
|
||||
// name: "Deutsch",
|
||||
// },
|
||||
],
|
||||
compilation: {
|
||||
jit: false,
|
||||
|
@ -50,7 +50,7 @@
|
||||
"qs": "6.12.0",
|
||||
"rapidoc": "9.3.4",
|
||||
"swagger-typescript-api": "13.0.3",
|
||||
"universal-cookie": "7.1.0",
|
||||
"universal-cookie": "7.1.3",
|
||||
"vue-advanced-cropper": "2.8.8",
|
||||
"vue-chartjs": "5.3.0",
|
||||
"vue-i18n": "9.10.2",
|
||||
@ -73,7 +73,7 @@
|
||||
"@types/nprogress": "0.2.3",
|
||||
"@types/prismjs": "1.26.3",
|
||||
"@types/qs": "6.9.14",
|
||||
"@unocss/nuxt": "0.58.6",
|
||||
"@unocss/nuxt": "0.58.9",
|
||||
"@vue/eslint-config-typescript": "13.0.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
@ -82,7 +82,7 @@
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-unicorn": "51.0.1",
|
||||
"eslint-plugin-vue": "9.23.0",
|
||||
"eslint-plugin-vue": "9.24.0",
|
||||
"husky": "9.0.11",
|
||||
"lint-staged": "15.2.2",
|
||||
"nuxt": "3.11.1",
|
||||
@ -94,7 +94,7 @@
|
||||
"unplugin-auto-import": "0.17.5",
|
||||
"unplugin-icons": "0.18.5",
|
||||
"unplugin-vue-components": "0.26.0",
|
||||
"vite": "5.2.5",
|
||||
"vite": "5.2.7",
|
||||
"vite-plugin-eslint": "1.8.1",
|
||||
"vue-tsc": "2.0.7"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
import localeParser from "accept-language-parser";
|
||||
import { type ComputedRef, type Ref, watch } from "vue";
|
||||
import type { H3Event } from "h3";
|
||||
import { type H3Event, setResponseHeader } from "h3";
|
||||
|
||||
export function useSettingsHelper(
|
||||
ssr: boolean,
|
||||
|
Loading…
Reference in New Issue
Block a user