Skip to content

Commit 791bbfe

Browse files
committed
feat(deps): update all dependencies
1 parent 9c0c9f3 commit 791bbfe

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,56 +32,56 @@
3232
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@babel/cli": "^7.13.14",
36-
"@babel/core": "^7.13.15",
35+
"@babel/cli": "^7.14.3",
36+
"@babel/core": "^7.14.3",
3737
"@babel/plugin-proposal-class-properties": "^7.13.0",
38-
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
39-
"@babel/plugin-transform-runtime": "^7.13.15",
40-
"@babel/preset-env": "^7.13.15",
38+
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
39+
"@babel/plugin-transform-runtime": "^7.14.3",
40+
"@babel/preset-env": "^7.14.4",
4141
"@babel/preset-react": "^7.13.13",
4242
"@babel/preset-typescript": "^7.13.0",
43-
"@babel/runtime": "^7.13.10",
43+
"@babel/runtime": "^7.14.0",
4444
"@rollup/plugin-babel": "^5.3.0",
45-
"@rollup/plugin-commonjs": "^18.0.0",
45+
"@rollup/plugin-commonjs": "^19.0.0",
4646
"@rollup/plugin-json": "^4.1.0",
47-
"@rollup/plugin-node-resolve": "^11.2.1",
47+
"@rollup/plugin-node-resolve": "^13.0.0",
4848
"@rollup/plugin-replace": "^2.4.2",
49-
"@types/jest": "^26.0.22",
49+
"@types/jest": "^26.0.23",
5050
"arrify": "^2.0.1",
51-
"babel-jest": "^27.0.1",
52-
"babel-plugin-macros": "^3.0.1",
51+
"babel-jest": "^27.0.2",
52+
"babel-plugin-macros": "^3.1.0",
5353
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5454
"babel-plugin-module-resolver": "^4.1.0",
5555
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
5656
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
57-
"browserslist": "^4.16.4",
57+
"browserslist": "^4.16.6",
5858
"builtin-modules": "^3.2.0",
59-
"chalk": "^4.1.0",
60-
"concurrently": "^6.0.1",
59+
"chalk": "^4.1.1",
60+
"concurrently": "^6.2.0",
6161
"cosmiconfig": "^7.0.0",
6262
"cpy": "^8.1.2",
6363
"cross-env": "^7.0.3",
6464
"cross-spawn": "^7.0.3",
6565
"doctoc": "^2.0.0",
66-
"eslint": "^7.24.0",
67-
"eslint-config-kentcdodds": "^18.0.0",
68-
"glob": "^7.1.6",
66+
"eslint": "^7.27.0",
67+
"eslint-config-kentcdodds": "^19.0.0",
68+
"glob": "^7.1.7",
6969
"husky": "^4.3.8",
7070
"is-ci": "^3.0.0",
71-
"jest": "^27.0.1",
71+
"jest": "^27.0.4",
7272
"jest-serializer-path": "^0.1.15",
7373
"jest-snapshot-serializer-raw": "^1.2.0",
7474
"jest-watch-typeahead": "^0.6.4",
75-
"lint-staged": "^10.5.4",
75+
"lint-staged": "^11.0.0",
7676
"lodash.camelcase": "^4.3.0",
7777
"lodash.has": "^4.5.2",
7878
"lodash.omit": "^4.5.0",
7979
"mkdirp": "^1.0.4",
80-
"prettier": "2.2.1",
80+
"prettier": "2.3.0",
8181
"read-pkg-up": "^7.0.1",
8282
"resolve": "^1.20.0",
8383
"rimraf": "^3.0.2",
84-
"rollup": "^2.45.1",
84+
"rollup": "^2.50.6",
8585
"rollup-plugin-node-builtins": "^2.1.2",
8686
"rollup-plugin-node-globals": "^1.4.0",
8787
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)