Skip to content

Commit 645004d

Browse files
committed
chore: update all deps
1 parent 70c6a4b commit 645004d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"validate": "kcd-scripts validate"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.10.5"
42+
"@babel/runtime": "^7.11.2"
4343
},
4444
"devDependencies": {
45-
"@testing-library/jest-dom": "^5.11.1",
46-
"@testing-library/react": "^10.4.7",
47-
"@testing-library/user-event": "^12.0.11",
48-
"kcd-scripts": "^6.2.4",
45+
"@testing-library/jest-dom": "^5.11.4",
46+
"@testing-library/react": "^10.4.9",
47+
"@testing-library/user-event": "^12.1.2",
48+
"kcd-scripts": "^6.3.0",
4949
"react": "^16.13.1",
5050
"react-dom": "^16.13.1",
51-
"typescript": "^3.9.7"
51+
"typescript": "^4.0.2"
5252
},
5353
"peerDependencies": {
5454
"react": ">=16.13.1"
@@ -57,7 +57,8 @@
5757
"extends": "./node_modules/kcd-scripts/eslint.js",
5858
"rules": {
5959
"react/prop-types": "off",
60-
"react/no-did-update-set-state": "off"
60+
"react/no-did-update-set-state": "off",
61+
"babel/no-unused-expressions": "off"
6162
}
6263
}
6364
}

src/__tests__/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,3 +384,8 @@ test('should throw error if FallbackComponent is not valid', () => {
384384

385385
console.error.mockClear()
386386
})
387+
388+
/*
389+
eslint
390+
jest/no-if: "off",
391+
*/

0 commit comments

Comments
 (0)