Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/client/eslint-8.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicMcPhee authored Jan 29, 2024
2 parents a0ef23b + 76b98ec commit 624b140
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 15 deletions.
144 changes: 131 additions & 13 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jasmine": "^4.0.3",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"cypress": "^13.6.3",
"eslint-plugin-import": "2.27.5",
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation 'org.slf4j:slf4j-simple:2.0.6'

// JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'

// JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
Expand Down

0 comments on commit 624b140

Please sign in to comment.