Skip to content

Commit 1e12528

Browse files
committed
chore: update all the things
1 parent 248986e commit 1e12528

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"strip-indent": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.9.0",
33-
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
34-
"@babel/plugin-syntax-jsx": "^7.8.3",
35-
"@babel/plugin-syntax-typescript": "^7.8.3",
36-
"@babel/plugin-transform-async-to-generator": "^7.8.3",
37-
"@babel/preset-env": "^7.9.0",
38-
"kcd-scripts": "^5.6.0"
32+
"@babel/core": "^7.11.6",
33+
"@babel/plugin-proposal-async-generator-functions": "^7.10.5",
34+
"@babel/plugin-syntax-jsx": "^7.10.4",
35+
"@babel/plugin-syntax-typescript": "^7.10.4",
36+
"@babel/plugin-transform-async-to-generator": "^7.10.4",
37+
"@babel/preset-env": "^7.11.5",
38+
"kcd-scripts": "^6.5.1"
3939
},
4040
"peerDependencies": {
41-
"@babel/core": "^7.9.0"
41+
"@babel/core": "^7.11.6"
4242
},
4343
"eslintConfig": {
4444
"extends": "./node_modules/kcd-scripts/eslint.js",

src/plugin-tester.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,5 @@ eslint
470470
jest/valid-title: off,
471471
jest/no-export: off,
472472
jest/no-try-expect: off,
473+
jest/no-conditional-expect: off,
473474
*/

0 commit comments

Comments
 (0)