|
88 | 88 | } |
89 | 89 | }, |
90 | 90 | "rules": { |
| 91 | + "@typescript-eslint/no-angle-bracket-type-assertion": 0, |
91 | 92 | "no-unused-vars": 0, |
92 | 93 | "react-hooks/rules-of-hooks": "error", |
93 | 94 | "react-hooks/exhaustive-deps": "warn" |
|
109 | 110 | }, |
110 | 111 | "dependencies": { |
111 | 112 | "@babel/runtime": "^7.0.0", |
112 | | - "invariant": "^2.2.4" |
| 113 | + "invariant": "^2.0.0" |
113 | 114 | }, |
114 | 115 | "peerDependencies": { |
115 | 116 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0" |
|
128 | 129 | "@storybook/components": "^5.0.0", |
129 | 130 | "@storybook/react": "^5.0.0", |
130 | 131 | "@storybook/theming": "^5.0.11", |
131 | | - "@testing-library/jest-dom": "^4.0.0", |
| 132 | + "@testing-library/jest-dom": "^4.1.0", |
132 | 133 | "@testing-library/react": "^9.1.0", |
133 | | - "@types/jest": "^24.0.9", |
| 134 | + "@types/jest": "^24.0.18", |
134 | 135 | "@types/react": "^16.9.1", |
135 | | - "@types/react-dom": "^16.8.2", |
| 136 | + "@types/react-dom": "^16.9.0", |
136 | 137 | "@types/storybook__addon-actions": "^3.4.1", |
137 | 138 | "@types/storybook__addon-knobs": "^5.0.2", |
138 | 139 | "@types/storybook__react": "^4.0.0", |
139 | 140 | "@typescript-eslint/eslint-plugin": "^2.0.0", |
140 | | - "@typescript-eslint/parser": "^1.12.0", |
| 141 | + "@typescript-eslint/parser": "^2.0.0", |
141 | 142 | "babel-eslint": "10.0.2", |
142 | 143 | "babel-jest": "^24.5.0", |
143 | 144 | "babel-loader": "^8.0.5", |
144 | 145 | "concurrently": "^4.1.0", |
145 | 146 | "coveralls": "^3.0.5", |
146 | | - "eslint": "^6.1.0", |
| 147 | + "eslint": "^6.2.1", |
147 | 148 | "eslint-config-react-app": "^5.0.0", |
148 | 149 | "eslint-plugin-flowtype": "^4.2.0", |
149 | 150 | "eslint-plugin-import": "^2.18.2", |
150 | 151 | "eslint-plugin-jsx-a11y": "^6.2.3", |
151 | 152 | "eslint-plugin-react": "^7.12.4", |
152 | | - "eslint-plugin-react-hooks": "^1.7.0", |
| 153 | + "eslint-plugin-react-hooks": "^2.0.1", |
153 | 154 | "husky": "^3.0.3", |
154 | 155 | "intersection-observer": "^0.7.0", |
155 | 156 | "jest": "^24.5.0", |
|
159 | 160 | "react": "^16.9.0", |
160 | 161 | "react-dom": "^16.9.0", |
161 | 162 | "react-test-renderer": "^16.9.0", |
162 | | - "rollup": "^1.17.0", |
| 163 | + "rollup": "^1.20.0", |
163 | 164 | "rollup-plugin-babel": "^4.2.0", |
164 | 165 | "rollup-plugin-commonjs": "^10.0.1", |
165 | 166 | "rollup-plugin-node-resolve": "^5.2.0", |
|
0 commit comments