Skip to content

Commit 009b430

Browse files
committed
chore: update dependencies
1 parent d06952d commit 009b430

File tree

2 files changed

+919
-1263
lines changed

2 files changed

+919
-1263
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -59,38 +59,38 @@
5959
"node": ">=8.6.0"
6060
},
6161
"dependencies": {
62-
"@babel/code-frame": "^7.5.5",
63-
"@babel/generator": "^7.6.4",
64-
"@babel/types": "^7.6.1",
65-
"ajv": "^6.10.2",
62+
"@babel/code-frame": "^7.10.4",
63+
"@babel/generator": "^7.11.6",
64+
"@babel/types": "^7.11.5",
65+
"ajv": "^6.12.4",
6666
"ajv-errors": "^1.0.1",
67-
"chalk": "^2.4.2",
67+
"chalk": "^4.1.0",
6868
"semver": "^6.3.0"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "^7.6.2",
72-
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
73-
"@babel/preset-react": "^7.0.0",
74-
"@types/jest": "^24.0.19",
75-
"babel-eslint": "^10.0.3",
76-
"babel-jest": "^25.2.3",
77-
"common-tags": "^1.4.0",
78-
"enzyme": "^3.10.0",
79-
"enzyme-adapter-react-16": "^1.14.0",
80-
"eslint": "^6.5.0",
81-
"eslint-config-airbnb-base": "^14.0.0",
82-
"eslint-plugin-import": "^2.18.2",
83-
"eslint-plugin-react": "^7.16.0",
84-
"eslint-plugin-react-directives": "^1.0.0",
85-
"husky": "^3.0.7",
86-
"invariant": "^2.2.2",
87-
"jest": "^25.2.3",
88-
"lint-staged": "^9.4.1",
89-
"lodash.mergewith": "^4.6.0",
71+
"@babel/core": "^7.11.6",
72+
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
73+
"@babel/preset-react": "^7.10.4",
74+
"@types/jest": "^26.0.13",
75+
"babel-eslint": "^10.1.0",
76+
"babel-jest": "^26.3.0",
77+
"common-tags": "^1.8.0",
78+
"enzyme": "^3.11.0",
79+
"enzyme-adapter-react-16": "^1.15.4",
80+
"eslint": "^7.8.1",
81+
"eslint-config-airbnb-base": "^14.2.0",
82+
"eslint-plugin-import": "^2.22.0",
83+
"eslint-plugin-react": "^7.20.6",
84+
"eslint-plugin-react-directives": "^1.0.1",
85+
"husky": "^4.2.5",
86+
"invariant": "^2.2.4",
87+
"jest": "^26.4.2",
88+
"lint-staged": "^10.3.0",
89+
"lodash.mergewith": "^4.6.2",
9090
"path-exists": "^4.0.0",
9191
"prettier": "^1.18.2",
92-
"react": "^16.8.6",
93-
"react-dom": "^16.8.6",
92+
"react": "^16.13.1",
93+
"react-dom": "^16.13.1",
9494
"strip-indent": "^3.0.0"
9595
}
9696
}

0 commit comments

Comments
 (0)