Skip to content

Commit

Permalink
fix: dependencies 2022-08-22 (#1509)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Aug 24, 2022
1 parent 806e779 commit 0da9cf8
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 263 deletions.
12 changes: 6 additions & 6 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.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"algoliasearch": "4.14.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.5",
Expand All @@ -72,7 +72,7 @@
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.8.2",
"eslint-plugin-jest": "26.8.7",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -94,15 +94,15 @@
"rollup-plugin-terser": "7.0.2",
"shipjs": "0.24.4",
"start-server-and-test": "1.11.3",
"stylelint": "14.10.0",
"stylelint": "14.11.0",
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "27.0.0",
"stylelint-config-standard": "28.0.0",
"stylelint-no-unsupported-browser-features": "5.0.3",
"stylelint-order": "5.0.0",
"stylelint-prettier": "2.0.0",
"ts-jest": "28.0.2",
"ts-jest": "28.0.8",
"typescript": "4.7.4",
"watch": "1.0.2",
"webpack": "4.44.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Expand Up @@ -26,7 +26,7 @@
"my-loaders": "file:plugins/my-loaders",
"postcss": "8.4.16",
"postcss-import": "14.0.2",
"postcss-preset-env": "7.2.0",
"postcss-preset-env": "7.8.0",
"prism-react-renderer": "1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit 0da9cf8

Please sign in to comment.