Skip to content

Commit

Permalink
chore(clients): dependency upgrade (#1940)
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
shortcuts and renovate[bot] committed Aug 28, 2023
1 parent 1870a31 commit f89612f
Show file tree
Hide file tree
Showing 24 changed files with 1,539 additions and 666 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
16 changes: 8 additions & 8 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"test:size": "bundlesize"
},
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/runtime": "7.22.10",
"@babel/runtime": "7.22.11",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.2.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-terser": "0.4.3",
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.5.0",
"bundlesize2": "0.0.31",
"execa": "8.0.1",
"lerna": "7.1.5",
"nx": "16.7.2",
"rollup": "3.28.0",
"nx": "16.7.4",
"rollup": "3.28.1",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-typescript2": "0.35.0",
"semver": "7.5.4",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@algolia/requester-node-http": "5.0.0-alpha.79"
},
"devDependencies": {
"@types/node": "18.17.6",
"rollup": "3.28.0",
"typescript": "5.1.6"
"@types/node": "18.17.12",
"rollup": "3.28.1",
"typescript": "5.2.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@algolia/client-common": "5.0.0-alpha.79"
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"typescript": "5.2.2",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@algolia/client-common": "5.0.0-alpha.79"
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"cross-fetch": "4.0.0",
"jest": "29.6.2",
"jest": "29.6.4",
"nock": "13.3.3",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@algolia/client-common": "5.0.0-alpha.79"
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"jest": "29.6.2",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"jest": "29.6.4",
"nock": "13.3.3",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading

0 comments on commit f89612f

Please sign in to comment.