Skip to content

Commit 14afafb

Browse files
committed
chore: upgrade dependencies
1 parent e31086c commit 14afafb

File tree

2 files changed

+1245
-1074
lines changed

2 files changed

+1245
-1074
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
]
111111
},
112112
"dependencies": {
113-
"tiny-invariant": "^1.0.6"
113+
"tiny-invariant": "^1.1.0"
114114
},
115115
"peerDependencies": {
116116
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
@@ -130,40 +130,40 @@
130130
"@storybook/react": "^5.0.0",
131131
"@storybook/theming": "^5.0.11",
132132
"@testing-library/jest-dom": "^5.0.0",
133-
"@testing-library/react": "^9.1.0",
134-
"@types/jest": "^25.1.0",
135-
"@types/react": "^16.9.1",
136-
"@types/react-dom": "^16.9.0",
137-
"@typescript-eslint/eslint-plugin": "^2.0.0",
138-
"@typescript-eslint/parser": "^2.0.0",
133+
"@testing-library/react": "^9.4.0",
134+
"@types/jest": "^25.1.2",
135+
"@types/react": "^16.9.19",
136+
"@types/react-dom": "^16.9.5",
137+
"@typescript-eslint/eslint-plugin": "^2.19.2",
138+
"@typescript-eslint/parser": "^2.19.2",
139139
"babel-eslint": "^10.0.3",
140-
"babel-jest": "^24.5.0",
140+
"babel-jest": "^25.1.0",
141141
"babel-loader": "^8.0.5",
142142
"babel-plugin-dev-expression": "^0.2.2",
143-
"concurrently": "^5.0.0",
143+
"concurrently": "^5.1.0",
144144
"coveralls": "^3.0.5",
145-
"eslint": "^6.2.1",
146-
"eslint-config-react-app": "^5.0.0",
147-
"eslint-plugin-flowtype": "^4.2.0",
148-
"eslint-plugin-import": "^2.18.2",
145+
"eslint": "^6.8.0",
146+
"eslint-config-react-app": "^5.2.0",
147+
"eslint-plugin-flowtype": "^4.6.0",
148+
"eslint-plugin-import": "^2.20.1",
149149
"eslint-plugin-jsx-a11y": "^6.2.3",
150-
"eslint-plugin-react": "^7.12.4",
150+
"eslint-plugin-react": "^7.18.3",
151151
"eslint-plugin-react-hooks": "^2.0.1",
152-
"husky": "^4.0.2",
152+
"husky": "^4.2.3",
153153
"intersection-observer": "^0.7.0",
154-
"jest": "^24.5.0",
155-
"lint-staged": "^9.2.0",
154+
"jest": "^25.1.0",
155+
"lint-staged": "^10.0.7",
156156
"npm-run-all": "^4.1.5",
157157
"prettier": "^1.16.2",
158158
"react": "^16.9.0",
159159
"react-dom": "^16.9.0",
160160
"react-test-renderer": "^16.9.0",
161-
"rollup": "^1.20.0",
161+
"rollup": "^1.31.1",
162162
"rollup-plugin-babel": "^4.2.0",
163163
"rollup-plugin-commonjs": "^10.0.1",
164164
"rollup-plugin-node-resolve": "^5.2.0",
165165
"rollup-plugin-replace": "^2.1.0",
166-
"rollup-plugin-terser": "^5.1.1",
167-
"typescript": "^3.5.3"
166+
"rollup-plugin-terser": "^5.2.0",
167+
"typescript": "^3.7.5"
168168
}
169169
}

0 commit comments

Comments
 (0)