mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
chore: updated deps
This commit is contained in:
parent
6916c831fe
commit
33d41b3893
@ -26,13 +26,13 @@
|
||||
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
|
||||
|
||||
<!-- dependency management -->
|
||||
<jdbi3-bom.version>3.40.0</jdbi3-bom.version>
|
||||
<jdbi3-bom.version>3.41.0</jdbi3-bom.version>
|
||||
<configurate.version>4.1.2</configurate.version>
|
||||
<spring-cloud-aws.version>3.0.1</spring-cloud-aws.version>
|
||||
<spring-cloud-aws.version>3.0.2</spring-cloud-aws.version>
|
||||
|
||||
<!-- dependencies -->
|
||||
<sentry.version>6.28.0</sentry.version>
|
||||
<springdoc.version>2.1.0</springdoc.version>
|
||||
<springdoc.version>2.2.0</springdoc.version>
|
||||
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
|
||||
<org-json.version>20230618</org-json.version>
|
||||
<bucket4j.version>7.6.0</bucket4j.version>
|
||||
@ -40,9 +40,9 @@
|
||||
<apache-commons-lang.version>3.13.0</apache-commons-lang.version>
|
||||
<jwt.version>4.4.0</jwt.version>
|
||||
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version>
|
||||
<caffeine.version>3.1.7</caffeine.version>
|
||||
<caffeine.version>3.1.8</caffeine.version>
|
||||
<jarscanner.version>1.0-SNAPSHOT</jarscanner.version>
|
||||
<jgroups.version>5.2.17.Final</jgroups.version>
|
||||
<jgroups.version>5.2.18.Final</jgroups.version>
|
||||
<jgroups-kube.version>2.0.1.Final</jgroups-kube.version>
|
||||
<totp.version>1.7.2-SNAPSHOT</totp.version>
|
||||
<webp.version>0.1.6</webp.version>
|
||||
@ -200,7 +200,7 @@
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- jdbi -->
|
||||
<!-- db -->
|
||||
<dependency>
|
||||
<groupId>org.jdbi</groupId>
|
||||
<artifactId>jdbi3-core</artifactId>
|
||||
|
@ -23,14 +23,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@github/webauthn-json": "2.1.1",
|
||||
"@headlessui/vue": "1.7.15",
|
||||
"@intlify/unplugin-vue-i18n": "0.12.2",
|
||||
"@headlessui/vue": "1.7.16",
|
||||
"@intlify/unplugin-vue-i18n": "0.12.3",
|
||||
"@pinia/nuxt": "0.4.11",
|
||||
"@vuelidate/core": "2.0.3",
|
||||
"@vuelidate/validators": "2.0.3",
|
||||
"@vueuse/components": "10.3.0",
|
||||
"@vueuse/core": "10.3.0",
|
||||
"@vueuse/head": "1.1.26",
|
||||
"@vueuse/head": "1.3.1",
|
||||
"@vueuse/integrations": "10.3.0",
|
||||
"accept-language-parser": "1.5.0",
|
||||
"axios": "1.4.0",
|
||||
@ -40,11 +40,11 @@
|
||||
"diff-match-patch": "1.0.5",
|
||||
"dompurify": "3.0.5",
|
||||
"easymde": "2.18.0",
|
||||
"filesize": "10.0.11",
|
||||
"filesize": "10.0.12",
|
||||
"jsdom": "22.1.0",
|
||||
"jwt-decode": "3.1.2",
|
||||
"lodash-es": "4.17.21",
|
||||
"marked": "4.3.0",
|
||||
"marked": "7.0.4",
|
||||
"marked-extended-tables": "1.0.6",
|
||||
"marked-linkify-it": "3.1.1",
|
||||
"nprogress": "0.2.0",
|
||||
@ -52,7 +52,7 @@
|
||||
"prism-theme-vars": "0.2.4",
|
||||
"prismjs": "1.29.0",
|
||||
"qs": "6.11.2",
|
||||
"swagger-ui-dist": "4.19.0",
|
||||
"swagger-ui-dist": "5.4.2",
|
||||
"universal-cookie": "4.0.4",
|
||||
"vue": "3.3.4",
|
||||
"vue-advanced-cropper": "2.8.8",
|
||||
@ -76,7 +76,7 @@
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/swagger-ui-dist": "3.30.1",
|
||||
"@unocss/nuxt": "0.55.0",
|
||||
"@unocss/nuxt": "0.55.2",
|
||||
"@vue/compiler-sfc": "3.3.4",
|
||||
"@vue/eslint-config-typescript": "11.0.3",
|
||||
"eslint": "8.47.0",
|
||||
@ -84,16 +84,16 @@
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-import-resolver-typescript": "3.6.0",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-import": "2.28.0",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-unicorn": "48.0.1",
|
||||
"eslint-plugin-vue": "9.17.0",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "13.2.3",
|
||||
"lint-staged": "14.0.0",
|
||||
"nuxt": "3.6.5",
|
||||
"pnpm": "8.6.12",
|
||||
"prettier": "2.8.8",
|
||||
"regenerator-runtime": "0.14.0",
|
||||
"sass": "1.65.1",
|
||||
"sass": "1.66.1",
|
||||
"typescript": "5.1.6",
|
||||
"unplugin-auto-import": "0.16.6",
|
||||
"unplugin-icons": "0.16.5",
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user