chore(deps): dependencies 2022-09-05 (#1536)
* chore: automatic empty commit * chore(deps): update dependency dotenv to v16.0.2 * chore(deps): update typescript-eslint monorepo to v5.36.1 * fix(deps): update docusaurus monorepo to v2.1.0 * chore(deps): update jest monorepo to v29.0.2 * chore(deps): update dependency eslint-plugin-react to v7.31.5 * chore(deps): update dependency @types/jest to v29 (#1541) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint-plugin-react to v7.31.6 * fix(deps): update dependency postcss-import to v15 (#1542) * chore(deps): update dependency @testing-library/react to v13.4.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
This commit is contained in:
parent
aa0de81ea0
commit
808e9e6624
3 changed files with 558 additions and 577 deletions
16
package.json
16
package.json
|
|
@ -47,14 +47,14 @@
|
|||
"@rollup/plugin-replace": "2.3.3",
|
||||
"@testing-library/dom": "8.17.1",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "13.3.0",
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/jest": "^27.0.0",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/jest-diff": "^24.3.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||
"@typescript-eslint/parser": "5.35.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.1",
|
||||
"@typescript-eslint/parser": "5.36.1",
|
||||
"algoliasearch": "4.14.2",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "8.2.5",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"cross-env": "7.0.3",
|
||||
"cssnano": "4.1.10",
|
||||
"cypress": "9.6.1",
|
||||
"dotenv": "16.0.1",
|
||||
"dotenv": "16.0.2",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-config-algolia": "20.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
|
|
@ -76,10 +76,10 @@
|
|||
"eslint-plugin-jsdoc": "39.3.6",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.31.1",
|
||||
"eslint-plugin-react": "7.31.6",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "29.0.1",
|
||||
"jest-environment-jsdom": "29.0.1",
|
||||
"jest": "29.0.2",
|
||||
"jest-environment-jsdom": "29.0.2",
|
||||
"jest-watch-typeahead": "1.1.0",
|
||||
"lerna": "4.0.0",
|
||||
"postcss": "8.4.16",
|
||||
|
|
|
|||
|
|
@ -18,14 +18,14 @@
|
|||
"dependencies": {
|
||||
"@algolia/ui-library": "4.0.0-beta.71",
|
||||
"@docsearch/react": "3.2.1",
|
||||
"@docusaurus/core": "2.0.1",
|
||||
"@docusaurus/preset-classic": "2.0.1",
|
||||
"@docusaurus/core": "2.1.0",
|
||||
"@docusaurus/preset-classic": "2.1.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"file-loader": "6.2.0",
|
||||
"my-loaders": "file:plugins/my-loaders",
|
||||
"postcss": "8.4.16",
|
||||
"postcss-import": "14.0.2",
|
||||
"postcss-import": "15.0.0",
|
||||
"postcss-preset-env": "7.8.0",
|
||||
"prism-react-renderer": "1.2.1",
|
||||
"react": "18.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue