Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent a5b44c6 commit 3f5db6f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: static-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: static-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: static-report
path: |
Expand Down
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].1"
"packageManager": "[email protected].2"
}
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].1"
"packageManager": "[email protected].2"
}
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].1"
"packageManager": "[email protected].2"
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.22"
springBoot = "3.2.1"
springBoot = "3.2.2"
springdoc = "2.3.0"
junit = "5.10.1"
klint-plugin = "12.1.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ sendgrid = 'com.sendgrid:sendgrid-java:4.10.1'

# 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.9" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.3.10" }
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 Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"astro-eslint-parser": "^0.16.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"gradle-semantic-release-plugin": "1.9.0",
"gradle-semantic-release-plugin": "1.9.1",
"prettier": "3.2.4",
"prettier-plugin-astro": "~0.12.3",
"prettier-plugin-astro": "~0.13.0",
"prettier-plugin-tailwindcss": "~0.5.10",
"semantic-release": "^23.0.0",
"stylelint": "^16.1.0",
Expand All @@ -58,5 +58,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit 3f5db6f

Please sign in to comment.