@cfpb/ccdb5-ui 2.14.6 → 2.14.7
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 +2 -2
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +90 -72
- package/dist/ccdb5.js.map +1 -1
- package/package.json +27 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.7",
|
|
4
4
|
"description": "Consumer Complaint Database UI",
|
|
5
5
|
"homepage": "https://www.consumerfinance.gov/",
|
|
6
6
|
"repository": {
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
},
|
|
33
33
|
"browserslist": "> 0.2% in @cfpb/browserslist-config stats",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/cli": "^7.27.
|
|
36
|
-
"@babel/core": "^7.
|
|
37
|
-
"@babel/eslint-parser": "^7.27.
|
|
38
|
-
"@babel/preset-react": "^7.
|
|
39
|
-
"@babel/runtime": "^7.27.
|
|
35
|
+
"@babel/cli": "^7.27.2",
|
|
36
|
+
"@babel/core": "^7.27.4",
|
|
37
|
+
"@babel/eslint-parser": "^7.27.5",
|
|
38
|
+
"@babel/preset-react": "^7.27.1",
|
|
39
|
+
"@babel/runtime": "^7.27.6",
|
|
40
40
|
"@cfpb/browserslist-config": "0.0.4",
|
|
41
|
-
"@cfpb/cfpb-design-system": "^3.
|
|
41
|
+
"@cfpb/cfpb-design-system": "^3.11.0",
|
|
42
42
|
"@craco/craco": "^7.1.0",
|
|
43
43
|
"@csstools/postcss-sass": "^5.1.1",
|
|
44
44
|
"@csstools/sass-import-resolve": "^1.0.0",
|
|
45
|
-
"@reduxjs/toolkit": "^2.
|
|
45
|
+
"@reduxjs/toolkit": "^2.8.2",
|
|
46
46
|
"@testing-library/cypress": "^10.0.2",
|
|
47
47
|
"@testing-library/dom": "^10.4.0",
|
|
48
48
|
"@testing-library/jest-dom": "^6.4.8",
|
|
@@ -52,20 +52,22 @@
|
|
|
52
52
|
"britecharts": "git+https://github.com/cfpb/britecharts.git#v2.4.3",
|
|
53
53
|
"coveralls": "^3.0.9",
|
|
54
54
|
"craco-esbuild": "^0.6.1",
|
|
55
|
-
"cypress": "^14.
|
|
55
|
+
"cypress": "^14.4.1",
|
|
56
56
|
"d3": "^7.9.0",
|
|
57
57
|
"dayjs": "^1.11.10",
|
|
58
|
-
"eslint": "^9.
|
|
59
|
-
"eslint-config-prettier": "^10.1.
|
|
58
|
+
"eslint": "^9.28.0",
|
|
59
|
+
"eslint-config-prettier": "^10.1.5",
|
|
60
60
|
"eslint-config-react-app": "^7.0.1",
|
|
61
|
-
"eslint-plugin-cypress": "^
|
|
61
|
+
"eslint-plugin-cypress": "^5.1.0",
|
|
62
62
|
"eslint-plugin-import": "^2.31.0",
|
|
63
|
-
"eslint-plugin-
|
|
63
|
+
"eslint-plugin-jest-dom": "^5.5.0",
|
|
64
|
+
"eslint-plugin-jsdoc": "^50.7.1",
|
|
64
65
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
65
66
|
"eslint-plugin-react": "^7.37.5",
|
|
66
67
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
67
68
|
"eslint-plugin-react-redux": "^4.2.2",
|
|
68
|
-
"
|
|
69
|
+
"eslint-plugin-testing-library": "^7.4.0",
|
|
70
|
+
"globals": "^16.2.0",
|
|
69
71
|
"highcharts": "11.4.8",
|
|
70
72
|
"history": "^5.3.0",
|
|
71
73
|
"husky": "^9.1.7",
|
|
@@ -73,33 +75,32 @@
|
|
|
73
75
|
"intro.js": "^7.2.0",
|
|
74
76
|
"intro.js-react": "1.0.0",
|
|
75
77
|
"jest-fetch-mock": "^3.0.3",
|
|
76
|
-
"lint-staged": "^
|
|
78
|
+
"lint-staged": "^16.1.0",
|
|
77
79
|
"lodash": "^4.17.21",
|
|
78
80
|
"mini-css-extract-plugin": "^2.9.0",
|
|
79
81
|
"mockdate": "^3.0.5",
|
|
80
|
-
"postcss": "^8.5.
|
|
81
|
-
"postcss-preset-env": "^10.1
|
|
82
|
+
"postcss": "^8.5.4",
|
|
83
|
+
"postcss-preset-env": "^10.2.1",
|
|
82
84
|
"postcss-safe-parser": "^7.0.0",
|
|
83
85
|
"postcss-scss": "^4.0.9",
|
|
84
86
|
"prettier": "^3.5.3",
|
|
85
87
|
"prop-types": "^15.5.10",
|
|
86
|
-
"query-string": "^9.
|
|
88
|
+
"query-string": "^9.2.0",
|
|
87
89
|
"react": "^18.3.1",
|
|
88
|
-
"react-bootstrap": "^2.10.
|
|
90
|
+
"react-bootstrap": "^2.10.10",
|
|
89
91
|
"react-bootstrap-typeahead": "^6.4.1",
|
|
90
92
|
"react-dom": "^18.3.1",
|
|
91
93
|
"react-fast-compare": "^3.2.2",
|
|
92
94
|
"react-modal": "^3.16.1",
|
|
93
95
|
"react-redux": "^9.2.0",
|
|
94
|
-
"react-router-dom": "^6.
|
|
96
|
+
"react-router-dom": "^7.6.2",
|
|
95
97
|
"react-scripts": "^5.0.1",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"sass": "^1.86.3",
|
|
98
|
+
"release-it": "^19.0.3",
|
|
99
|
+
"sass": "^1.89.1",
|
|
99
100
|
"string-replace-loader": "^3.1.0",
|
|
100
|
-
"stylelint": "^16.
|
|
101
|
-
"stylelint-config-standard": "^
|
|
102
|
-
"stylelint-config-standard-scss": "^
|
|
101
|
+
"stylelint": "^16.20.0",
|
|
102
|
+
"stylelint-config-standard": "^38.0.0",
|
|
103
|
+
"stylelint-config-standard-scss": "^15.0.1"
|
|
103
104
|
},
|
|
104
105
|
"lint-staged": {
|
|
105
106
|
"src/**/*.{css,scss}": [
|