Skip to content

Commit

Permalink
chore(deps): dependencies 2022-10-24 (algolia#1620)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts authored Oct 24, 2022
1 parent d13ded1 commit fad952d
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 411 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
command="yarn build"
publish="packages/website/build"
ignore="git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- packages/website/ yarn.lock"

[build.environment]
YARN_VERSION = "1.22.5"
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@types/jest-diff": "^24.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"algoliasearch": "4.14.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.5",
Expand All @@ -66,20 +66,20 @@
"cssnano": "4.1.10",
"cypress": "9.6.1",
"dotenv": "16.0.2",
"eslint": "8.23.1",
"eslint": "8.26.0",
"eslint-config-algolia": "20.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.2",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jest": "27.1.3",
"eslint-plugin-jsdoc": "39.3.23",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.2.0",
"jest-environment-jsdom": "29.2.0",
"jest": "29.2.1",
"jest-environment-jsdom": "29.2.1",
"jest-watch-typeahead": "1.1.0",
"lerna": "4.0.0",
"postcss": "8.4.18",
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.1",
"@algolia/autocomplete-preset-algolia": "1.7.1",
"@algolia/autocomplete-core": "1.7.2",
"@algolia/autocomplete-preset-algolia": "1.7.2",
"@docsearch/css": "3.2.2",
"algoliasearch": "^4.0.0"
},
Expand Down
Loading

0 comments on commit fad952d

Please sign in to comment.