Skip to content

Commit 6f7ec5c

Browse files
committed
feat: update all deps
1 parent ae71dd1 commit 6f7ec5c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,60 +31,60 @@
3131
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3232
"license": "MIT",
3333
"dependencies": {
34-
"@babel/cli": "^7.10.5",
35-
"@babel/core": "^7.11.4",
34+
"@babel/cli": "^7.11.6",
35+
"@babel/core": "^7.11.6",
3636
"@babel/plugin-proposal-class-properties": "^7.10.4",
3737
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
38-
"@babel/plugin-transform-runtime": "^7.11.0",
39-
"@babel/preset-env": "^7.11.0",
38+
"@babel/plugin-transform-runtime": "^7.11.5",
39+
"@babel/preset-env": "^7.11.5",
4040
"@babel/preset-react": "^7.10.4",
4141
"@babel/preset-typescript": "^7.10.4",
4242
"@babel/runtime": "^7.11.2",
43-
"@rollup/plugin-babel": "^5.2.0",
44-
"@rollup/plugin-commonjs": "^15.0.0",
43+
"@rollup/plugin-babel": "^5.2.1",
44+
"@rollup/plugin-commonjs": "^15.1.0",
4545
"@rollup/plugin-json": "^4.1.0",
4646
"@rollup/plugin-node-resolve": "^9.0.0",
4747
"@rollup/plugin-replace": "^2.3.3",
48-
"@types/jest": "^26.0.10",
48+
"@types/jest": "^26.0.14",
4949
"arrify": "^2.0.1",
5050
"babel-jest": "^26.3.0",
5151
"babel-plugin-macros": "^2.8.0",
5252
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5353
"babel-plugin-module-resolver": "^4.0.0",
5454
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
5555
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
56-
"browserslist": "^4.14.0",
56+
"browserslist": "^4.14.3",
5757
"chalk": "^4.1.0",
5858
"concurrently": "^5.3.0",
5959
"cosmiconfig": "^7.0.0",
6060
"cross-env": "^7.0.2",
6161
"cross-spawn": "^7.0.3",
6262
"doctoc": "^1.4.0",
63-
"eslint": "^6.8.0",
64-
"eslint-config-kentcdodds": "^14.15.0",
63+
"eslint": "^7.9.0",
64+
"eslint-config-kentcdodds": "^16.0.1",
6565
"eslint-config-prettier": "^6.11.0",
6666
"glob": "^7.1.6",
67-
"husky": "^4.2.5",
67+
"husky": "^4.3.0",
6868
"is-ci": "^2.0.0",
6969
"jest": "^26.4.2",
70-
"jest-watch-typeahead": "^0.6.0",
71-
"lint-staged": "^10.2.11",
70+
"jest-watch-typeahead": "^0.6.1",
71+
"lint-staged": "^10.4.0",
7272
"lodash.camelcase": "^4.3.0",
7373
"lodash.has": "^4.5.2",
7474
"lodash.omit": "^4.5.0",
7575
"mkdirp": "^1.0.4",
76-
"prettier": "2.1.0",
76+
"prettier": "2.1.2",
7777
"read-pkg-up": "^7.0.1",
7878
"resolve": "^1.17.0",
7979
"rimraf": "^3.0.2",
80-
"rollup": "^2.26.5",
80+
"rollup": "^2.28.1",
8181
"rollup-plugin-node-builtins": "^2.1.2",
8282
"rollup-plugin-node-globals": "^1.4.0",
8383
"rollup-plugin-size-snapshot": "^0.12.0",
84-
"rollup-plugin-terser": "^7.0.0",
84+
"rollup-plugin-terser": "^7.0.2",
8585
"semver": "^7.3.2",
8686
"which": "^2.0.2",
87-
"yargs-parser": "^19.0.1"
87+
"yargs-parser": "^20.2.0"
8888
},
8989
"eslintConfig": {
9090
"extends": [

0 commit comments

Comments
 (0)