Skip to content

Commit d57b8e8

Browse files
fix(deps): update all non-major dependencies
1 parent ab2808b commit d57b8e8

7 files changed

Lines changed: 1296 additions & 1346 deletions

File tree

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.14.1.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ plugins:
1111
path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1212
spec: "https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js"
1313

14-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
14+
yarnPath: .yarn/releases/yarn-4.14.1.cjs

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
mavenLocal()
2121
}
2222

23-
val junitVersion = "5.9.2"
23+
val junitVersion = "5.14.3"
2424

2525
dependencies {
2626
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"check-update": "cliff-jumper --dry-run --verbose"
1212
},
1313
"devDependencies": {
14-
"@commitlint/cli": "^20.4.0",
15-
"@commitlint/config-conventional": "^20.4.0",
16-
"@favware/cliff-jumper": "^6.0.0"
14+
"@commitlint/cli": "^20.5.2",
15+
"@commitlint/config-conventional": "^20.5.0",
16+
"@favware/cliff-jumper": "^6.1.0"
1717
},
1818
"commitlint": {
1919
"extends": [
2020
"@commitlint/config-conventional"
2121
]
2222
},
23-
"packageManager": "yarn@4.12.0"
23+
"packageManager": "yarn@4.14.1"
2424
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.develocity") version "4.3.2"
2+
id("com.gradle.develocity") version "4.4.1"
33
}
44

55
rootProject.name = "result"

0 commit comments

Comments
 (0)