Skip to content

Commit c7d3dcf

Browse files
committed
chore: bump dev deps
1 parent 5c708c1 commit c7d3dcf

File tree

2 files changed

+1459
-1313
lines changed

2 files changed

+1459
-1313
lines changed

package.json

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,42 +16,44 @@
1616
"index.d.ts"
1717
],
1818
"dependencies": {
19-
"@babel/runtime": "^7.11.2",
19+
"@babel/runtime": "^7.12.5",
2020
"invariant": "^2.2.4",
2121
"prop-types": "^15.7.2",
2222
"react-fast-compare": "^3.2.0",
2323
"shallowequal": "^1.1.0"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "7.11.6",
27-
"@babel/core": "7.11.6",
26+
"@babel/cli": "7.12.1",
27+
"@babel/core": "7.12.3",
28+
"@babel/eslint-parser": "7.12.1",
29+
"@babel/eslint-plugin": "7.12.1",
2830
"@commitlint/cli": "11.0.0",
2931
"@commitlint/config-conventional": "11.0.0",
3032
"babel-eslint": "10.1.0",
31-
"babel-preset-kyt-react": "1.0.5",
33+
"babel-preset-kyt-react": "1.1.3",
3234
"enzyme": "3.11.0",
33-
"enzyme-adapter-react-16": "1.15.4",
34-
"enzyme-to-json": "3.5.0",
35-
"eslint": "7.9.0",
36-
"eslint-config-airbnb": "18.2.0",
37-
"eslint-config-kyt": "1.0.8",
38-
"eslint-config-prettier": "6.11.0",
39-
"eslint-plugin-import": "2.22.0",
40-
"eslint-plugin-jest": "24.0.1",
35+
"enzyme-adapter-react-16": "1.15.5",
36+
"enzyme-to-json": "3.6.1",
37+
"eslint": "7.13.0",
38+
"eslint-config-airbnb": "18.2.1",
39+
"eslint-config-kyt": "1.3.5",
40+
"eslint-config-prettier": "6.15.0",
41+
"eslint-plugin-import": "2.22.1",
42+
"eslint-plugin-jest": "24.1.3",
4143
"eslint-plugin-jest-formatting": "2.0.0",
4244
"eslint-plugin-json": "2.1.2",
43-
"eslint-plugin-jsx-a11y": "6.3.1",
45+
"eslint-plugin-jsx-a11y": "6.4.1",
4446
"eslint-plugin-prettier": "3.1.4",
45-
"eslint-plugin-react": "7.20.6",
46-
"eslint-plugin-react-hooks": "4.1.2",
47+
"eslint-plugin-react": "7.21.5",
48+
"eslint-plugin-react-hooks": "4.2.0",
4749
"husky": "4.3.0",
48-
"jest": "26.4.2",
50+
"jest": "26.6.3",
4951
"jsdom": "16.4.0",
50-
"microbundle": "0.12.3",
51-
"prettier": "2.1.1",
52+
"microbundle": "0.12.4",
53+
"prettier": "2.1.2",
5254
"raf": "3.4.1",
53-
"react": "16.13.1",
54-
"react-dom": "16.13.1",
55+
"react": "16.14.0",
56+
"react-dom": "16.14.0",
5557
"rimraf": "3.0.2"
5658
},
5759
"peerDependencies": {

0 commit comments

Comments
 (0)