Skip to content
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

chore(deps): dependencies 2022-08-29 #961

Merged
merged 13 commits into from
Aug 29, 2022
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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.17.0
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.2.2.cjs → .yarn/releases/yarn-3.2.3.cjs

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.2.2.cjs
yarnPath: .yarn/releases/yarn-3.2.3.cjs
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.17.0

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.2.3.cjs
12 changes: 6 additions & 6 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.10",
"@babel/core": "7.18.13",
"@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",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@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.4",
"nx": "14.5.10",
"rollup": "2.78.1",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"rollup-plugin-typescript2": "0.33.0",
"semver": "7.3.7",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@algolia/client-common": "5.0.0-alpha.13"
},
"devDependencies": {
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"ts-jest": "28.0.8",
"typescript": "4.7.4",
"typescript": "4.8.2",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@algolia/client-common": "5.0.0-alpha.13"
},
"devDependencies": {
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"cross-fetch": "3.1.5",
"jest": "28.1.3",
"jest": "29.0.1",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@algolia/client-common": "5.0.0-alpha.13"
},
"devDependencies": {
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "29.0.1",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading