Skip to content

Commit b20abcc

Browse files
committed
chore: upgrade dependencies
1 parent a5061a5 commit b20abcc

File tree

2 files changed

+990
-1064
lines changed

2 files changed

+990
-1064
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
}
8989
},
9090
"rules": {
91+
"@typescript-eslint/no-angle-bracket-type-assertion": 0,
9192
"no-unused-vars": 0,
9293
"react-hooks/rules-of-hooks": "error",
9394
"react-hooks/exhaustive-deps": "warn"
@@ -109,7 +110,7 @@
109110
},
110111
"dependencies": {
111112
"@babel/runtime": "^7.0.0",
112-
"invariant": "^2.2.4"
113+
"invariant": "^2.0.0"
113114
},
114115
"peerDependencies": {
115116
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
@@ -128,28 +129,28 @@
128129
"@storybook/components": "^5.0.0",
129130
"@storybook/react": "^5.0.0",
130131
"@storybook/theming": "^5.0.11",
131-
"@testing-library/jest-dom": "^4.0.0",
132+
"@testing-library/jest-dom": "^4.1.0",
132133
"@testing-library/react": "^9.1.0",
133-
"@types/jest": "^24.0.9",
134+
"@types/jest": "^24.0.18",
134135
"@types/react": "^16.9.1",
135-
"@types/react-dom": "^16.8.2",
136+
"@types/react-dom": "^16.9.0",
136137
"@types/storybook__addon-actions": "^3.4.1",
137138
"@types/storybook__addon-knobs": "^5.0.2",
138139
"@types/storybook__react": "^4.0.0",
139140
"@typescript-eslint/eslint-plugin": "^2.0.0",
140-
"@typescript-eslint/parser": "^1.12.0",
141+
"@typescript-eslint/parser": "^2.0.0",
141142
"babel-eslint": "10.0.2",
142143
"babel-jest": "^24.5.0",
143144
"babel-loader": "^8.0.5",
144145
"concurrently": "^4.1.0",
145146
"coveralls": "^3.0.5",
146-
"eslint": "^6.1.0",
147+
"eslint": "^6.2.1",
147148
"eslint-config-react-app": "^5.0.0",
148149
"eslint-plugin-flowtype": "^4.2.0",
149150
"eslint-plugin-import": "^2.18.2",
150151
"eslint-plugin-jsx-a11y": "^6.2.3",
151152
"eslint-plugin-react": "^7.12.4",
152-
"eslint-plugin-react-hooks": "^1.7.0",
153+
"eslint-plugin-react-hooks": "^2.0.1",
153154
"husky": "^3.0.3",
154155
"intersection-observer": "^0.7.0",
155156
"jest": "^24.5.0",
@@ -159,7 +160,7 @@
159160
"react": "^16.9.0",
160161
"react-dom": "^16.9.0",
161162
"react-test-renderer": "^16.9.0",
162-
"rollup": "^1.17.0",
163+
"rollup": "^1.20.0",
163164
"rollup-plugin-babel": "^4.2.0",
164165
"rollup-plugin-commonjs": "^10.0.1",
165166
"rollup-plugin-node-resolve": "^5.2.0",

0 commit comments

Comments
 (0)