Skip to content

Commit

Permalink
chore: update deps and address scss deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Oct 18, 2024
1 parent d8fbc3a commit 43a8559
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 232 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.45.4</jdbi3-bom.version>
<jdbi3-bom.version>3.46.0</jdbi3-bom.version>
<configurate.version>4.2.0-SNAPSHOT</configurate.version>
<spring-cloud-aws.version>3.2.0</spring-cloud-aws.version>

Expand All @@ -39,7 +39,7 @@
<datafaker.version>2.4.0</datafaker.version>
<apache-commons-lang.version>3.17.0</apache-commons-lang.version>
<jwt.version>4.4.0</jwt.version>
<jetbrains-annotations.version>26.0.0</jetbrains-annotations.version>
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
<caffeine.version>3.1.8</caffeine.version>
<jarscanner.version>1.0-SNAPSHOT</jarscanner.version>
<jgroups.version>5.3.13.Final</jgroups.version>
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vueuse/nuxt": "11.1.0",
"accept-language-parser": "1.5.0",
"axios": "1.7.7",
"chart.js": "4.4.4",
"chart.js": "4.4.5",
"debug": "4.3.7",
"diff-match-patch": "1.0.5",
"dompurify": "3.1.7",
Expand Down Expand Up @@ -96,15 +96,15 @@
"lint-staged": "15.2.10",
"nuxt": "3.13.2",
"oxlint": "0.9.10",
"pnpm": "9.12.1",
"pnpm": "9.12.2",
"prettier": "3.3.3",
"regenerator-runtime": "0.14.1",
"sass": "1.79.5",
"sass": "1.80.2",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.3",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.8",
"vite": "5.4.9",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "2.1.6"
}
Expand Down
Loading

0 comments on commit 43a8559

Please sign in to comment.