Skip to content

Commit

Permalink
chore(deps): dependencies 2022-09-08 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot authored Sep 12, 2022
1 parent 9a1c589 commit ec997ef
Show file tree
Hide file tree
Showing 20 changed files with 2,044 additions and 1,191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.3'
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
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'
}

Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java-2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.22.0'
}
}
18 changes: 9 additions & 9 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"test:types": "yarn tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/runtime": "7.18.9",
"@babel/preset-env": "7.19.0",
"@babel/runtime": "7.19.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-node-resolve": "14.0.1",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@types/node": "16.11.58",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.10",
"bundlesize2": "0.0.31",
"execa": "5.1.1",
"lerna": "5.4.3",
"nx": "14.5.10",
"rollup": "2.78.1",
"lerna": "5.5.1",
"nx": "14.7.3",
"rollup": "2.79.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.33.0",
"semver": "7.3.7",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"@types/node": "16.11.58",
"jest": "29.0.2",
"jest-environment-jsdom": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"@types/node": "16.11.58",
"jest": "29.0.2",
"jest-environment-jsdom": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2",
"typescript": "4.8.3",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@types/node": "16.11.58",
"cross-fetch": "3.1.5",
"jest": "29.0.1",
"jest": "29.0.2",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "29.0.1",
"@types/node": "16.11.58",
"jest": "29.0.2",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading

0 comments on commit ec997ef

Please sign in to comment.