Skip to content

Commit 1273251

Browse files
committed
feat: update all deps
1 parent 5dc5ef4 commit 1273251

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@babel/cli": "^7.12.7",
36-
"@babel/core": "^7.12.7",
35+
"@babel/cli": "^7.12.8",
36+
"@babel/core": "^7.12.9",
3737
"@babel/plugin-proposal-class-properties": "^7.12.1",
3838
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
3939
"@babel/plugin-transform-runtime": "^7.12.1",
4040
"@babel/preset-env": "^7.12.7",
4141
"@babel/preset-react": "^7.12.7",
4242
"@babel/preset-typescript": "^7.12.7",
4343
"@babel/runtime": "^7.12.5",
44-
"@rollup/plugin-babel": "^5.2.1",
45-
"@rollup/plugin-commonjs": "^16.0.0",
44+
"@rollup/plugin-babel": "^5.2.2",
45+
"@rollup/plugin-commonjs": "^17.0.0",
4646
"@rollup/plugin-json": "^4.1.0",
47-
"@rollup/plugin-node-resolve": "^10.0.0",
47+
"@rollup/plugin-node-resolve": "^11.0.0",
4848
"@rollup/plugin-replace": "^2.3.4",
49-
"@types/jest": "^26.0.15",
49+
"@types/jest": "^26.0.16",
5050
"arrify": "^2.0.1",
5151
"babel-jest": "^26.6.3",
52-
"babel-plugin-macros": "^2.8.0",
52+
"babel-plugin-macros": "^3.0.0",
5353
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5454
"babel-plugin-module-resolver": "^4.0.0",
5555
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
@@ -58,33 +58,33 @@
5858
"chalk": "^4.1.0",
5959
"concurrently": "^5.3.0",
6060
"cosmiconfig": "^7.0.0",
61-
"cross-env": "^7.0.2",
61+
"cross-env": "^7.0.3",
6262
"cross-spawn": "^7.0.3",
6363
"doctoc": "^1.4.0",
6464
"eslint": "^7.14.0",
65-
"eslint-config-kentcdodds": "^17.1.0",
65+
"eslint-config-kentcdodds": "^17.2.0",
6666
"eslint-config-prettier": "^6.15.0",
6767
"glob": "^7.1.6",
6868
"husky": "^4.3.0",
6969
"is-ci": "^2.0.0",
7070
"jest": "^26.6.3",
7171
"jest-serializer-path": "^0.1.15",
7272
"jest-watch-typeahead": "^0.6.1",
73-
"lint-staged": "^10.5.1",
73+
"lint-staged": "^10.5.2",
7474
"lodash.camelcase": "^4.3.0",
7575
"lodash.has": "^4.5.2",
7676
"lodash.omit": "^4.5.0",
7777
"mkdirp": "^1.0.4",
78-
"prettier": "2.2.0",
78+
"prettier": "2.2.1",
7979
"read-pkg-up": "^7.0.1",
8080
"resolve": "^1.19.0",
8181
"rimraf": "^3.0.2",
82-
"rollup": "^2.33.3",
82+
"rollup": "^2.34.0",
8383
"rollup-plugin-node-builtins": "^2.1.2",
8484
"rollup-plugin-node-globals": "^1.4.0",
8585
"rollup-plugin-size-snapshot": "^0.12.0",
8686
"rollup-plugin-terser": "^7.0.2",
87-
"semver": "^7.3.2",
87+
"semver": "^7.3.4",
8888
"which": "^2.0.2",
8989
"yargs-parser": "^20.2.4"
9090
},

0 commit comments

Comments
 (0)