Skip to content

Commit

Permalink
feat(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 3, 2021
1 parent 9c0c9f3 commit 791bbfe
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,56 +32,56 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@babel/runtime": "^7.14.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"arrify": "^2.0.1",
"babel-jest": "^27.0.1",
"babel-plugin-macros": "^3.0.1",
"babel-jest": "^27.0.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.16.4",
"browserslist": "^4.16.6",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.0",
"concurrently": "^6.0.1",
"chalk": "^4.1.1",
"concurrently": "^6.2.0",
"cosmiconfig": "^7.0.0",
"cpy": "^8.1.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"doctoc": "^2.0.0",
"eslint": "^7.24.0",
"eslint-config-kentcdodds": "^18.0.0",
"glob": "^7.1.6",
"eslint": "^7.27.0",
"eslint-config-kentcdodds": "^19.0.0",
"glob": "^7.1.7",
"husky": "^4.3.8",
"is-ci": "^3.0.0",
"jest": "^27.0.1",
"jest": "^27.0.4",
"jest-serializer-path": "^0.1.15",
"jest-snapshot-serializer-raw": "^1.2.0",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^10.5.4",
"lint-staged": "^11.0.0",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
"lodash.omit": "^4.5.0",
"mkdirp": "^1.0.4",
"prettier": "2.2.1",
"prettier": "2.3.0",
"read-pkg-up": "^7.0.1",
"resolve": "^1.20.0",
"rimraf": "^3.0.2",
"rollup": "^2.45.1",
"rollup": "^2.50.6",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 791bbfe

Please sign in to comment.