Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Dec 16, 2023
1 parent 31c6b9c commit de189d9
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 791 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- dependency management -->
<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>
<spring-cloud-aws.version>3.1.0</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>7.0.0</sentry.version>
Expand Down Expand Up @@ -441,7 +441,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.16",
"@intlify/unplugin-vue-i18n": "1.5.0",
"@intlify/unplugin-vue-i18n": "1.6.0",
"@pinia/nuxt": "0.5.1",
"@unhead/vue": "^1.8.9",
"@vuelidate/core": "2.0.3",
Expand All @@ -51,16 +51,16 @@
"prism-theme-vars": "0.2.4",
"prismjs": "1.29.0",
"qs": "6.11.2",
"swagger-ui-dist": "5.10.3",
"swagger-ui-dist": "5.10.5",
"universal-cookie": "6.1.1",
"vue": "3.3.11",
"vue": "3.3.12",
"vue-advanced-cropper": "2.8.8",
"vue-i18n": "9.8.0",
"vue3-popper": "1.5.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.60",
"@iconify-json/mdi": "1.1.63",
"@nuxt-alt/proxy": "2.4.8",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/accept-language-parser": "1.5.6",
Expand All @@ -76,20 +76,20 @@
"@types/qs": "6.9.10",
"@types/swagger-ui-dist": "3.30.4",
"@unocss/nuxt": "0.58.0",
"@vue/compiler-sfc": "3.3.11",
"@vue/compiler-sfc": "3.3.12",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.55.0",
"eslint": "8.56.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-import": "2.29.1",
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-vue": "9.19.2",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"nuxt": "3.8.1",
"pnpm": "8.12.0",
"pnpm": "8.12.1",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.0",
"sass": "1.69.5",
Expand Down
Loading

0 comments on commit de189d9

Please sign in to comment.