@cfpb/ccdb5-ui 2.13.1 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/ccdb5.css +2 -8
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +73 -94
- package/dist/ccdb5.js.map +1 -1
- package/package.json +37 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0",
|
|
4
4
|
"description": "Consumer Complaint Database UI",
|
|
5
5
|
"homepage": "https://www.consumerfinance.gov/",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"analyze": "craco build; source-map-explorer '../static/js/*.js'",
|
|
24
24
|
"build": "NODE_ENV=production ./scripts/build.sh",
|
|
25
25
|
"eject": "react-scripts eject",
|
|
26
|
-
"lint": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,json,md}\" --write && yarn eslint ./src --fix && yarn stylelint \"src/**/*.{css,
|
|
26
|
+
"lint": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,json,md}\" --write && yarn eslint ./src --fix && yarn stylelint \"src/**/*.{css,scss}\" --fix && yarn lint:cypress",
|
|
27
27
|
"lint:cypress": "yarn eslint ./cypress --fix",
|
|
28
28
|
"prepare": "husky",
|
|
29
29
|
"release": "yarn run build && release-it --npm.skipChecks",
|
|
@@ -32,36 +32,27 @@
|
|
|
32
32
|
},
|
|
33
33
|
"browserslist": "> 0.2% in @cfpb/browserslist-config stats",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/cli": "^7.
|
|
35
|
+
"@babel/cli": "^7.26.4",
|
|
36
36
|
"@babel/core": "^7.24.7",
|
|
37
37
|
"@babel/eslint-parser": "^7.24.7",
|
|
38
|
-
"@babel/preset-react": "^7.
|
|
39
|
-
"@babel/runtime": "^7.
|
|
40
|
-
"@cfpb/browserslist-config": "0.0.
|
|
41
|
-
"@cfpb/cfpb-
|
|
42
|
-
"@cfpb/cfpb-buttons": "1.3.0",
|
|
43
|
-
"@cfpb/cfpb-core": "1.2.0",
|
|
44
|
-
"@cfpb/cfpb-design-system": "^1.3.2",
|
|
45
|
-
"@cfpb/cfpb-expandables": "^1.2.0",
|
|
46
|
-
"@cfpb/cfpb-forms": "1.3.0",
|
|
47
|
-
"@cfpb/cfpb-grid": "1.2.0",
|
|
48
|
-
"@cfpb/cfpb-icons": "^1.2.0",
|
|
49
|
-
"@cfpb/cfpb-layout": "1.3.0",
|
|
50
|
-
"@cfpb/cfpb-notifications": "1.3.0",
|
|
51
|
-
"@cfpb/cfpb-pagination": "1.3.0",
|
|
52
|
-
"@cfpb/cfpb-tables": "1.2.0",
|
|
53
|
-
"@cfpb/cfpb-typography": "1.3.2",
|
|
38
|
+
"@babel/preset-react": "^7.26.3",
|
|
39
|
+
"@babel/runtime": "^7.26.0",
|
|
40
|
+
"@cfpb/browserslist-config": "0.0.3",
|
|
41
|
+
"@cfpb/cfpb-design-system": "^3.6.1",
|
|
54
42
|
"@craco/craco": "^7.1.0",
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@testing-library/
|
|
43
|
+
"@csstools/postcss-sass": "^5.1.1",
|
|
44
|
+
"@csstools/sass-import-resolve": "^1.0.0",
|
|
45
|
+
"@reduxjs/toolkit": "^2.5.0",
|
|
46
|
+
"@testing-library/cypress": "^10.0.2",
|
|
47
|
+
"@testing-library/dom": "^10.4.0",
|
|
48
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
49
|
+
"@testing-library/react": "^16.1.0",
|
|
50
|
+
"@testing-library/react-hooks": "^8.0.0",
|
|
59
51
|
"@testing-library/user-event": "^14.5.2",
|
|
60
52
|
"britecharts": "git+https://github.com/cfpb/britecharts.git#v2.4.2",
|
|
61
53
|
"coveralls": "^3.0.9",
|
|
62
54
|
"craco-esbuild": "^0.6.1",
|
|
63
|
-
"
|
|
64
|
-
"cypress": "^13.11.0",
|
|
55
|
+
"cypress": "^13.16.1",
|
|
65
56
|
"d3": "^7.9.0",
|
|
66
57
|
"dayjs": "^1.11.10",
|
|
67
58
|
"eslint": "^8.57.0",
|
|
@@ -70,49 +61,42 @@
|
|
|
70
61
|
"eslint-plugin-cypress": "^3.2.0",
|
|
71
62
|
"eslint-plugin-jsdoc": "^48.2.5",
|
|
72
63
|
"eslint-plugin-react-redux": "^4.1.0",
|
|
73
|
-
"highcharts": "
|
|
64
|
+
"highcharts": "11.4.8",
|
|
74
65
|
"history": "^5.3.0",
|
|
75
|
-
"husky": "^9.
|
|
66
|
+
"husky": "^9.1.7",
|
|
76
67
|
"identity-obj-proxy": "3.0.0",
|
|
77
68
|
"intro.js": "^7.2.0",
|
|
78
69
|
"intro.js-react": "1.0.0",
|
|
79
70
|
"jest-fetch-mock": "^3.0.3",
|
|
80
|
-
"
|
|
81
|
-
"less-loader": "^12.2.0",
|
|
82
|
-
"less-plugin-clean-css": "^1.5.1",
|
|
83
|
-
"lint-staged": "^15.2.7",
|
|
71
|
+
"lint-staged": "^15.2.11",
|
|
84
72
|
"lodash": "^4.17.21",
|
|
85
73
|
"mini-css-extract-plugin": "^2.9.0",
|
|
86
74
|
"mockdate": "^3.0.5",
|
|
87
75
|
"postcss": "^8.4.38",
|
|
88
|
-
"postcss-
|
|
89
|
-
"postcss-preset-env": "^9.5.13",
|
|
76
|
+
"postcss-preset-env": "^10.1.2",
|
|
90
77
|
"postcss-safe-parser": "^7.0.0",
|
|
91
|
-
"
|
|
78
|
+
"postcss-scss": "^4.0.9",
|
|
79
|
+
"prettier": "^3.4.2",
|
|
92
80
|
"prop-types": "^15.5.10",
|
|
93
81
|
"query-string": "^9.0.0",
|
|
94
82
|
"react": "^18.2.0",
|
|
95
|
-
"react-bootstrap": "^2.
|
|
96
|
-
"react-bootstrap-typeahead": "^6.3.
|
|
97
|
-
"react-dom": "^18.
|
|
98
|
-
"react-intl": "^6.6.6",
|
|
83
|
+
"react-bootstrap": "^2.10.7",
|
|
84
|
+
"react-bootstrap-typeahead": "^6.3.4",
|
|
85
|
+
"react-dom": "^18.3.1",
|
|
99
86
|
"react-modal": "^3.16.1",
|
|
100
|
-
"react-redux": "^
|
|
101
|
-
"react-router-dom": "^6.
|
|
87
|
+
"react-redux": "^9.2.0",
|
|
88
|
+
"react-router-dom": "^6.26.0",
|
|
102
89
|
"react-scripts": "^5.0.1",
|
|
103
90
|
"react-test-renderer": "^18.2.0",
|
|
104
|
-
"redux": "^4.0.5",
|
|
105
|
-
"redux-devtools-extension": "^2.13.2",
|
|
106
|
-
"redux-mock-store": "^1.5.4",
|
|
107
|
-
"redux-thunk": "^2.2.0",
|
|
108
91
|
"release-it": "^17.3.0",
|
|
92
|
+
"sass": "^1.83.0",
|
|
109
93
|
"string-replace-loader": "^3.1.0",
|
|
110
|
-
"stylelint": "^16.
|
|
94
|
+
"stylelint": "^16.12.0",
|
|
111
95
|
"stylelint-config-standard": "^36.0.0",
|
|
112
|
-
"stylelint-
|
|
96
|
+
"stylelint-config-standard-scss": "^14.0.0"
|
|
113
97
|
},
|
|
114
98
|
"lint-staged": {
|
|
115
|
-
"src/**/*.{css,
|
|
99
|
+
"src/**/*.{css,scss}": [
|
|
116
100
|
"stylelint --fix"
|
|
117
101
|
],
|
|
118
102
|
"{cypress,src}/**/*.{js,jsx,ts,tsx,json,md}": [
|
|
@@ -134,10 +118,10 @@
|
|
|
134
118
|
],
|
|
135
119
|
"coverageThreshold": {
|
|
136
120
|
"global": {
|
|
137
|
-
"branches":
|
|
138
|
-
"functions":
|
|
139
|
-
"lines":
|
|
140
|
-
"statements":
|
|
121
|
+
"branches": 86,
|
|
122
|
+
"functions": 94,
|
|
123
|
+
"lines": 94,
|
|
124
|
+
"statements": 94
|
|
141
125
|
}
|
|
142
126
|
},
|
|
143
127
|
"coverageReporters": [
|
|
@@ -147,10 +131,10 @@
|
|
|
147
131
|
"text-summary"
|
|
148
132
|
],
|
|
149
133
|
"moduleNameMapper": {
|
|
150
|
-
"\\.(css|
|
|
134
|
+
"\\.(css|scss)$": "identity-obj-proxy"
|
|
151
135
|
},
|
|
152
136
|
"transformIgnorePatterns": [
|
|
153
|
-
"^.+\\.module\\.(css|
|
|
137
|
+
"^.+\\.module\\.(css|scss)$"
|
|
154
138
|
]
|
|
155
139
|
},
|
|
156
140
|
"publishConfig": {
|