Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #65

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/link-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].1
with:
args: "--cache --max-cache-age 1d ."
fail: true
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
2 changes: 1 addition & 1 deletion apps/frontend/packages/css-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion apps/frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"vite-plugin-dts": "^3.7.0",
"typescript": "^5.3.3"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion apps/frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"tailwindcss": "^3.4.0",
"stylelint": "^16.1.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kotlin = "1.9.22"
springBoot = "3.2.1"
springdoc = "2.3.0"
junit = "4.13.2"
klint-plugin = "12.0.3"
klint-plugin = "12.1.0"
detekt = "1.23.4"
owasp = "9.0.8"
asciidoctor = "4.0.0"
asciidoctor = "4.0.1"
dokka = "1.9.10"
frontend-gradle-plugin = "8.0.0"
springManagement = "1.1.4"
Expand All @@ -28,7 +28,7 @@ gradle-asciidoctor = { module = "org.asciidoctor:asciidoctor-gradle-jvm", versio

# Detekt
gradle-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.3.8" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.3.9" }
detekt-compose2 = { module = "ru.kode:detekt-rules-compose", version = "1.3.0" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }

Expand All @@ -52,7 +52,7 @@ kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
# Testing
junit = { module = "junit:junit", version.ref = "junit" }
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "springBoot" }
reactor-test = { module = "io.projectreactor:reactor-test", version = "3.6.1" }
reactor-test = { module = "io.projectreactor:reactor-test", version = "3.6.2" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading