Skip to content

chore(deps): dependencies 2023-02-27 #1358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.14.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2'
api 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'org.openapitools:jackson-databind-nullable:0.2.5'
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 @@ -20,23 +20,23 @@
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.21.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "14.1.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/jest": "29.4.0",
"@types/node": "18.14.2",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.13",
"bundlesize2": "0.0.31",
"execa": "5.1.1",
"lerna": "5.5.2",
"nx": "14.7.5",
"nx": "15.8.1",
"rollup": "2.79.1",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.34.1",
"semver": "7.3.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like magically it worked??????????????

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so I guess it was a yarn.lock issue right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a lerna issue apparently, I could updgrade everything but lerna, both v5 and v6

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep I guess there might be breaking changes there, but it's fine that's the most important part

},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.8.4",
"typescript": "4.9.5",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "29.4.3",
"nock": "13.3.0",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "29.4.3",
"nock": "13.3.0",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading