Skip to content

Commit

Permalink
fix: update all the things
Browse files Browse the repository at this point in the history
Closes #139
  • Loading branch information
kentcdodds committed Apr 30, 2020
1 parent 6809661 commit d5049ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -32,30 +32,30 @@
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.9.6",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"@types/jest": "^25.2.1",
"arrify": "^2.0.1",
"babel-jest": "^25.4.0",
"babel-jest": "^25.5.1",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.12.0",
"chalk": "^4.0.0",
"concurrently": "^5.1.0",
"concurrently": "^5.2.0",
"cosmiconfig": "^6.0.0",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.2",
Expand All @@ -66,9 +66,9 @@
"glob": "^7.1.6",
"husky": "^4.2.5",
"is-ci": "^2.0.0",
"jest": "^25.4.0",
"jest": "^25.5.2",
"jest-watch-typeahead": "^0.5.0",
"lint-staged": "^10.1.7",
"lint-staged": "^10.2.1",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
"lodash.omit": "^4.5.0",
Expand All @@ -77,7 +77,7 @@
"read-pkg-up": "^7.0.1",
"resolve": "^1.17.0",
"rimraf": "^3.0.2",
"rollup": "^1.32.1",
"rollup": "^2.7.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
Expand Down

0 comments on commit d5049ec

Please sign in to comment.