@cfpb/ccdb5-ui 2.4.11 → 2.5.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.min.js +1 -1
- package/dist/ccdb5.min.js.LICENSE.txt +21 -12
- package/dist/ccdb5.min.js.map +1 -1
- package/package.json +38 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Consumer Complaint Database UI",
|
|
5
5
|
"homepage": "https://www.consumerfinance.gov/",
|
|
6
6
|
"repository": {
|
|
@@ -19,10 +19,11 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "node scripts/build.js",
|
|
21
21
|
"dev-flow": "node scripts/test.js --env=jsdom --coverage --watch",
|
|
22
|
-
"lint": "
|
|
22
|
+
"lint": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,json,md}\" --write && yarn eslint ./src --fix && yarn stylelint \"src/**/*.{css,less}\" --fix",
|
|
23
23
|
"release": "yarn run build && release-it --only-version --npm.skipChecks",
|
|
24
24
|
"start": "node scripts/start.js",
|
|
25
|
-
"test": "node scripts/test.js --env=jsdom --coverage"
|
|
25
|
+
"test": "node scripts/test.js --env=jsdom --coverage",
|
|
26
|
+
"lint:cypress": "yarn eslint ./cypress --fix"
|
|
26
27
|
},
|
|
27
28
|
"browserslist": {
|
|
28
29
|
"production": [
|
|
@@ -41,21 +42,20 @@
|
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
44
|
"@babel/core": "^7.9.0",
|
|
45
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
44
46
|
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
|
45
47
|
"@babel/preset-env": "^7.9.5",
|
|
46
48
|
"@babel/preset-react": "^7.8.3",
|
|
47
49
|
"@svgr/webpack": "4.3.2",
|
|
48
|
-
"@
|
|
49
|
-
"@typescript-eslint/parser": "1.13.0",
|
|
50
|
+
"@testing-library/react": "^13.4.0",
|
|
50
51
|
"autoprefixer": "7.1.5",
|
|
51
|
-
"babel-eslint": "10.0.3",
|
|
52
52
|
"babel-jest": "^27.4.5",
|
|
53
|
-
"babel-loader": "8.
|
|
53
|
+
"babel-loader": "^8.2.5",
|
|
54
54
|
"babel-plugin-named-asset-import": "^0.3.6",
|
|
55
55
|
"babel-runtime": "^6.20.0",
|
|
56
56
|
"britecharts": "git+https://github.com/cfpb/britecharts.git#v2.4.2",
|
|
57
57
|
"camelcase": "^5.2.0",
|
|
58
|
-
"case-sensitive-paths-webpack-plugin": "2.
|
|
58
|
+
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
59
59
|
"cf-buttons": "^4.3.0",
|
|
60
60
|
"cf-core": "^4.2.0",
|
|
61
61
|
"cf-expandables": "^4.1.2",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"coveralls": "^3.0.9",
|
|
73
73
|
"cross-spawn": "5.1.0",
|
|
74
74
|
"css-loader": "2.1.1",
|
|
75
|
-
"cypress": "
|
|
75
|
+
"cypress": "^10.7.0",
|
|
76
76
|
"d3": "^5.12.0",
|
|
77
77
|
"d3-selection": "^1.4.0",
|
|
78
78
|
"dayjs": "^1.10.7",
|
|
@@ -81,22 +81,27 @@
|
|
|
81
81
|
"dotenv-expand": "4.2.0",
|
|
82
82
|
"enzyme": "^3.11.0",
|
|
83
83
|
"enzyme-adapter-react-16": "^1.15.2",
|
|
84
|
-
"eslint": "^
|
|
85
|
-
"eslint-config-
|
|
86
|
-
"eslint-
|
|
87
|
-
"eslint-plugin-flowtype": "
|
|
88
|
-
"eslint-plugin-import": "2.
|
|
89
|
-
"eslint-plugin-
|
|
90
|
-
"eslint-plugin-
|
|
91
|
-
"eslint-plugin-react
|
|
84
|
+
"eslint": "^8.23.1",
|
|
85
|
+
"eslint-config-prettier": "^8.5.0",
|
|
86
|
+
"eslint-plugin-cypress": "^2.12.1",
|
|
87
|
+
"eslint-plugin-flowtype": "^8.0.3",
|
|
88
|
+
"eslint-plugin-import": "^2.26.0",
|
|
89
|
+
"eslint-plugin-jsdoc": "^39.3.6",
|
|
90
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
91
|
+
"eslint-plugin-react": "^7.31.8",
|
|
92
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
93
|
+
"eslint-plugin-react-redux": "^4.0.0",
|
|
94
|
+
"eslint-webpack-plugin": "^3.2.0",
|
|
92
95
|
"file-loader": "3.0.1",
|
|
93
96
|
"fs-extra": "7.0.1",
|
|
94
97
|
"highcharts": "9.2.2",
|
|
95
98
|
"history": "^4.10.1",
|
|
96
|
-
"html-webpack-plugin": "
|
|
99
|
+
"html-webpack-plugin": "^5.5.0",
|
|
97
100
|
"http-proxy-middleware": "^0.20.0",
|
|
98
101
|
"identity-obj-proxy": "3.0.0",
|
|
99
102
|
"ignore-loader": "^0.1.2",
|
|
103
|
+
"intro.js": "^6.0.0",
|
|
104
|
+
"intro.js-react": "0.6.0",
|
|
100
105
|
"is-wsl": "^1.1.0",
|
|
101
106
|
"jest": "27.4.5",
|
|
102
107
|
"jest-cli": "27.4.5",
|
|
@@ -107,46 +112,49 @@
|
|
|
107
112
|
"less-loader": "^4.0.5",
|
|
108
113
|
"lodash": "^4.17.21",
|
|
109
114
|
"mini-css-extract-plugin": "0.5.0",
|
|
110
|
-
"
|
|
111
|
-
"moment-timezone": "^0.5.33",
|
|
115
|
+
"mockdate": "^3.0.5",
|
|
112
116
|
"object-assign": "4.1.1",
|
|
113
|
-
"optimize-css-assets-webpack-plugin": "
|
|
114
|
-
"pnp-webpack-plugin": "1.
|
|
117
|
+
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
118
|
+
"pnp-webpack-plugin": "^1.7.0",
|
|
119
|
+
"postcss": "^8.4.16",
|
|
115
120
|
"postcss-flexbugs-fixes": "4.1.0",
|
|
121
|
+
"postcss-less": "^6.0.0",
|
|
116
122
|
"postcss-loader": "3.0.0",
|
|
117
123
|
"postcss-normalize": "7.0.1",
|
|
118
124
|
"postcss-preset-env": "6.7.0",
|
|
119
125
|
"postcss-safe-parser": "4.0.1",
|
|
126
|
+
"prettier": "^2.7.1",
|
|
120
127
|
"promise": "8.0.1",
|
|
121
128
|
"prop-types": "^15.5.10",
|
|
122
129
|
"query-string": "^5.0.0",
|
|
123
130
|
"react": "16.14.0",
|
|
124
131
|
"react-app-polyfill": "^1.0.6",
|
|
125
|
-
"react-dev-utils": "^
|
|
132
|
+
"react-dev-utils": "^12.0.1",
|
|
126
133
|
"react-dom": "16.14.0",
|
|
127
134
|
"react-intl": "^2.4.0",
|
|
128
135
|
"react-modal": "^3.11.2",
|
|
129
136
|
"react-redux": "^7.2.0",
|
|
130
137
|
"react-router": "^5.1.2",
|
|
131
138
|
"react-router-dom": "^5.1.2",
|
|
132
|
-
"react-scripts": "
|
|
133
|
-
"react-test-renderer": "^16.
|
|
139
|
+
"react-scripts": "^5.0.1",
|
|
140
|
+
"react-test-renderer": "^16.14.0",
|
|
134
141
|
"redux": "^4.0.5",
|
|
135
142
|
"redux-devtools-extension": "^2.13.2",
|
|
136
143
|
"redux-mock-store": "^1.5.4",
|
|
137
144
|
"redux-thunk": "^2.2.0",
|
|
138
|
-
"release-it": "^
|
|
145
|
+
"release-it": "^15.4.2",
|
|
139
146
|
"resolve": "1.12.0",
|
|
140
147
|
"resolve-url-loader": "3.1.0",
|
|
141
|
-
"sass-loader": "7.2.0",
|
|
142
148
|
"semver": "6.3.0",
|
|
143
149
|
"string-replace-loader": "^1.2.0",
|
|
144
150
|
"style-loader": "1.0.0",
|
|
145
|
-
"
|
|
151
|
+
"stylelint": "^14.11.0",
|
|
152
|
+
"stylelint-config-recommended-less": "^1.0.4",
|
|
153
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
146
154
|
"ts-pnp": "1.1.2",
|
|
147
155
|
"url-loader": "2.1.0",
|
|
148
|
-
"webpack": "^
|
|
149
|
-
"webpack-dev-server": "^
|
|
156
|
+
"webpack": "^5.74.0",
|
|
157
|
+
"webpack-dev-server": "^4.11.0",
|
|
150
158
|
"webpack-merge": "^4.2.2",
|
|
151
159
|
"whatwg-fetch": "2.0.3"
|
|
152
160
|
},
|