Skip to content

Commit

Permalink
chore(scripts): dependencies 2022-07-04 (#773)
Browse files Browse the repository at this point in the history
* Automatic empty commit

* chore(deps): update dependency @types/node to v16.11.42 (#774)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update jest monorepo (#775)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency ts-node to v10.8.2 (#776)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update typescript-eslint monorepo to v5.30.3 (#779)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency eslint-plugin-prettier to v4.2.1 (#778)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency docusaurus-preset-shiki-twoslash to v1.1.38 (#777)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v16.11.43 (#780)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#781)

* chore(deps): lock file maintenance

* lock file

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>

* update

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people authored Jul 4, 2022
1 parent d358fdf commit b39e528
Show file tree
Hide file tree
Showing 15 changed files with 1,427 additions and 1,721 deletions.
6 changes: 3 additions & 3 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@babel/runtime": "7.18.6",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"@types/jest": "28.1.4",
"@types/node": "16.11.43",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.10",
"bundlesize2": "0.0.31",
Expand All @@ -36,7 +36,7 @@
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"semver": "7.3.7",
"ts-node": "10.8.1",
"ts-node": "10.8.2",
"typescript": "4.7.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"@types/jest": "28.1.4",
"@types/node": "16.11.43",
"jest": "28.1.2",
"jest-environment-jsdom": "28.1.2",
"ts-jest": "28.0.5",
"typescript": "4.7.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@experimental-api-clients-automation/client-common": "0.7.2"
},
"devDependencies": {
"@types/node": "16.11.41",
"@types/node": "16.11.43",
"typescript": "4.7.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@experimental-api-clients-automation/client-common": "0.7.2"
},
"devDependencies": {
"@types/node": "16.11.41",
"@types/node": "16.11.43",
"typescript": "4.7.4"
},
"engines": {
Expand Down
Loading

0 comments on commit b39e528

Please sign in to comment.