We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491e930 commit 069e184Copy full SHA for 069e184
package.json
@@ -70,13 +70,19 @@
70
},
71
"devDependencies": {
72
"@testing-library/jest-dom": "^5.11.6",
73
+ "browserslist": "4.21.8",
74
+ "caniuse-lite": "1.0.30001502",
75
"jest-in-case": "^1.0.2",
76
"jest-snapshot-serializer-ansi": "^1.0.0",
77
"jest-watch-select-projects": "^2.0.0",
78
"jsdom": "20.0.0",
79
"kcd-scripts": "^13.0.0",
80
"typescript": "^4.1.2"
81
82
+ "overrides": {
83
84
+ "caniuse-lite": "1.0.30001502"
85
+ },
86
"eslintConfig": {
87
"extends": [
88
"./node_modules/kcd-scripts/eslint.js",
0 commit comments