@cfpb/ccdb5-ui 2.20.0 → 2.23.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/README.md +3 -11
- package/dist/ccdb5.css +1 -1
- package/dist/ccdb5.js +7 -26
- package/dist/ccdb5.js.LICENSE.txt +10 -4
- package/package.json +26 -38
|
@@ -32,9 +32,15 @@
|
|
|
32
32
|
* Date: Mon, 14 Aug 2023 19:47:14 GMT
|
|
33
33
|
*/
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
/**
|
|
36
|
+
* @license React
|
|
37
|
+
* react-compiler-runtime.production.js
|
|
38
|
+
*
|
|
39
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
40
|
+
*
|
|
41
|
+
* This source code is licensed under the MIT license found in the
|
|
42
|
+
* LICENSE file in the root directory of this source tree.
|
|
43
|
+
*/
|
|
38
44
|
|
|
39
45
|
/**
|
|
40
46
|
* @license React
|
|
@@ -117,7 +123,7 @@
|
|
|
117
123
|
*/
|
|
118
124
|
|
|
119
125
|
/**
|
|
120
|
-
* react-router v7.18.
|
|
126
|
+
* react-router v7.18.3
|
|
121
127
|
*
|
|
122
128
|
* Copyright (c) Remix Software Inc.
|
|
123
129
|
*
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"packageManager": "yarn@4.
|
|
3
|
+
"version": "2.23.1",
|
|
4
|
+
"packageManager": "yarn@4.18.0",
|
|
5
5
|
"description": "Consumer Complaint Database UI",
|
|
6
6
|
"homepage": "https://www.consumerfinance.gov/",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/cfpb/ccdb5-ui.git"
|
|
9
|
+
"url": "git+https://github.com/cfpb/ccdb5-ui.git"
|
|
10
10
|
},
|
|
11
11
|
"license": "CC0-1.0",
|
|
12
12
|
"engines": {
|
|
@@ -28,27 +28,23 @@
|
|
|
28
28
|
"lint:cypress": "yarn eslint ./cypress --fix",
|
|
29
29
|
"prepare": "husky",
|
|
30
30
|
"release": "yarn run build && release-it --npm.skipChecks",
|
|
31
|
-
"test": "TZ=UTC
|
|
31
|
+
"test": "TZ=UTC rstest --coverage",
|
|
32
32
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
33
33
|
"start": "rsbuild dev",
|
|
34
34
|
"build": "./scripts/build.sh",
|
|
35
35
|
"preview": "rsbuild preview"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@cfpb/cfpb-design-system": "
|
|
39
|
-
"@cfpb/design-system-react": "
|
|
38
|
+
"@cfpb/cfpb-design-system": "5.10.1",
|
|
39
|
+
"@cfpb/design-system-react": "2.0.3",
|
|
40
40
|
"@fontsource-variable/source-sans-3": "5.3.0",
|
|
41
41
|
"@reduxjs/toolkit": "^2.12.0",
|
|
42
|
-
"
|
|
43
|
-
"d3": "^7.9.0",
|
|
44
|
-
"d3-array": "3.2.4",
|
|
45
|
-
"dayjs": "^1.11.21",
|
|
46
|
-
"highcharts": "13.0.0",
|
|
42
|
+
"dayjs": "^1.11.23",
|
|
47
43
|
"history": "^5.3.0",
|
|
48
44
|
"intro.js": "7.2.0",
|
|
49
45
|
"lit": "^3.3.3",
|
|
50
46
|
"prop-types": "^15.8.1",
|
|
51
|
-
"query-string": "^9.
|
|
47
|
+
"query-string": "^9.5.0",
|
|
52
48
|
"react": "^19.2.8",
|
|
53
49
|
"react-bootstrap": "^2.10.10",
|
|
54
50
|
"react-bootstrap-typeahead": "^6.4.1",
|
|
@@ -59,37 +55,30 @@
|
|
|
59
55
|
"react-router": "^7.18.2"
|
|
60
56
|
},
|
|
61
57
|
"devDependencies": {
|
|
62
|
-
"@babel/core": "^7.29.7",
|
|
63
|
-
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
|
|
64
|
-
"@babel/preset-env": "^7.29.7",
|
|
65
|
-
"@babel/preset-react": "^7.29.7",
|
|
66
|
-
"@babel/preset-typescript": "^7.28.5",
|
|
67
58
|
"@cfpb/browserslist-config": "^0.0.7",
|
|
68
59
|
"@eslint/js": "^10.0.1",
|
|
69
|
-
"@rsbuild/core": "^2.
|
|
60
|
+
"@rsbuild/core": "^2.2.0",
|
|
70
61
|
"@rsbuild/plugin-react": "^2.1.0",
|
|
71
62
|
"@rsbuild/plugin-sass": "^1.5.3",
|
|
72
63
|
"@rsbuild/plugin-svgr": "^2.0.5",
|
|
64
|
+
"@rstest/core": "^0.11.10",
|
|
65
|
+
"@rstest/coverage-istanbul": "^0.11.11",
|
|
73
66
|
"@testing-library/cypress": "^10.1.3",
|
|
74
67
|
"@testing-library/dom": "^10.4.1",
|
|
75
68
|
"@testing-library/jest-dom": "^6.9.1",
|
|
76
69
|
"@testing-library/react": "^16.3.2",
|
|
77
|
-
"@testing-library/user-event": "^14.6.
|
|
78
|
-
"@types/
|
|
79
|
-
"@types/node": "^26.1.2",
|
|
70
|
+
"@testing-library/user-event": "^14.6.6",
|
|
71
|
+
"@types/node": "^26.3.0",
|
|
80
72
|
"@types/react": "^19.2.18",
|
|
81
|
-
"@types/react-dom": "^19.2.
|
|
73
|
+
"@types/react-dom": "^19.2.5",
|
|
82
74
|
"autoprefixer": "^10.5.4",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"coveralls-next": "^6.0.2",
|
|
86
|
-
"cypress": "^15.19.0",
|
|
87
|
-
"eslint": "10.8.0",
|
|
75
|
+
"cypress": "^15.21.1",
|
|
76
|
+
"eslint": "10.9.1",
|
|
88
77
|
"eslint-config-prettier": "^10.1.8",
|
|
89
78
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
90
|
-
"eslint-plugin-cypress": "^6.4.
|
|
79
|
+
"eslint-plugin-cypress": "^6.4.4",
|
|
91
80
|
"eslint-plugin-import": "^2.32.0",
|
|
92
|
-
"eslint-plugin-jest": "^29.16.
|
|
81
|
+
"eslint-plugin-jest": "^29.16.2",
|
|
93
82
|
"eslint-plugin-jest-dom": "^5.10.1",
|
|
94
83
|
"eslint-plugin-jsdoc": "^63.3.3",
|
|
95
84
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
@@ -97,24 +86,22 @@
|
|
|
97
86
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
98
87
|
"eslint-plugin-testing-library": "^7.16.2",
|
|
99
88
|
"eslint-plugin-unicorn": "^72.0.0",
|
|
100
|
-
"globals": "^17.
|
|
89
|
+
"globals": "^17.11.0",
|
|
90
|
+
"happy-dom": "20.11.12",
|
|
101
91
|
"husky": "^9.1.7",
|
|
102
|
-
"identity-obj-proxy": "3.0.0",
|
|
103
|
-
"jest": "^30.4.2",
|
|
104
|
-
"jest-environment-jsdom": "^30.4.1",
|
|
105
|
-
"jest-fetch-mock": "^3.2.0",
|
|
106
92
|
"lint-staged": "^17.3.0",
|
|
107
93
|
"lodash": "^4.18.1",
|
|
108
|
-
"postcss": "^8.5.
|
|
94
|
+
"postcss": "^8.5.26",
|
|
109
95
|
"prettier": "^3.9.6",
|
|
110
96
|
"release-it": "^20.2.1",
|
|
111
|
-
"
|
|
97
|
+
"rstest-fetch-mock": "0.1.0",
|
|
98
|
+
"sass": "^1.103.1",
|
|
112
99
|
"string-replace-loader": "^3.3.0",
|
|
113
100
|
"stylelint": "17.14.1",
|
|
114
101
|
"stylelint-config-standard": "^40.0.0",
|
|
115
102
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
116
103
|
"typescript": "~5.9.3",
|
|
117
|
-
"typescript-eslint": "^8.
|
|
104
|
+
"typescript-eslint": "^8.68.0",
|
|
118
105
|
"webpack": "^5.109.2"
|
|
119
106
|
},
|
|
120
107
|
"lint-staged": {
|
|
@@ -131,5 +118,6 @@
|
|
|
131
118
|
"publishConfig": {
|
|
132
119
|
"access": "public",
|
|
133
120
|
"registry": "https://registry.npmjs.org/"
|
|
134
|
-
}
|
|
121
|
+
},
|
|
122
|
+
"type": "module"
|
|
135
123
|
}
|