Skip to content

Commit

Permalink
chore(deps): dependencies 2023-02-20 (algolia#1793)
Browse files Browse the repository at this point in the history
* chore: automatic empty commit

* chore(deps): update node.js to v16.19.1

* chore(deps): update dependency start-server-and-test to v1.15.4

* chore(deps): update jest monorepo to v29.4.3

* chore(deps): update node.js to v16.19.1

* fix(deps): update algoliasearch-autocomplete monorepo to v1.8.1

* chore(deps): update dependency @testing-library/react to v14 (algolia#1800)

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

* chore(deps): update dependency @testing-library/dom to v9 (algolia#1799)

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2023
1 parent d918ff8 commit d81016b
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 525 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aliases:
defaults: &defaults
working_directory: ~/docsearch
docker:
- image: cimg/node:16.19.0
- image: cimg/node:16.19.1

cypress: &cypress
working_directory: ~/docsearch
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.0
16.19.1
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.3",
"@testing-library/dom": "8.18.0",
"@testing-library/dom": "9.0.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^29.0.0",
"@types/jest-diff": "^24.3.0",
Expand Down Expand Up @@ -78,8 +78,8 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-watch-typeahead": "1.1.0",
"lerna": "4.0.0",
"postcss": "8.4.18",
Expand All @@ -93,7 +93,7 @@
"rollup-plugin-license": "3.0.0",
"rollup-plugin-terser": "7.0.2",
"shipjs": "0.24.4",
"start-server-and-test": "1.11.3",
"start-server-and-test": "1.15.4",
"stylelint": "14.16.1",
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "9.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/docsearch-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/autocomplete-preset-algolia": "1.7.4",
"@algolia/autocomplete-core": "1.8.1",
"@algolia/autocomplete-preset-algolia": "1.8.1",
"@docsearch/css": "3.3.3",
"algoliasearch": "^4.0.0"
},
Expand Down
Loading

0 comments on commit d81016b

Please sign in to comment.