@cfpb/ccdb5-ui 2.19.2 → 2.20.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/dist/.nojekyll +0 -0
- package/dist/ccdb5.css +2 -1
- package/dist/ccdb5.js +9 -22
- package/dist/ccdb5.js.LICENSE.txt +1 -1
- package/package.json +31 -23
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.20.0",
|
|
4
|
+
"packageManager": "yarn@4.17.0",
|
|
5
5
|
"description": "Consumer Complaint Database UI",
|
|
6
6
|
"homepage": "https://www.consumerfinance.gov/",
|
|
7
7
|
"repository": {
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
"prepare": "husky",
|
|
30
30
|
"release": "yarn run build && release-it --npm.skipChecks",
|
|
31
31
|
"test": "TZ=UTC jest --coverage --watchAll=false",
|
|
32
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
32
33
|
"start": "rsbuild dev",
|
|
33
34
|
"build": "./scripts/build.sh",
|
|
34
35
|
"preview": "rsbuild preview"
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"@cfpb/cfpb-design-system": "^5.8.
|
|
38
|
-
"@cfpb/design-system-react": "^
|
|
38
|
+
"@cfpb/cfpb-design-system": "^5.8.2",
|
|
39
|
+
"@cfpb/design-system-react": "^2.0.2",
|
|
39
40
|
"@fontsource-variable/source-sans-3": "5.3.0",
|
|
40
41
|
"@reduxjs/toolkit": "^2.12.0",
|
|
41
42
|
"britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.6",
|
|
@@ -45,26 +46,27 @@
|
|
|
45
46
|
"highcharts": "13.0.0",
|
|
46
47
|
"history": "^5.3.0",
|
|
47
48
|
"intro.js": "7.2.0",
|
|
49
|
+
"lit": "^3.3.3",
|
|
48
50
|
"prop-types": "^15.8.1",
|
|
49
51
|
"query-string": "^9.4.1",
|
|
50
|
-
"react": "^19.2.
|
|
52
|
+
"react": "^19.2.8",
|
|
51
53
|
"react-bootstrap": "^2.10.10",
|
|
52
54
|
"react-bootstrap-typeahead": "^6.4.1",
|
|
53
|
-
"react-dom": "^19.2.
|
|
55
|
+
"react-dom": "^19.2.8",
|
|
54
56
|
"react-fast-compare": "^3.2.2",
|
|
55
57
|
"react-modal": "^3.16.3",
|
|
56
58
|
"react-redux": "^9.3.0",
|
|
57
|
-
"react-router": "^7.18.
|
|
59
|
+
"react-router": "^7.18.2"
|
|
58
60
|
},
|
|
59
61
|
"devDependencies": {
|
|
60
62
|
"@babel/core": "^7.29.7",
|
|
61
|
-
"@babel/eslint-parser": "^7.29.7",
|
|
62
63
|
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
|
|
63
64
|
"@babel/preset-env": "^7.29.7",
|
|
64
65
|
"@babel/preset-react": "^7.29.7",
|
|
66
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
65
67
|
"@cfpb/browserslist-config": "^0.0.7",
|
|
66
|
-
"@eslint/js": "^
|
|
67
|
-
"@rsbuild/core": "^2.1.
|
|
68
|
+
"@eslint/js": "^10.0.1",
|
|
69
|
+
"@rsbuild/core": "^2.1.9",
|
|
68
70
|
"@rsbuild/plugin-react": "^2.1.0",
|
|
69
71
|
"@rsbuild/plugin-sass": "^1.5.3",
|
|
70
72
|
"@rsbuild/plugin-svgr": "^2.0.5",
|
|
@@ -72,42 +74,48 @@
|
|
|
72
74
|
"@testing-library/dom": "^10.4.1",
|
|
73
75
|
"@testing-library/jest-dom": "^6.9.1",
|
|
74
76
|
"@testing-library/react": "^16.3.2",
|
|
75
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
76
77
|
"@testing-library/user-event": "^14.6.1",
|
|
78
|
+
"@types/jest": "^30.0.0",
|
|
79
|
+
"@types/node": "^26.1.2",
|
|
80
|
+
"@types/react": "^19.2.18",
|
|
81
|
+
"@types/react-dom": "^19.2.4",
|
|
77
82
|
"autoprefixer": "^10.5.4",
|
|
78
83
|
"babel-jest": "^30.4.1",
|
|
79
84
|
"babel-plugin-module-resolver": "^5.0.3",
|
|
80
85
|
"coveralls-next": "^6.0.2",
|
|
81
|
-
"cypress": "^15.
|
|
82
|
-
"eslint": "
|
|
86
|
+
"cypress": "^15.19.0",
|
|
87
|
+
"eslint": "10.8.0",
|
|
83
88
|
"eslint-config-prettier": "^10.1.8",
|
|
89
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
84
90
|
"eslint-plugin-cypress": "^6.4.3",
|
|
85
91
|
"eslint-plugin-import": "^2.32.0",
|
|
86
|
-
"eslint-plugin-jest": "^29.
|
|
87
|
-
"eslint-plugin-jest-dom": "^5.
|
|
88
|
-
"eslint-plugin-jsdoc": "^63.
|
|
92
|
+
"eslint-plugin-jest": "^29.16.0",
|
|
93
|
+
"eslint-plugin-jest-dom": "^5.10.1",
|
|
94
|
+
"eslint-plugin-jsdoc": "^63.3.3",
|
|
89
95
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
90
96
|
"eslint-plugin-react": "^7.37.5",
|
|
91
97
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
92
|
-
"eslint-plugin-react-redux": "^4.2.2",
|
|
93
98
|
"eslint-plugin-testing-library": "^7.16.2",
|
|
94
|
-
"
|
|
99
|
+
"eslint-plugin-unicorn": "^72.0.0",
|
|
100
|
+
"globals": "^17.9.0",
|
|
95
101
|
"husky": "^9.1.7",
|
|
96
102
|
"identity-obj-proxy": "3.0.0",
|
|
97
103
|
"jest": "^30.4.2",
|
|
98
104
|
"jest-environment-jsdom": "^30.4.1",
|
|
99
105
|
"jest-fetch-mock": "^3.2.0",
|
|
100
|
-
"lint-staged": "^17.
|
|
106
|
+
"lint-staged": "^17.3.0",
|
|
101
107
|
"lodash": "^4.18.1",
|
|
102
|
-
"postcss": "^8.5.
|
|
103
|
-
"prettier": "^3.9.
|
|
108
|
+
"postcss": "^8.5.25",
|
|
109
|
+
"prettier": "^3.9.6",
|
|
104
110
|
"release-it": "^20.2.1",
|
|
105
|
-
"sass": "^1.
|
|
111
|
+
"sass": "^1.102.0",
|
|
106
112
|
"string-replace-loader": "^3.3.0",
|
|
107
113
|
"stylelint": "17.14.1",
|
|
108
114
|
"stylelint-config-standard": "^40.0.0",
|
|
109
115
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
110
|
-
"
|
|
116
|
+
"typescript": "~5.9.3",
|
|
117
|
+
"typescript-eslint": "^8.65.0",
|
|
118
|
+
"webpack": "^5.109.2"
|
|
111
119
|
},
|
|
112
120
|
"lint-staged": {
|
|
113
121
|
"src/**/*.{css,scss}": [
|