@cfpb/ccdb5-ui 2.15.6 → 2.16.1
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/dist/ccdb5.css +1 -1
- package/dist/ccdb5.js +21 -3
- package/dist/ccdb5.js.LICENSE.txt +1 -1
- package/dist/index.html +1 -1
- package/package.json +37 -34
package/dist/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<title>Development Harness</title>
|
|
9
9
|
<script defer src="/ccdb5.js"></script><link href="/ccdb5.css" rel="stylesheet"></head>
|
|
10
|
-
<body>
|
|
10
|
+
<body class="ccdb-dev-harness">
|
|
11
11
|
<div id="ccdb-ui-root"></div>
|
|
12
12
|
</body>
|
|
13
13
|
</html>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"packageManager": "yarn@4.
|
|
3
|
+
"version": "2.16.1",
|
|
4
|
+
"packageManager": "yarn@4.13.0",
|
|
5
5
|
"description": "Consumer Complaint Database UI",
|
|
6
6
|
"homepage": "https://www.consumerfinance.gov/",
|
|
7
7
|
"repository": {
|
|
@@ -34,77 +34,80 @@
|
|
|
34
34
|
"preview": "rsbuild preview"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@cfpb/cfpb-design-system": "^5.3.1",
|
|
38
|
+
"@cfpb/design-system-react": "^1.0.2",
|
|
37
39
|
"@reduxjs/toolkit": "^2.11.2",
|
|
38
|
-
"britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.
|
|
40
|
+
"britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.6",
|
|
39
41
|
"d3": "^7.9.0",
|
|
40
42
|
"d3-array": "3.2.4",
|
|
41
|
-
"dayjs": "^1.11.
|
|
42
|
-
"highcharts": "12.
|
|
43
|
+
"dayjs": "^1.11.20",
|
|
44
|
+
"highcharts": "12.6.0",
|
|
43
45
|
"history": "^5.3.0",
|
|
44
46
|
"intro.js": "7.2.0",
|
|
45
47
|
"intro.js-react": "1.0.0",
|
|
46
48
|
"prop-types": "^15.8.1",
|
|
47
49
|
"query-string": "^9.3.1",
|
|
48
|
-
"react": "^19.2.
|
|
50
|
+
"react": "^19.2.5",
|
|
49
51
|
"react-bootstrap": "^2.10.10",
|
|
50
52
|
"react-bootstrap-typeahead": "^6.4.1",
|
|
51
|
-
"react-dom": "^19.2.
|
|
53
|
+
"react-dom": "^19.2.5",
|
|
52
54
|
"react-fast-compare": "^3.2.2",
|
|
53
55
|
"react-modal": "^3.16.3",
|
|
54
56
|
"react-redux": "^9.2.0",
|
|
55
|
-
"react-router": "^7.
|
|
57
|
+
"react-router": "^7.14.1"
|
|
56
58
|
},
|
|
57
59
|
"devDependencies": {
|
|
58
60
|
"@babel/core": "^7.29.0",
|
|
59
61
|
"@babel/eslint-parser": "^7.28.6",
|
|
60
62
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
61
|
-
"@babel/preset-env": "^7.29.
|
|
63
|
+
"@babel/preset-env": "^7.29.2",
|
|
62
64
|
"@babel/preset-react": "^7.28.5",
|
|
63
|
-
"@cfpb/
|
|
64
|
-
"@eslint/js": "^9.39.
|
|
65
|
-
"@rsbuild/core": "^1.7.
|
|
66
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
67
|
-
"@rsbuild/plugin-sass": "^1.5.
|
|
68
|
-
"@rsbuild/plugin-svgr": "^1.3.
|
|
65
|
+
"@cfpb/browserslist-config": "^0.0.6",
|
|
66
|
+
"@eslint/js": "^9.39.4",
|
|
67
|
+
"@rsbuild/core": "^1.7.5",
|
|
68
|
+
"@rsbuild/plugin-react": "^1.4.6",
|
|
69
|
+
"@rsbuild/plugin-sass": "^1.5.1",
|
|
70
|
+
"@rsbuild/plugin-svgr": "^1.3.1",
|
|
69
71
|
"@testing-library/cypress": "^10.1.0",
|
|
70
72
|
"@testing-library/dom": "^10.4.1",
|
|
71
73
|
"@testing-library/jest-dom": "^6.9.1",
|
|
72
74
|
"@testing-library/react": "^16.3.2",
|
|
73
75
|
"@testing-library/react-hooks": "^8.0.1",
|
|
74
76
|
"@testing-library/user-event": "^14.6.1",
|
|
75
|
-
"autoprefixer": "^10.
|
|
76
|
-
"babel-jest": "^30.
|
|
77
|
-
"babel-plugin-module-resolver": "^5.0.
|
|
77
|
+
"autoprefixer": "^10.5.0",
|
|
78
|
+
"babel-jest": "^30.3.0",
|
|
79
|
+
"babel-plugin-module-resolver": "^5.0.3",
|
|
78
80
|
"coveralls-next": "^6.0.1",
|
|
79
|
-
"cypress": "^15.
|
|
80
|
-
"eslint": "^9.39.
|
|
81
|
+
"cypress": "^15.13.1",
|
|
82
|
+
"eslint": "^9.39.4",
|
|
81
83
|
"eslint-config-prettier": "^10.1.8",
|
|
82
|
-
"eslint-plugin-cypress": "^5.
|
|
84
|
+
"eslint-plugin-cypress": "^5.3.0",
|
|
83
85
|
"eslint-plugin-import": "^2.32.0",
|
|
84
|
-
"eslint-plugin-jest": "^29.
|
|
86
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
85
87
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
86
|
-
"eslint-plugin-jsdoc": "^62.
|
|
88
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
87
89
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
88
90
|
"eslint-plugin-react": "^7.37.5",
|
|
89
91
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
90
92
|
"eslint-plugin-react-redux": "^4.2.2",
|
|
91
|
-
"eslint-plugin-testing-library": "^7.
|
|
92
|
-
"globals": "^17.
|
|
93
|
+
"eslint-plugin-testing-library": "^7.16.2",
|
|
94
|
+
"globals": "^17.5.0",
|
|
93
95
|
"husky": "^9.1.7",
|
|
94
96
|
"identity-obj-proxy": "3.0.0",
|
|
95
|
-
"jest": "^30.
|
|
96
|
-
"jest-environment-jsdom": "^30.
|
|
97
|
+
"jest": "^30.3.0",
|
|
98
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
97
99
|
"jest-fetch-mock": "^3.0.3",
|
|
98
|
-
"lint-staged": "^16.
|
|
99
|
-
"lodash": "^4.
|
|
100
|
-
"postcss": "^8.5.
|
|
101
|
-
"prettier": "^3.8.
|
|
100
|
+
"lint-staged": "^16.4.0",
|
|
101
|
+
"lodash": "^4.18.1",
|
|
102
|
+
"postcss": "^8.5.10",
|
|
103
|
+
"prettier": "^3.8.3",
|
|
102
104
|
"release-it": "^19.2.4",
|
|
103
|
-
"sass": "^1.
|
|
105
|
+
"sass": "^1.99.0",
|
|
104
106
|
"string-replace-loader": "^3.3.0",
|
|
105
|
-
"stylelint": "^17.
|
|
107
|
+
"stylelint": "^17.8.0",
|
|
106
108
|
"stylelint-config-standard": "^40.0.0",
|
|
107
|
-
"stylelint-config-standard-scss": "^17.0.0"
|
|
109
|
+
"stylelint-config-standard-scss": "^17.0.0",
|
|
110
|
+
"webpack": "^5.106.2"
|
|
108
111
|
},
|
|
109
112
|
"lint-staged": {
|
|
110
113
|
"src/**/*.{css,scss}": [
|