Skip to content

Commit

Permalink
GH-2201 Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 21, 2024
1 parent 325eb75 commit ed98cdd
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 89 deletions.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
kapt("info.picocli:picocli-codegen:$picocli")
api("info.picocli:picocli:$picocli")

val awssdk = "2.27.8"
val awssdk = "2.27.9"
implementation(platform("software.amazon.awssdk:bom:$awssdk"))
implementation("software.amazon.awssdk:s3:$awssdk")

Expand Down
169 changes: 100 additions & 69 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reposilite-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"json-server": "^0.17.4",
"nodemon": "^3.1.4",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vite-plugin-windicss": "^1.9.3",
"windicss": "^3.5.6",
"ws": "^8.18.0"
Expand Down
Loading

0 comments on commit ed98cdd

Please sign in to comment.