Skip to content

Commit

Permalink
chore: update all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 1, 2020
1 parent 248986e commit 1e12528
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"strip-indent": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-syntax-typescript": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"kcd-scripts": "^5.6.0"
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-async-generator-functions": "^7.10.5",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/plugin-syntax-typescript": "^7.10.4",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"kcd-scripts": "^6.5.1"
},
"peerDependencies": {
"@babel/core": "^7.9.0"
"@babel/core": "^7.11.6"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down
1 change: 1 addition & 0 deletions src/plugin-tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,5 @@ eslint
jest/valid-title: off,
jest/no-export: off,
jest/no-try-expect: off,
jest/no-conditional-expect: off,
*/

0 comments on commit 1e12528

Please sign in to comment.