Skip to content

Commit 6bf8e33

Browse files
committed
feat: upgrade all compatible dependencies
1 parent e259074 commit 6bf8e33

File tree

2 files changed

+761
-439
lines changed

2 files changed

+761
-439
lines changed

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"author": "Jamie Rolfs <[email protected]>",
3737
"license": "MIT",
3838
"dependencies": {
39-
"@babel/cli": "^7.5.0",
40-
"@babel/core": "^7.5.4",
39+
"@babel/cli": "^7.6.2",
40+
"@babel/core": "^7.6.2",
4141
"@babel/plugin-proposal-class-properties": "^7.5.0",
42-
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
43-
"@babel/plugin-transform-runtime": "^7.5.0",
44-
"@babel/preset-env": "^7.5.4",
42+
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
43+
"@babel/plugin-transform-runtime": "^7.6.2",
44+
"@babel/preset-env": "^7.6.2",
4545
"@babel/preset-flow": "^7.0.0",
4646
"@babel/preset-react": "^7.0.0",
47-
"@babel/runtime": "^7.5.4",
48-
"@commitlint/config-conventional": "^8.1.0",
49-
"@commitlint/prompt": "^8.1.0",
50-
"@typescript-eslint/eslint-plugin": "^2.1.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",
5151
"arrify": "^2.0.1",
5252
"babel-core": "^7.0.0-0",
53-
"babel-jest": "^24.8.0",
53+
"babel-jest": "^24.9.0",
5454
"babel-plugin-macros": "^2.6.1",
5555
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
5656
"babel-plugin-module-resolver": "^3.1.1",
@@ -62,22 +62,22 @@
6262
"cross-env": "^5.1.4",
6363
"cross-spawn": "^7.0.0",
6464
"doctoc": "^1.4.0",
65-
"eslint": "^6.0.1",
65+
"eslint": "^6.5.1",
6666
"eslint-config-airbnb-typescript": "^4.0.1",
6767
"eslint-config-kentcdodds": "^14.3.4",
6868
"eslint-config-prettier": "^6.0.0",
6969
"eslint-plugin-import": "^2.18.2",
7070
"eslint-plugin-jest": "^22.15.0",
7171
"eslint-plugin-jsx-a11y": "^6.2.3",
7272
"eslint-plugin-prettier": "^3.1.0",
73-
"eslint-plugin-react": "^7.14.3",
74-
"eslint-plugin-react-hooks": "^2.0.1",
73+
"eslint-plugin-react": "^7.15.1",
74+
"eslint-plugin-react-hooks": "^2.1.2",
7575
"glob": "^7.1.4",
76-
"husky": "^3.0.0",
76+
"husky": "^3.0.8",
7777
"is-ci": "^2.0.0",
78-
"jest": "^24.8.0",
78+
"jest": "^24.9.0",
7979
"jest-watch-typeahead": "^0.4.0",
80-
"lint-staged": "^9.2.0",
80+
"lint-staged": "^9.4.1",
8181
"lodash.camelcase": "^4.3.0",
8282
"lodash.has": "^4.5.2",
8383
"lodash.omit": "^4.5.0",
@@ -86,7 +86,7 @@
8686
"read-pkg-up": "^6.0.0",
8787
"resolve": "^1.11.1",
8888
"rimraf": "^3.0.0",
89-
"rollup": "^1.16.7",
89+
"rollup": "^1.23.0",
9090
"rollup-plugin-babel": "^4.3.3",
9191
"rollup-plugin-commonjs": "^10.0.1",
9292
"rollup-plugin-json": "^4.0.0",
@@ -95,9 +95,9 @@
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.1",
98+
"rollup-plugin-terser": "^5.1.2",
9999
"semver": "^6.2.0",
100-
"typescript": "^3.5.3",
100+
"typescript": "^3.6.3",
101101
"which": "^1.3.0",
102102
"yargs-parser": "^13.1.1"
103103
},

0 commit comments

Comments
 (0)