mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
fix: update deps
This commit is contained in:
parent
ef66aa9d74
commit
3e92c26cd3
@ -26,12 +26,12 @@
|
||||
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
|
||||
|
||||
<!-- dependency management -->
|
||||
<jdbi3-bom.version>3.41.3</jdbi3-bom.version>
|
||||
<jdbi3-bom.version>3.42.0</jdbi3-bom.version>
|
||||
<configurate.version>4.1.2</configurate.version>
|
||||
<spring-cloud-aws.version>3.0.3</spring-cloud-aws.version>
|
||||
|
||||
<!-- dependencies -->
|
||||
<sentry.version>6.34.0</sentry.version>
|
||||
<sentry.version>7.0.0</sentry.version>
|
||||
<springdoc.version>2.2.0</springdoc.version>
|
||||
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
|
||||
<org-json.version>20230618</org-json.version>
|
||||
@ -48,8 +48,9 @@
|
||||
<webp.version>0.1.6</webp.version>
|
||||
<webauthn.version>2.5.0</webauthn.version>
|
||||
<logback-contrib.version>0.1.5</logback-contrib.version>
|
||||
<janino.version>3.1.10</janino.version>
|
||||
<janino.version>3.1.11</janino.version>
|
||||
<mockito-inline.version>5.2.0</mockito-inline.version>
|
||||
<otel-semconv.version>1.30.0-alpha</otel-semconv.version>
|
||||
|
||||
<!-- test -->
|
||||
<pg.version>1.19.3</pg.version>
|
||||
@ -302,6 +303,12 @@
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-tracing-bridge-otel</artifactId>
|
||||
</dependency>
|
||||
<!-- need this to fix an incompatibility with springboot 3.2/micrometer -->
|
||||
<dependency>
|
||||
<groupId>io.opentelemetry</groupId>
|
||||
<artifactId>opentelemetry-semconv</artifactId>
|
||||
<version>${otel-semconv.version}</version>
|
||||
</dependency>
|
||||
<!--dependency>
|
||||
<groupId>io.opentelemetry</groupId>
|
||||
<artifactId>opentelemetry-exporter-zipkin</artifactId>
|
||||
|
@ -40,7 +40,7 @@
|
||||
"dompurify": "3.0.6",
|
||||
"easymde": "2.18.0",
|
||||
"filesize": "10.1.0",
|
||||
"jsdom": "22.1.0",
|
||||
"jsdom": "23.0.1",
|
||||
"jwt-decode": "4.0.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"marked": "9.1.4",
|
||||
@ -55,12 +55,12 @@
|
||||
"universal-cookie": "6.1.1",
|
||||
"vue": "3.3.9",
|
||||
"vue-advanced-cropper": "2.8.8",
|
||||
"vue-i18n": "9.7.1",
|
||||
"vue-i18n": "9.8.0",
|
||||
"vue3-popper": "1.5.0",
|
||||
"vuedraggable": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "1.1.55",
|
||||
"@iconify-json/mdi": "1.1.58",
|
||||
"@nuxt-alt/proxy": "2.4.7",
|
||||
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
||||
"@types/accept-language-parser": "1.5.6",
|
||||
@ -78,28 +78,28 @@
|
||||
"@unocss/nuxt": "0.57.7",
|
||||
"@vue/compiler-sfc": "3.3.9",
|
||||
"@vue/eslint-config-typescript": "12.0.0",
|
||||
"eslint": "8.54.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-import": "2.29.0",
|
||||
"eslint-plugin-unicorn": "49.0.0",
|
||||
"eslint-plugin-vue": "9.18.1",
|
||||
"eslint-plugin-vue": "9.19.2",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "15.1.0",
|
||||
"nuxt": "3.8.0",
|
||||
"nuxt": "3.8.1",
|
||||
"pnpm": "8.11.0",
|
||||
"prettier": "2.8.8",
|
||||
"regenerator-runtime": "0.14.0",
|
||||
"sass": "1.69.5",
|
||||
"typescript": "5.3.2",
|
||||
"unplugin-auto-import": "0.17.1",
|
||||
"unplugin-icons": "0.17.4",
|
||||
"unplugin-icons": "0.18.0",
|
||||
"unplugin-vue-components": "0.25.2",
|
||||
"vite": "4.5.0",
|
||||
"vite-plugin-eslint": "1.8.1",
|
||||
"vue-tsc": "1.8.22"
|
||||
"vue-tsc": "1.8.24"
|
||||
},
|
||||
"comments": "Hookable 5.5 seems to break with nuxt...",
|
||||
"pnpm": {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user