We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472853f commit f5f7ba6Copy full SHA for f5f7ba6
package.json
@@ -30,18 +30,14 @@
30
"start": "NODE_ENV=development craco start",
31
"test": "craco test --coverage --watchAll=false"
32
},
33
- "browserslist": [
34
- ">0.2%",
35
- "not dead",
36
- "not op_mini all",
37
- "not ie > 0"
38
- ],
+ "browserslist": "> 0.2% in @cfpb/browserslist-config stats",
39
"devDependencies": {
40
"@babel/cli": "^7.24.5",
41
"@babel/core": "^7.24.5",
42
"@babel/eslint-parser": "^7.24.5",
43
"@babel/preset-react": "^7.24.1",
44
"@babel/runtime": "^7.24.5",
+ "@cfpb/browserslist-config": "0.0.2",
45
"@cfpb/cfpb-atomic-component": "1.0.0",
46
"@cfpb/cfpb-buttons": "1.1.1",
47
"@cfpb/cfpb-core": "1.1.0",
0 commit comments