Skip to content

Commit

Permalink
Merge branch 'next' into renovate/rollup-plugin-terser-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Bodin committed Nov 17, 2021
2 parents a604033 + 14d70c2 commit e43922a
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 381 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -39,26 +39,26 @@
"website:start": "yarn workspace @docsearch/website start --host 0.0.0.0"
},
"devDependencies": {
"@babel/cli": "7.11.5",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/preset-env": "7.11.5",
"@babel/preset-typescript": "7.10.4",
"@babel/cli": "7.16.0",
"@babel/plugin-transform-react-jsx": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@percy/cypress": "2.3.4",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.3",
"@testing-library/dom": "7.23.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/user-event": "12.1.3",
"@types/jest": "^26.0.14",
"@types/jest": "^27.0.0",
"@types/jest-diff": "^24.3.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"algoliasearch": "4.11.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.3",
"babel-plugin-inline-replace-variables": "1.3.1",
"babel-plugin-module-resolver": "4.0.0",
"bundlesize": "0.18.0",
Expand All @@ -72,13 +72,13 @@
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-jsdoc": "37.0.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.3.1",
"jest-watch-typeahead": "0.6.0",
"lerna": "4.0.0",
Expand All @@ -97,7 +97,7 @@
"stylelint": "14.0.1",
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-sass-guidelines": "9.0.0",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "23.0.0",
"stylelint-no-unsupported-browser-features": "5.0.2",
"stylelint-order": "5.0.0",
Expand Down

0 comments on commit e43922a

Please sign in to comment.