Skip to content

Commit 23b5fa4

Browse files
committed
Fix 'TypeError: _browserslist.findConfigFile is not a function'
Happens when running 'npm run setup -s'.
1 parent a86c54c commit 23b5fa4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

package.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,6 @@
2323
"engines": {
2424
"node": ">=18"
2525
},
26-
"browserslist": [
27-
"and_chr 103",
28-
"and_ff 101",
29-
"and_qq 10.4",
30-
"and_uc 12.12",
31-
"android 103",
32-
"chrome 102",
33-
"edge 102",
34-
"firefox 91",
35-
"ios_saf 12.2-12.5",
36-
"kaios 2.5",
37-
"op_mini all",
38-
"op_mob 64",
39-
"opera 88",
40-
"safari 15.5",
41-
"samsung 17.0",
42-
"samsung 16.0",
43-
"node 18.0"
44-
],
4526
"scripts": {
4627
"build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
4728
"format": "kcd-scripts format",
@@ -70,7 +51,6 @@
7051
},
7152
"devDependencies": {
7253
"@testing-library/jest-dom": "^5.11.6",
73-
"browserslist": "4.21.8",
7454
"caniuse-lite": "1.0.30001502",
7555
"jest-in-case": "^1.0.2",
7656
"jest-snapshot-serializer-ansi": "^1.0.0",
@@ -80,7 +60,6 @@
8060
"typescript": "^4.1.2"
8161
},
8262
"overrides": {
83-
"browserslist": "4.21.8",
8463
"caniuse-lite": "1.0.30001502"
8564
},
8665
"eslintConfig": {

0 commit comments

Comments
 (0)