Skip to content

Commit

Permalink
chore(deps): dependencies 2022-10-31 (#1105)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
algolia-bot and renovate[bot] committed Nov 3, 2022
1 parent 61a050c commit 167e4ed
Show file tree
Hide file tree
Showing 13 changed files with 1,360 additions and 556 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
implementation 'org.openapitools:jackson-databind-nullable:0.2.3'
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
}

tasks.withType(JavaCompile) {
Expand Down
8 changes: 4 additions & 4 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:types": "yarn tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/runtime": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/runtime": "7.20.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "14.1.0",
"@types/jest": "28.1.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.59",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.59",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"ts-jest": "28.0.8",
"typescript": "4.8.3",
"xhr-mock": "2.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "28.1.8",
"@types/node": "16.11.59",
"cross-fetch": "3.1.5",
"jest": "29.0.3",
"jest": "29.2.2",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.59",
"jest": "29.0.3",
"jest": "29.2.2",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
Expand Down
Loading

0 comments on commit 167e4ed

Please sign in to comment.