diff --git a/package.json b/package.json index aa073be4..3f41f0a9 100644 --- a/package.json +++ b/package.json @@ -35,50 +35,50 @@ "lodash.throttle": "^4.1.1" }, "peerDependencies": { - "react": ">=17.0.0", - "react-dom": ">=17.0.0" + "react": ">=17.0.1", + "react-dom": ">=17.0.1" }, "devDependencies": { - "@babel/core": "^7.11.1", + "@babel/core": "^7.13.8", "@babel/polyfill": "^7.10.4", - "@babel/preset-env": "^7.11.0", - "@babel/preset-react": "^7.10.4", - "@babel/register": "^7.10.5", - "@rollup/plugin-node-resolve": "9.0.0", - "@testing-library/react": "11.1.0", - "@testing-library/react-hooks": "^3.4.1", + "@babel/preset-env": "^7.13.9", + "@babel/preset-react": "^7.12.13", + "@babel/register": "^7.13.8", + "@rollup/plugin-node-resolve": "11.2.0", + "@testing-library/react": "11.2.5", + "@testing-library/react-hooks": "^5.1.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.1.0", + "babel-loader": "^8.2.2", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-transform-require-ignore": "^0.1.1", - "beautiful-react-ui": "^0.57.0", - "chai": "^4.2.0", - "css-loader": "^5.0.0", - "eslint": "^7.7.0", - "eslint-config-airbnb": "^18.2.0", + "beautiful-react-ui": "^0.57.1", + "chai": "^4.3.3", + "css-loader": "^5.1.1", + "eslint": "^7.21.0", + "eslint-config-airbnb": "^18.2.1", "eslint-plugin-chai-expect": "^2.2.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.6", - "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jsx-a11y": "^6.4.1", + "eslint-plugin-react": "^7.22.0", + "eslint-plugin-react-hooks": "^4.2.0", "glob": "^7.1.6", - "husky": "^4.2.5", - "jsdoc-to-markdown": "^6.0.1", + "husky": "^5.1.3", + "jsdoc-to-markdown": "^7.0.0", "jsdom": "^16.4.0", "jsdom-global": "^3.0.2", - "mocha": "8.2.0", - "mock-local-storage": "1.1.15", + "mocha": "8.3.1", + "mock-local-storage": "1.1.17", "nyc": "^15.1.0", - "react": "^17.0.0", + "react": "^16.14.0", "react-dom": "^17.0.0", - "react-styleguidist": "^11.0.8", - "react-test-renderer": "^16.13.1", - "rollup": "2.33.0", + "react-styleguidist": "^11.1.5", + "react-test-renderer": "^17.0.1", + "rollup": "2.40.0", "rollup-plugin-babel": "4.4.0", - "rxjs": "6.6.3", - "sinon": "^9.0.3", + "rxjs": "6.6.6", + "sinon": "^9.2.4", "style-loader": "2.0.0", - "url-loader": "^4.1.0", - "webpack": "^5.1.3" + "url-loader": "^4.1.1", + "webpack": "^5.24.3" } }