@cfpb/ccdb5-ui 2.16.0 → 2.16.2
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 +22 -22
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.2",
|
|
4
4
|
"packageManager": "yarn@4.13.0",
|
|
5
5
|
"description": "Consumer Complaint Database UI",
|
|
6
6
|
"homepage": "https://www.consumerfinance.gov/",
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
"preview": "rsbuild preview"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@cfpb/cfpb-design-system": "^
|
|
38
|
-
"@cfpb/design-system-react": "^1.0.
|
|
37
|
+
"@cfpb/cfpb-design-system": "^5.3.2",
|
|
38
|
+
"@cfpb/design-system-react": "^1.0.2",
|
|
39
39
|
"@reduxjs/toolkit": "^2.11.2",
|
|
40
|
-
"britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.
|
|
40
|
+
"britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.6",
|
|
41
41
|
"d3": "^7.9.0",
|
|
42
42
|
"d3-array": "3.2.4",
|
|
43
43
|
"dayjs": "^1.11.20",
|
|
44
|
-
"highcharts": "12.
|
|
44
|
+
"highcharts": "12.6.0",
|
|
45
45
|
"history": "^5.3.0",
|
|
46
46
|
"intro.js": "7.2.0",
|
|
47
47
|
"intro.js-react": "1.0.0",
|
|
48
48
|
"prop-types": "^15.8.1",
|
|
49
49
|
"query-string": "^9.3.1",
|
|
50
|
-
"react": "^19.2.
|
|
50
|
+
"react": "^19.2.5",
|
|
51
51
|
"react-bootstrap": "^2.10.10",
|
|
52
52
|
"react-bootstrap-typeahead": "^6.4.1",
|
|
53
|
-
"react-dom": "^19.2.
|
|
53
|
+
"react-dom": "^19.2.5",
|
|
54
54
|
"react-fast-compare": "^3.2.2",
|
|
55
55
|
"react-modal": "^3.16.3",
|
|
56
56
|
"react-redux": "^9.2.0",
|
|
57
|
-
"react-router": "^7.
|
|
57
|
+
"react-router": "^7.14.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@babel/core": "^7.29.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@babel/preset-react": "^7.28.5",
|
|
65
65
|
"@cfpb/browserslist-config": "^0.0.6",
|
|
66
66
|
"@eslint/js": "^9.39.4",
|
|
67
|
-
"@rsbuild/core": "^1.7.
|
|
67
|
+
"@rsbuild/core": "^1.7.5",
|
|
68
68
|
"@rsbuild/plugin-react": "^1.4.6",
|
|
69
69
|
"@rsbuild/plugin-sass": "^1.5.1",
|
|
70
70
|
"@rsbuild/plugin-svgr": "^1.3.1",
|
|
@@ -74,40 +74,40 @@
|
|
|
74
74
|
"@testing-library/react": "^16.3.2",
|
|
75
75
|
"@testing-library/react-hooks": "^8.0.1",
|
|
76
76
|
"@testing-library/user-event": "^14.6.1",
|
|
77
|
-
"autoprefixer": "^10.
|
|
77
|
+
"autoprefixer": "^10.5.0",
|
|
78
78
|
"babel-jest": "^30.3.0",
|
|
79
79
|
"babel-plugin-module-resolver": "^5.0.3",
|
|
80
80
|
"coveralls-next": "^6.0.1",
|
|
81
|
-
"cypress": "^15.
|
|
81
|
+
"cypress": "^15.14.1",
|
|
82
82
|
"eslint": "^9.39.4",
|
|
83
83
|
"eslint-config-prettier": "^10.1.8",
|
|
84
84
|
"eslint-plugin-cypress": "^5.3.0",
|
|
85
85
|
"eslint-plugin-import": "^2.32.0",
|
|
86
|
-
"eslint-plugin-jest": "^29.15.
|
|
86
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
87
87
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
88
|
-
"eslint-plugin-jsdoc": "^62.
|
|
88
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
89
89
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
90
90
|
"eslint-plugin-react": "^7.37.5",
|
|
91
|
-
"eslint-plugin-react-hooks": "^7.
|
|
91
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
92
92
|
"eslint-plugin-react-redux": "^4.2.2",
|
|
93
|
-
"eslint-plugin-testing-library": "^7.16.
|
|
94
|
-
"globals": "^17.
|
|
93
|
+
"eslint-plugin-testing-library": "^7.16.2",
|
|
94
|
+
"globals": "^17.5.0",
|
|
95
95
|
"husky": "^9.1.7",
|
|
96
96
|
"identity-obj-proxy": "3.0.0",
|
|
97
97
|
"jest": "^30.3.0",
|
|
98
98
|
"jest-environment-jsdom": "^30.3.0",
|
|
99
99
|
"jest-fetch-mock": "^3.0.3",
|
|
100
100
|
"lint-staged": "^16.4.0",
|
|
101
|
-
"lodash": "^4.
|
|
102
|
-
"postcss": "^8.5.
|
|
103
|
-
"prettier": "^3.8.
|
|
101
|
+
"lodash": "^4.18.1",
|
|
102
|
+
"postcss": "^8.5.10",
|
|
103
|
+
"prettier": "^3.8.3",
|
|
104
104
|
"release-it": "^19.2.4",
|
|
105
|
-
"sass": "^1.
|
|
105
|
+
"sass": "^1.99.0",
|
|
106
106
|
"string-replace-loader": "^3.3.0",
|
|
107
|
-
"stylelint": "^17.
|
|
107
|
+
"stylelint": "^17.9.0",
|
|
108
108
|
"stylelint-config-standard": "^40.0.0",
|
|
109
109
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
110
|
-
"webpack": "^5.
|
|
110
|
+
"webpack": "^5.106.2"
|
|
111
111
|
},
|
|
112
112
|
"lint-staged": {
|
|
113
113
|
"src/**/*.{css,scss}": [
|