Skip to content

Commit ceee71f

Browse files
authored
Revert "Update All non-major updates" (#6350)
Revert "Update All non-major updates (#6326)" This reverts commit 8fad12a.
1 parent 20fdd56 commit ceee71f

File tree

10 files changed

+826
-617
lines changed

10 files changed

+826
-617
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.0
1+
24.13.1
Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ tasks.register('highLevelDataSetup', JavaExec) {
3131

3232

3333
def versions = [
34-
junit : '5.14.3',
35-
junitPlatform : '1.14.3'
34+
junit : '5.10.1',
35+
junitPlatform : '1.10.1'
3636
]
3737

3838
ext.libraries = [
@@ -47,7 +47,7 @@ ext.libraries = [
4747

4848
dependencies {
4949
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.2.4'
50-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'
50+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'
5151

5252
testImplementation libraries.junit5
5353
}

gradle/wrapper/gradle-wrapper.jar

17.4 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
5-
validateDistributionUrl=true
65
zipStoreBase=GRADLE_USER_HOME
76
zipStorePath=wrapper/dists

gradlew

Lines changed: 15 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"allure-codeceptjs": "^3.4.2",
122122
"allure-commandline": "^2.29.0",
123123
"allure-js-commons": "^3.4.2",
124-
"allure-playwright": "2.15.1",
124+
"allure-playwright": "2.4.0",
125125
"chai": "^4.3.4",
126126
"codeceptjs": "3.5.11",
127127
"custom-eslint-plugin": "portal:./plugins/custom-eslint-plugins",
@@ -147,8 +147,8 @@
147147
"proper-lockfile": "^4.1.2",
148148
"totp-generator": "^1.0.0",
149149
"ts-node": "^10.9.2",
150-
"typescript": "5.9.3",
151-
"typescript-eslint": "8.57.0",
150+
"typescript": "5.1.3",
151+
"typescript-eslint": "8.0.0",
152152
"uuid": "^11.0.3",
153153
"webdriverio": "^9.0.0"
154154
},
@@ -159,5 +159,5 @@
159159
"resolutions": {
160160
"minimatch": "^3.0.5"
161161
},
162-
"packageManager": "yarn@4.12.0"
162+
"packageManager": "yarn@4.10.3"
163163
}

0 commit comments

Comments
 (0)