|
1 | 1 | { |
2 | 2 | "name": "beautiful-react-hooks", |
3 | | - "version": "0.31.0", |
| 3 | + "version": "0.31.1", |
4 | 4 | "description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development", |
5 | 5 | "main": "index.js", |
6 | 6 | "module": "esm/index.js", |
|
35 | 35 | "lodash.throttle": "^4.1.1" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | | - "react": ">=17.0.0", |
39 | | - "react-dom": ">=17.0.0" |
| 38 | + "react": ">=17.0.1", |
| 39 | + "react-dom": ">=17.0.1" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/core": "^7.11.1", |
| 42 | + "@babel/core": "^7.13.8", |
43 | 43 | "@babel/polyfill": "^7.10.4", |
44 | | - "@babel/preset-env": "^7.11.0", |
45 | | - "@babel/preset-react": "^7.10.4", |
46 | | - "@babel/register": "^7.10.5", |
47 | | - "@rollup/plugin-node-resolve": "9.0.0", |
48 | | - "@testing-library/react": "11.1.0", |
49 | | - "@testing-library/react-hooks": "^3.4.1", |
| 44 | + "@babel/preset-env": "^7.13.9", |
| 45 | + "@babel/preset-react": "^7.12.13", |
| 46 | + "@babel/register": "^7.13.8", |
| 47 | + "@rollup/plugin-node-resolve": "11.2.0", |
| 48 | + "@testing-library/react": "11.2.5", |
| 49 | + "@testing-library/react-hooks": "^5.1.0", |
50 | 50 | "babel-eslint": "^10.1.0", |
51 | | - "babel-loader": "^8.1.0", |
| 51 | + "babel-loader": "^8.2.2", |
52 | 52 | "babel-plugin-istanbul": "^6.0.0", |
53 | 53 | "babel-plugin-transform-require-ignore": "^0.1.1", |
54 | | - "beautiful-react-ui": "^0.57.0", |
55 | | - "chai": "^4.2.0", |
56 | | - "css-loader": "^5.0.0", |
57 | | - "eslint": "^7.7.0", |
58 | | - "eslint-config-airbnb": "^18.2.0", |
| 54 | + "beautiful-react-ui": "^0.57.1", |
| 55 | + "chai": "^4.3.3", |
| 56 | + "css-loader": "^5.1.1", |
| 57 | + "eslint": "^7.21.0", |
| 58 | + "eslint-config-airbnb": "^18.2.1", |
59 | 59 | "eslint-plugin-chai-expect": "^2.2.0", |
60 | | - "eslint-plugin-import": "^2.22.0", |
61 | | - "eslint-plugin-jsx-a11y": "^6.3.1", |
62 | | - "eslint-plugin-react": "^7.20.6", |
63 | | - "eslint-plugin-react-hooks": "^4.0.8", |
| 60 | + "eslint-plugin-import": "^2.22.1", |
| 61 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 62 | + "eslint-plugin-react": "^7.22.0", |
| 63 | + "eslint-plugin-react-hooks": "^4.2.0", |
64 | 64 | "glob": "^7.1.6", |
65 | | - "husky": "^4.2.5", |
66 | | - "jsdoc-to-markdown": "^6.0.1", |
| 65 | + "husky": "^5.1.3", |
| 66 | + "jsdoc-to-markdown": "^7.0.0", |
67 | 67 | "jsdom": "^16.4.0", |
68 | 68 | "jsdom-global": "^3.0.2", |
69 | | - "mocha": "8.2.0", |
70 | | - "mock-local-storage": "1.1.15", |
| 69 | + "mocha": "8.3.1", |
| 70 | + "mock-local-storage": "1.1.17", |
71 | 71 | "nyc": "^15.1.0", |
72 | 72 | "react": "^17.0.0", |
73 | 73 | "react-dom": "^17.0.0", |
74 | | - "react-styleguidist": "^11.0.8", |
75 | | - "react-test-renderer": "^16.13.1", |
76 | | - "rollup": "2.33.0", |
| 74 | + "react-styleguidist": "^11.1.5", |
| 75 | + "react-test-renderer": "^17.0.1", |
| 76 | + "rollup": "2.40.0", |
77 | 77 | "rollup-plugin-babel": "4.4.0", |
78 | | - "rxjs": "6.6.3", |
79 | | - "sinon": "^9.0.3", |
| 78 | + "rxjs": "6.6.6", |
| 79 | + "sinon": "^9.2.4", |
80 | 80 | "style-loader": "2.0.0", |
81 | | - "url-loader": "^4.1.0", |
82 | | - "webpack": "^5.1.3" |
| 81 | + "url-loader": "^4.1.1", |
| 82 | + "webpack": "^5.24.3" |
83 | 83 | } |
84 | 84 | } |
0 commit comments