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

fix: dependencies 2022-08-29 #1523

Merged
merged 8 commits into from Aug 29, 2022
14 changes: 7 additions & 7 deletions package.json
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.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.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.1",
"eslint": "8.22.0",
"eslint": "8.23.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.8.7",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"jest-watch-typeahead": "1.1.0",
"lerna": "4.0.0",
"postcss": "8.4.16",
Expand Down