Skip to content

Commit f5f7ba6

Browse files
Update browserslist to use @cfpb/browserslist-config stats (#509)
1 parent 472853f commit f5f7ba6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,14 @@
3030
"start": "NODE_ENV=development craco start",
3131
"test": "craco test --coverage --watchAll=false"
3232
},
33-
"browserslist": [
34-
">0.2%",
35-
"not dead",
36-
"not op_mini all",
37-
"not ie > 0"
38-
],
33+
"browserslist": "> 0.2% in @cfpb/browserslist-config stats",
3934
"devDependencies": {
4035
"@babel/cli": "^7.24.5",
4136
"@babel/core": "^7.24.5",
4237
"@babel/eslint-parser": "^7.24.5",
4338
"@babel/preset-react": "^7.24.1",
4439
"@babel/runtime": "^7.24.5",
40+
"@cfpb/browserslist-config": "0.0.2",
4541
"@cfpb/cfpb-atomic-component": "1.0.0",
4642
"@cfpb/cfpb-buttons": "1.1.1",
4743
"@cfpb/cfpb-core": "1.1.0",

0 commit comments

Comments
 (0)