Skip to content

Commit

Permalink
chore(deps): dependencies 2023-05-29 (#1567)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
3 people authored May 30, 2023
1 parent 74963ba commit d97a58f
Show file tree
Hide file tree
Showing 6 changed files with 713 additions and 597 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref =
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.25.1" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.17.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.19.0" }
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "29.5.1",
"eslint": "8.40.0",
"eslint": "8.41.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"devDependencies": {
"@babel/eslint-parser": "7.21.8",
"@openapitools/openapi-generator-cli": "2.6.0",
"@prettier/plugin-php": "0.19.4",
"@prettier/plugin-php": "0.19.5",
"@redocly/openapi-cli": "1.0.0-beta.95",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"eslint": "8.40.0",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"eslint": "8.41.0",
"eslint-config-algolia": "21.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-algolia": "2.0.0",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "44.2.4",
"eslint-plugin-jsdoc": "44.2.7",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unused-imports": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
},
"devDependencies": {
"parcel": "2.8.3",
"parcel": "2.9.1",
"typescript": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@actions/core": "1.10.0",
"@octokit/rest": "19.0.7",
"@octokit/rest": "19.0.11",
"@types/folder-hash": "4.0.2",
"@types/inquirer": "8.2.6",
"@types/jest": "29.5.1",
Expand All @@ -27,7 +27,7 @@
"chalk": "4.1.2",
"commander": "9.5.0",
"dotenv": "16.0.3",
"eslint": "8.40.0",
"eslint": "8.41.0",
"execa": "5.1.1",
"folder-hash": "4.0.4",
"fs-extra": "10.1.0",
Expand Down
Loading

0 comments on commit d97a58f

Please sign in to comment.