Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Aug 29, 2024
1 parent bb5d73e commit be70712
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 704 deletions.
10 changes: 5 additions & 5 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/>
</parent>

Expand All @@ -26,7 +26,7 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

<!-- dependency management -->
<jdbi3-bom.version>3.45.3</jdbi3-bom.version>
<jdbi3-bom.version>3.45.4</jdbi3-bom.version>
<configurate.version>4.2.0-SNAPSHOT</configurate.version>
<spring-cloud-aws.version>3.1.1</spring-cloud-aws.version>

Expand All @@ -35,7 +35,7 @@
<springdoc.version>2.6.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20240303</org-json.version>
<bucket4j.version>8.13.1</bucket4j.version>
<bucket4j.version>8.14.0</bucket4j.version>
<datafaker.version>2.3.1</datafaker.version>
<apache-commons-lang.version>3.16.0</apache-commons-lang.version>
<jwt.version>4.4.0</jwt.version>
Expand All @@ -54,7 +54,7 @@

<!-- test -->
<pg.version>1.20.1</pg.version>
<openapi-generator.version>7.7.0</openapi-generator.version>
<openapi-generator.version>7.8.0</openapi-generator.version>

<!-- plugins -->
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down Expand Up @@ -430,7 +430,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down
46 changes: 23 additions & 23 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.22",
"@pinia/nuxt": "0.5.3",
"@pinia/nuxt": "0.5.4",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/components": "11.0.0",
"@vueuse/core": "11.0.0",
"@vueuse/nuxt": "11.0.0",
"@vueuse/components": "11.0.3",
"@vueuse/core": "11.0.3",
"@vueuse/nuxt": "11.0.3",
"accept-language-parser": "1.5.0",
"axios": "1.7.4",
"chart.js": "4.4.3",
"axios": "1.7.5",
"chart.js": "4.4.4",
"debug": "4.3.6",
"diff-match-patch": "1.0.5",
"dompurify": "3.1.6",
"easymde": "2.18.0",
"filesize": "10.1.4",
"github-slugger": "2.0.0",
"jsdom": "24.1.1",
"jsdom": "25.0.0",
"jwt-decode": "4.0.0",
"lodash-es": "4.17.21",
"marked": "12.0.2",
"marked-alert": "2.0.1",
"marked-extended-tables": "1.0.8",
"marked-alert": "2.0.2",
"marked-extended-tables": "1.0.10",
"marked-linkify-it": "3.1.11",
"nprogress": "0.2.0",
"pinia": "2.2.2",
"prism-theme-vars": "0.2.5",
"prismjs": "1.29.0",
"qs": "6.13.0",
"rapidoc": "9.3.4",
"swagger-typescript-api": "13.0.21",
"swagger-typescript-api": "13.0.22",
"universal-cookie": "7.2.0",
"vue-advanced-cropper": "2.8.9",
"vue-chartjs": "5.3.1",
Expand All @@ -64,13 +64,13 @@
"devDependencies": {
"@iconify-json/mdi": "1.1.68",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.4.0",
"@sentry/bun": "8.26.0",
"@sentry/node": "8.26.0",
"@sentry/profiling-node": "8.26.0",
"@sentry/vue": "8.26.0",
"@nuxtjs/i18n": "8.5.1",
"@sentry/bun": "8.27.0",
"@sentry/node": "8.27.0",
"@sentry/profiling-node": "8.27.0",
"@sentry/vue": "8.27.0",
"@types/accept-language-parser": "1.5.6",
"@types/bun": "1.1.6",
"@types/bun": "1.1.8",
"@types/debug": "4.1.12",
"@types/diff-match-patch": "1.0.36",
"@types/dompurify": "3.0.5",
Expand All @@ -81,31 +81,31 @@
"@types/nprogress": "0.2.3",
"@types/prismjs": "1.26.4",
"@types/qs": "6.9.15",
"@unocss/nuxt": "0.62.2",
"@unocss/nuxt": "0.62.3",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-oxlint": "0.9.1",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vue": "9.27.0",
"husky": "9.1.4",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"nuxt": "3.12.4",
"nuxt": "3.13.0",
"oxlint": "0.9.1",
"pnpm": "9.7.1",
"pnpm": "9.9.0",
"prettier": "3.3.3",
"regenerator-runtime": "0.14.1",
"sass": "1.77.8",
"typescript": "5.5.4",
"unplugin-auto-import": "0.18.2",
"unplugin-icons": "0.19.2",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.1",
"vite": "5.4.2",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "2.0.29"
"vue-tsc": "2.1.2"
}
}
Loading

0 comments on commit be70712

Please sign in to comment.