@cfpb/ccdb5-ui 2.6.0 → 2.8.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/README.md +1 -1
- package/dist/ccdb5.css +3 -3
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +3 -3
- package/dist/ccdb5.js.LICENSE.txt +52 -31
- package/dist/ccdb5.js.map +1 -1
- package/package.json +55 -38
- package/dist/static/icons/approved.svg +0 -1
- package/dist/static/icons/down.svg +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Consumer Complaint Database UI",
|
|
5
5
|
"homepage": "https://www.consumerfinance.gov/",
|
|
6
6
|
"repository": {
|
|
@@ -34,40 +34,44 @@
|
|
|
34
34
|
"not ie > 0"
|
|
35
35
|
],
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/
|
|
38
|
-
"@babel/
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@cfpb/cfpb-
|
|
43
|
-
"@cfpb/cfpb-
|
|
44
|
-
"@cfpb/cfpb-
|
|
45
|
-
"@cfpb/cfpb-
|
|
46
|
-
"@cfpb/cfpb-
|
|
47
|
-
"@cfpb/cfpb-
|
|
48
|
-
"@cfpb/cfpb-
|
|
49
|
-
"@cfpb/cfpb-
|
|
50
|
-
"@cfpb/cfpb-
|
|
51
|
-
"@cfpb/cfpb-
|
|
37
|
+
"@babel/cli": "^7.22.5",
|
|
38
|
+
"@babel/core": "^7.22.5",
|
|
39
|
+
"@babel/eslint-parser": "^7.22.5",
|
|
40
|
+
"@babel/preset-react": "^7.22.5",
|
|
41
|
+
"@babel/runtime": "^7.22.5",
|
|
42
|
+
"@cfpb/cfpb-atomic-component": "0.27.0",
|
|
43
|
+
"@cfpb/cfpb-buttons": "0.27.0",
|
|
44
|
+
"@cfpb/cfpb-core": "0.27.0",
|
|
45
|
+
"@cfpb/cfpb-design-system": "^0.27.1",
|
|
46
|
+
"@cfpb/cfpb-expandables": "^0.17.12",
|
|
47
|
+
"@cfpb/cfpb-forms": "0.27.0",
|
|
48
|
+
"@cfpb/cfpb-grid": "0.27.0",
|
|
49
|
+
"@cfpb/cfpb-icons": "0.27.0",
|
|
50
|
+
"@cfpb/cfpb-layout": "0.27.1",
|
|
51
|
+
"@cfpb/cfpb-notifications": "0.27.0",
|
|
52
|
+
"@cfpb/cfpb-pagination": "0.27.0",
|
|
53
|
+
"@cfpb/cfpb-tables": "0.27.0",
|
|
54
|
+
"@cfpb/cfpb-typography": "0.27.0",
|
|
52
55
|
"@craco/craco": "^6.4.3",
|
|
53
56
|
"@reduxjs/toolkit": "^1.8.5",
|
|
57
|
+
"@testing-library/cypress": "^8.0.3",
|
|
54
58
|
"@testing-library/jest-dom": "^5.16.5",
|
|
55
|
-
"@testing-library/react": "
|
|
56
|
-
"
|
|
59
|
+
"@testing-library/react": "13.4.0",
|
|
60
|
+
"@testing-library/user-event": "^14.4.3",
|
|
57
61
|
"britecharts": "git+https://github.com/cfpb/britecharts.git#v2.4.2",
|
|
58
62
|
"coveralls": "^3.0.9",
|
|
59
63
|
"craco-less": "^2.0.0",
|
|
60
|
-
"cypress": "^10.
|
|
64
|
+
"cypress": "^10.10.0",
|
|
61
65
|
"d3": "^5.12.0",
|
|
62
66
|
"d3-selection": "^1.4.0",
|
|
63
67
|
"dayjs": "^1.10.7",
|
|
64
68
|
"enzyme": "^3.11.0",
|
|
65
69
|
"enzyme-adapter-react-16": "^1.15.2",
|
|
66
|
-
"eslint": "^8.
|
|
67
|
-
"eslint-config-prettier": "^8.
|
|
68
|
-
"eslint-
|
|
69
|
-
"eslint-plugin-
|
|
70
|
-
"eslint-plugin-jsdoc": "^
|
|
70
|
+
"eslint": "^8.43.0",
|
|
71
|
+
"eslint-config-prettier": "^8.8.0",
|
|
72
|
+
"eslint-config-react-app": "^7.0.1",
|
|
73
|
+
"eslint-plugin-cypress": "^2.13.3",
|
|
74
|
+
"eslint-plugin-jsdoc": "^46.2.6",
|
|
71
75
|
"eslint-plugin-react-redux": "^4.0.0",
|
|
72
76
|
"highcharts": "9.2.2",
|
|
73
77
|
"history": "^4.10.1",
|
|
@@ -75,41 +79,54 @@
|
|
|
75
79
|
"identity-obj-proxy": "3.0.0",
|
|
76
80
|
"intro.js": "^6.0.0",
|
|
77
81
|
"intro.js-react": "0.6.0",
|
|
78
|
-
"jest": "
|
|
79
|
-
"jest-environment-jsdom": "
|
|
82
|
+
"jest": "29.5.0",
|
|
83
|
+
"jest-environment-jsdom": "29.5.0",
|
|
80
84
|
"jest-fetch-mock": "^3.0.3",
|
|
81
85
|
"less": "^4.1.3",
|
|
82
86
|
"less-plugin-clean-css": "^1.5.1",
|
|
83
|
-
"lint-staged": "^13.
|
|
87
|
+
"lint-staged": "^13.2.2",
|
|
84
88
|
"lodash": "^4.17.21",
|
|
85
|
-
"mini-css-extract-plugin": "^2.6
|
|
89
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
86
90
|
"mockdate": "^3.0.5",
|
|
87
|
-
"postcss": "^8.4.
|
|
91
|
+
"postcss": "^8.4.24",
|
|
88
92
|
"postcss-less": "^6.0.0",
|
|
89
93
|
"postcss-preset-env": "^7.8.2",
|
|
90
94
|
"postcss-safe-parser": "^6.0.0",
|
|
91
|
-
"prettier": "^2.
|
|
95
|
+
"prettier": "^2.8.8",
|
|
92
96
|
"prop-types": "^15.5.10",
|
|
93
97
|
"query-string": "^5.0.0",
|
|
94
|
-
"react": "
|
|
95
|
-
"react-
|
|
96
|
-
"react-
|
|
97
|
-
"react-
|
|
98
|
+
"react": "^18.2.0",
|
|
99
|
+
"react-bootstrap-typeahead": "^6.0.0",
|
|
100
|
+
"react-dom": "^18.2.0",
|
|
101
|
+
"react-intl": "^6.2.0",
|
|
102
|
+
"react-modal": "^3.16.1",
|
|
98
103
|
"react-redux": "^7.2.0",
|
|
99
104
|
"react-router-dom": "^6.4.0",
|
|
100
105
|
"react-scripts": "^5.0.1",
|
|
101
|
-
"react-test-renderer": "^
|
|
106
|
+
"react-test-renderer": "^18.2.0",
|
|
102
107
|
"redux": "^4.0.5",
|
|
103
108
|
"redux-devtools-extension": "^2.13.2",
|
|
104
109
|
"redux-mock-store": "^1.5.4",
|
|
105
110
|
"redux-thunk": "^2.2.0",
|
|
106
|
-
"release-it": "^15.
|
|
111
|
+
"release-it": "^15.11.0",
|
|
107
112
|
"string-replace-loader": "^3.1.0",
|
|
108
|
-
"stylelint": "^14.
|
|
113
|
+
"stylelint": "^14.14.0",
|
|
109
114
|
"stylelint-config-recommended-less": "^1.0.4"
|
|
110
115
|
},
|
|
116
|
+
"lint-staged": {
|
|
117
|
+
"src/**/*.{css,less}": [
|
|
118
|
+
"stylelint --fix"
|
|
119
|
+
],
|
|
120
|
+
"{cypress,src}/**/*.{js,jsx,ts,tsx,json,md}": [
|
|
121
|
+
"prettier --write"
|
|
122
|
+
],
|
|
123
|
+
"{cypress,src}/**/*.{js,jsx,ts,tsx}": [
|
|
124
|
+
"eslint --fix"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
111
127
|
"publishConfig": {
|
|
112
128
|
"access": "public",
|
|
113
129
|
"registry": "https://registry.npmjs.org/"
|
|
114
|
-
}
|
|
130
|
+
},
|
|
131
|
+
"proxy": "http://localhost:8000"
|
|
115
132
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 742.5 1200" class="cf-icon-svg"><path d="M710 186c-31.1-18-70.8-7.4-88.8 23.7v.1L275 809.5 114.9 617.3c-23-27.5-64-31.2-91.6-8.1-27.4 23-31.2 63.8-8.3 91.3l219.8 263.8c12.3 14.8 30.6 23.4 49.9 23.4 1.8 0 3.7-.1 5.6-.2 21.2-1.8 40.1-13.9 50.7-32.3l392.8-680.4c17.9-31.1 7.3-70.9-23.8-88.8z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 988.2 1200" class="cf-icon-svg"><path d="M494.1 967.2c-17.3 0-33.8-6.8-46-19L18.6 518.6c-25.1-25.6-24.8-66.8.8-91.9 25.3-24.8 65.8-24.8 91.1 0l383.6 383.6 383.6-383.6c25.6-25.1 66.8-24.8 91.9.8 24.8 25.3 24.8 65.8 0 91.1L540.1 948.1c-12.2 12.2-28.7 19.1-46 19.1z"/></svg>
|