Skip to content

Commit cdf74b3

Browse files
committed
feat: upgrade all compatible dependencies
1 parent e8e47b7 commit cdf74b3

File tree

2 files changed

+1366
-887
lines changed

2 files changed

+1366
-887
lines changed

package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -36,57 +36,57 @@
3636
"author": "Jamie Rolfs <[email protected]>",
3737
"license": "MIT",
3838
"dependencies": {
39-
"@babel/cli": "^7.6.2",
40-
"@babel/core": "^7.6.2",
41-
"@babel/plugin-proposal-class-properties": "^7.5.0",
42-
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
43-
"@babel/plugin-transform-runtime": "^7.6.2",
44-
"@babel/preset-env": "^7.6.2",
45-
"@babel/preset-flow": "^7.0.0",
46-
"@babel/preset-react": "^7.0.0",
47-
"@babel/runtime": "^7.6.2",
48-
"@commitlint/config-conventional": "^8.2.0",
49-
"@commitlint/prompt": "^8.2.0",
50-
"@typescript-eslint/eslint-plugin": "^2.3.2",
39+
"@babel/cli": "^7.8.3",
40+
"@babel/core": "^7.8.3",
41+
"@babel/plugin-proposal-class-properties": "^7.8.3",
42+
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
43+
"@babel/plugin-transform-runtime": "^7.8.3",
44+
"@babel/preset-env": "^7.8.3",
45+
"@babel/preset-flow": "^7.8.3",
46+
"@babel/preset-react": "^7.8.3",
47+
"@babel/runtime": "^7.8.3",
48+
"@commitlint/config-conventional": "^8.3.4",
49+
"@commitlint/prompt": "^8.3.5",
50+
"@typescript-eslint/eslint-plugin": "^2.16.0",
5151
"arrify": "^2.0.1",
5252
"babel-core": "^7.0.0-0",
5353
"babel-jest": "^24.9.0",
54-
"babel-plugin-macros": "^2.6.1",
54+
"babel-plugin-macros": "^2.8.0",
5555
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
5656
"babel-plugin-module-resolver": "^3.1.1",
5757
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
5858
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
59-
"browserslist": "^4.6.4",
59+
"browserslist": "^4.8.3",
6060
"commitizen": "^4.0.3",
61-
"concurrently": "^4.1.1",
61+
"concurrently": "^5.0.2",
6262
"cross-env": "^5.1.4",
6363
"cross-spawn": "^7.0.0",
6464
"doctoc": "^1.4.0",
65-
"eslint": "^6.5.1",
65+
"eslint": "^6.8.0",
6666
"eslint-config-airbnb-typescript": "^5.0.0",
6767
"eslint-config-kentcdodds": "^14.3.4",
68-
"eslint-config-prettier": "^6.0.0",
69-
"eslint-plugin-import": "^2.18.2",
68+
"eslint-config-prettier": "^6.9.0",
69+
"eslint-plugin-import": "^2.20.0",
7070
"eslint-plugin-jest": "^22.15.0",
7171
"eslint-plugin-jsx-a11y": "^6.2.3",
72-
"eslint-plugin-prettier": "^3.1.0",
73-
"eslint-plugin-react": "^7.15.1",
74-
"eslint-plugin-react-hooks": "^2.1.2",
75-
"glob": "^7.1.4",
76-
"husky": "^3.0.8",
72+
"eslint-plugin-prettier": "^3.1.2",
73+
"eslint-plugin-react": "^7.18.0",
74+
"eslint-plugin-react-hooks": "^2.3.0",
75+
"glob": "^7.1.6",
76+
"husky": "^4.0.10",
7777
"is-ci": "^2.0.0",
7878
"jest": "^24.9.0",
79-
"jest-watch-typeahead": "^0.4.0",
80-
"lint-staged": "^9.4.1",
79+
"jest-watch-typeahead": "^0.4.2",
80+
"lint-staged": "^9.5.0",
8181
"lodash.camelcase": "^4.3.0",
8282
"lodash.has": "^4.5.2",
8383
"lodash.omit": "^4.5.0",
8484
"mkdirp": "^0.5.1",
85-
"prettier": "^1.18.2",
85+
"prettier": "^1.19.1",
8686
"read-pkg-up": "^6.0.0",
87-
"resolve": "^1.11.1",
87+
"resolve": "^1.14.2",
8888
"rimraf": "^3.0.0",
89-
"rollup": "^1.23.0",
89+
"rollup": "^1.29.0",
9090
"rollup-plugin-babel": "^4.3.3",
9191
"rollup-plugin-commonjs": "^10.0.1",
9292
"rollup-plugin-json": "^4.0.0",
@@ -95,11 +95,11 @@
9595
"rollup-plugin-node-resolve": "^5.2.0",
9696
"rollup-plugin-replace": "^2.2.0",
9797
"rollup-plugin-size-snapshot": "^0.10.0",
98-
"rollup-plugin-terser": "^5.1.2",
98+
"rollup-plugin-terser": "^5.2.0",
9999
"semver": "^6.2.0",
100100
"typescript": "^3.7.5",
101-
"which": "^1.3.0",
102-
"yargs-parser": "^13.1.1"
101+
"which": "^2.0.2",
102+
"yargs-parser": "^16.1.0"
103103
},
104104
"eslintConfig": {
105105
"extends": [

0 commit comments

Comments
 (0)