Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Sep 16, 2023
1 parent d494f69 commit 36e43d5
Show file tree
Hide file tree
Showing 48 changed files with 703 additions and 939 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

<!-- dependency management -->
<jdbi3-bom.version>3.41.0</jdbi3-bom.version>
<jdbi3-bom.version>3.41.1</jdbi3-bom.version>
<configurate.version>4.1.2</configurate.version>
<spring-cloud-aws.version>3.0.2</spring-cloud-aws.version>

Expand All @@ -42,7 +42,7 @@
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version>
<caffeine.version>3.1.8</caffeine.version>
<jarscanner.version>1.0-SNAPSHOT</jarscanner.version>
<jgroups.version>5.2.18.Final</jgroups.version>
<jgroups.version>5.3.0.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>
Expand Down
26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.16",
"@intlify/unplugin-vue-i18n": "1.0.1",
"@intlify/unplugin-vue-i18n": "1.2.0",
"@pinia/nuxt": "0.4.11",
"@unhead/vue": "^1.7.3",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/components": "10.4.1",
"@vueuse/core": "10.4.1",
"@vueuse/head": "1.3.1",
"@vueuse/integrations": "10.4.1",
"accept-language-parser": "1.5.0",
"axios": "1.5.0",
Expand All @@ -46,17 +46,17 @@
"lodash-es": "4.17.21",
"marked": "8.0.0",
"marked-extended-tables": "1.0.6",
"marked-linkify-it": "3.1.3",
"marked-linkify-it": "3.1.4",
"nprogress": "0.2.0",
"pinia": "2.1.6",
"prism-theme-vars": "0.2.4",
"prismjs": "1.29.0",
"qs": "6.11.2",
"swagger-ui-dist": "5.6.2",
"swagger-ui-dist": "5.7.1",
"universal-cookie": "4.0.4",
"vue": "3.3.4",
"vue-advanced-cropper": "2.8.8",
"vue-i18n": "9.3.0",
"vue-i18n": "9.4.1",
"vue3-popper": "1.5.0",
"vuedraggable": "4.1.0"
},
Expand All @@ -66,9 +66,9 @@
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/accept-language-parser": "1.5.3",
"@types/debug": "4.1.8",
"@types/diff-match-patch": "1.0.32",
"@types/diff-match-patch": "1.0.33",
"@types/dompurify": "3.0.2",
"@types/jsdom": "21.1.2",
"@types/jsdom": "21.1.3",
"@types/locale": "0.1.2",
"@types/lodash-es": "4.17.9",
"@types/markdown-it-link-attributes": "3.0.1",
Expand All @@ -78,8 +78,8 @@
"@types/swagger-ui-dist": "3.30.1",
"@unocss/nuxt": "0.55.7",
"@vue/compiler-sfc": "3.3.4",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.48.0",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.6.0",
Expand All @@ -89,18 +89,18 @@
"eslint-plugin-vue": "9.17.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nuxt": "3.7.1",
"pnpm": "8.7.4",
"nuxt": "3.7.3",
"pnpm": "8.7.5",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.0",
"sass": "1.66.1",
"sass": "1.67.0",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.6",
"unplugin-icons": "0.17.0",
"unplugin-vue-components": "0.25.2",
"vite": "4.4.9",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "1.8.10"
"vue-tsc": "1.8.11"
},
"comments": "Hookable 5.5 seems to break with nuxt...",
"pnpm": {
Expand Down
Loading

0 comments on commit 36e43d5

Please sign in to comment.