diff --git a/package.json b/package.json index 55f7b49e..40a17db0 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,8 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.11.6", + "browserslist": "4.21.8", + "caniuse-lite": "1.0.30001502", "jest-in-case": "^1.0.2", "jest-snapshot-serializer-ansi": "^1.0.0", "jest-watch-select-projects": "^2.0.0", @@ -77,6 +79,10 @@ "kcd-scripts": "^13.0.0", "typescript": "^4.1.2" }, + "overrides": { + "browserslist": "4.21.8", + "caniuse-lite": "1.0.30001502" + }, "eslintConfig": { "extends": [ "./node_modules/kcd-scripts/eslint.js",