@cfpb/ccdb5-ui 2.15.4 → 2.15.5
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 +7 -1
- package/dist/ccdb5.css +1 -1
- package/dist/ccdb5.js +3 -3
- package/dist/ccdb5.js.LICENSE.txt +1 -1
- package/package.json +51 -51
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.5",
|
|
4
|
+
"packageManager": "yarn@4.12.0",
|
|
4
5
|
"description": "Consumer Complaint Database UI",
|
|
5
6
|
"homepage": "https://www.consumerfinance.gov/",
|
|
6
7
|
"repository": {
|
|
@@ -33,74 +34,74 @@
|
|
|
33
34
|
"preview": "rsbuild preview"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.
|
|
37
|
-
"@babel/eslint-parser": "^7.28.
|
|
38
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
39
|
-
"@babel/preset-env": "^7.
|
|
40
|
-
"@babel/preset-react": "^7.
|
|
41
|
-
"@cfpb/
|
|
42
|
-
"@eslint/js": "^9.
|
|
43
|
-
"@reduxjs/toolkit": "^2.
|
|
44
|
-
"@rsbuild/core": "^1.
|
|
45
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
46
|
-
"@rsbuild/plugin-sass": "^1.
|
|
47
|
-
"@rsbuild/plugin-svgr": "^1.
|
|
37
|
+
"@babel/core": "^7.29.0",
|
|
38
|
+
"@babel/eslint-parser": "^7.28.6",
|
|
39
|
+
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
40
|
+
"@babel/preset-env": "^7.29.0",
|
|
41
|
+
"@babel/preset-react": "^7.28.5",
|
|
42
|
+
"@cfpb/design-system-react": "0.0.12",
|
|
43
|
+
"@eslint/js": "^9.39.2",
|
|
44
|
+
"@reduxjs/toolkit": "^2.11.2",
|
|
45
|
+
"@rsbuild/core": "^1.7.2",
|
|
46
|
+
"@rsbuild/plugin-react": "^1.4.5",
|
|
47
|
+
"@rsbuild/plugin-sass": "^1.5.0",
|
|
48
|
+
"@rsbuild/plugin-svgr": "^1.3.0",
|
|
48
49
|
"@testing-library/cypress": "^10.1.0",
|
|
49
|
-
"@testing-library/dom": "^10.4.
|
|
50
|
-
"@testing-library/jest-dom": "^6.
|
|
51
|
-
"@testing-library/react": "^16.3.
|
|
52
|
-
"@testing-library/react-hooks": "^8.0.
|
|
53
|
-
"@testing-library/user-event": "^14.
|
|
54
|
-
"autoprefixer": "^10.4.
|
|
55
|
-
"babel-jest": "^30.
|
|
50
|
+
"@testing-library/dom": "^10.4.1",
|
|
51
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
52
|
+
"@testing-library/react": "^16.3.2",
|
|
53
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
54
|
+
"@testing-library/user-event": "^14.6.1",
|
|
55
|
+
"autoprefixer": "^10.4.24",
|
|
56
|
+
"babel-jest": "^30.2.0",
|
|
56
57
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
57
58
|
"britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.5",
|
|
58
|
-
"coveralls-next": "^6.0.
|
|
59
|
-
"cypress": "^15.
|
|
59
|
+
"coveralls-next": "^6.0.1",
|
|
60
|
+
"cypress": "^15.9.0",
|
|
60
61
|
"d3": "^7.9.0",
|
|
61
|
-
"dayjs": "^1.11.
|
|
62
|
-
"eslint": "^9.
|
|
63
|
-
"eslint-config-prettier": "^10.1.
|
|
64
|
-
"eslint-plugin-cypress": "^5.
|
|
62
|
+
"dayjs": "^1.11.19",
|
|
63
|
+
"eslint": "^9.39.2",
|
|
64
|
+
"eslint-config-prettier": "^10.1.8",
|
|
65
|
+
"eslint-plugin-cypress": "^5.2.1",
|
|
65
66
|
"eslint-plugin-import": "^2.32.0",
|
|
66
|
-
"eslint-plugin-jest": "^29.
|
|
67
|
+
"eslint-plugin-jest": "^29.12.1",
|
|
67
68
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
68
|
-
"eslint-plugin-jsdoc": "^
|
|
69
|
+
"eslint-plugin-jsdoc": "^62.5.0",
|
|
69
70
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
70
71
|
"eslint-plugin-react": "^7.37.5",
|
|
71
|
-
"eslint-plugin-react-hooks": "^
|
|
72
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
72
73
|
"eslint-plugin-react-redux": "^4.2.2",
|
|
73
|
-
"eslint-plugin-testing-library": "^7.
|
|
74
|
-
"globals": "^
|
|
75
|
-
"highcharts": "
|
|
74
|
+
"eslint-plugin-testing-library": "^7.15.4",
|
|
75
|
+
"globals": "^17.3.0",
|
|
76
|
+
"highcharts": "12.5.0",
|
|
76
77
|
"history": "^5.3.0",
|
|
77
78
|
"husky": "^9.1.7",
|
|
78
79
|
"identity-obj-proxy": "3.0.0",
|
|
79
|
-
"intro.js": "
|
|
80
|
+
"intro.js": "7.2.0",
|
|
80
81
|
"intro.js-react": "1.0.0",
|
|
81
|
-
"jest": "^30.
|
|
82
|
-
"jest-environment-jsdom": "^30.
|
|
82
|
+
"jest": "^30.2.0",
|
|
83
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
83
84
|
"jest-fetch-mock": "^3.0.3",
|
|
84
|
-
"lint-staged": "^16.
|
|
85
|
-
"lodash": "^4.17.
|
|
85
|
+
"lint-staged": "^16.2.7",
|
|
86
|
+
"lodash": "^4.17.23",
|
|
86
87
|
"postcss": "^8.5.6",
|
|
87
|
-
"prettier": "^3.
|
|
88
|
-
"prop-types": "^15.
|
|
88
|
+
"prettier": "^3.8.1",
|
|
89
|
+
"prop-types": "^15.8.1",
|
|
89
90
|
"query-string": "^9.3.1",
|
|
90
|
-
"react": "^19.2.
|
|
91
|
+
"react": "^19.2.4",
|
|
91
92
|
"react-bootstrap": "^2.10.10",
|
|
92
93
|
"react-bootstrap-typeahead": "^6.4.1",
|
|
93
|
-
"react-dom": "^19.2.
|
|
94
|
+
"react-dom": "^19.2.4",
|
|
94
95
|
"react-fast-compare": "^3.2.2",
|
|
95
|
-
"react-modal": "^3.16.
|
|
96
|
+
"react-modal": "^3.16.3",
|
|
96
97
|
"react-redux": "^9.2.0",
|
|
97
|
-
"react-router": "^7.
|
|
98
|
-
"release-it": "^19.
|
|
99
|
-
"sass": "^1.
|
|
100
|
-
"string-replace-loader": "^3.
|
|
101
|
-
"stylelint": "^
|
|
102
|
-
"stylelint-config-standard": "^
|
|
103
|
-
"stylelint-config-standard-scss": "^
|
|
98
|
+
"react-router": "^7.13.0",
|
|
99
|
+
"release-it": "^19.2.4",
|
|
100
|
+
"sass": "^1.97.3",
|
|
101
|
+
"string-replace-loader": "^3.3.0",
|
|
102
|
+
"stylelint": "^17.1.0",
|
|
103
|
+
"stylelint-config-standard": "^40.0.0",
|
|
104
|
+
"stylelint-config-standard-scss": "^17.0.0"
|
|
104
105
|
},
|
|
105
106
|
"lint-staged": {
|
|
106
107
|
"src/**/*.{css,scss}": [
|
|
@@ -116,6 +117,5 @@
|
|
|
116
117
|
"publishConfig": {
|
|
117
118
|
"access": "public",
|
|
118
119
|
"registry": "https://registry.npmjs.org/"
|
|
119
|
-
}
|
|
120
|
-
"dependencies": {}
|
|
120
|
+
}
|
|
121
121
|
}
|