Skip to content

Commit

Permalink
fix: dependencies 2022-08-08 (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot committed Aug 9, 2022
1 parent 184ca43 commit 587ccd1
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 325 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -38,23 +38,23 @@
"website:test": "yarn workspace @docsearch/website start --no-open"
},
"devDependencies": {
"@babel/cli": "7.18.9",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/preset-env": "7.18.9",
"@babel/cli": "7.18.10",
"@babel/plugin-transform-react-jsx": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-typescript": "7.18.6",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.3",
"@testing-library/dom": "8.16.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/dom": "8.16.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^27.0.0",
"@types/jest-diff": "^24.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"algoliasearch": "4.14.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.5",
Expand All @@ -66,13 +66,13 @@
"cssnano": "4.1.10",
"cypress": "9.6.1",
"dotenv": "16.0.1",
"eslint": "8.15.0",
"eslint": "8.21.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": "26.7.0",
"eslint-plugin-jest": "26.8.0",
"eslint-plugin-jsdoc": "39.3.4",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -82,7 +82,7 @@
"jest-environment-jsdom": "28.1.3",
"jest-watch-typeahead": "1.1.0",
"lerna": "4.0.0",
"postcss": "8.4.5",
"postcss": "8.4.16",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Expand Up @@ -18,13 +18,13 @@
"dependencies": {
"@algolia/ui-library": "4.0.0-beta.71",
"@docsearch/react": "3.2.0",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"file-loader": "6.2.0",
"my-loaders": "file:plugins/my-loaders",
"postcss": "8.4.5",
"postcss": "8.4.16",
"postcss-import": "14.0.2",
"postcss-preset-env": "7.2.0",
"prism-react-renderer": "1.2.1",
Expand Down

0 comments on commit 587ccd1

Please sign in to comment.