@cfpb/ccdb5-ui 2.19.3 → 2.22.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.
@@ -32,10 +32,6 @@
32
32
  * Date: Mon, 14 Aug 2023 19:47:14 GMT
33
33
  */
34
34
 
35
- /*! For license information please see britecharts.min.js.LICENSE.txt */
36
-
37
- /*! For license information please see line.min.js.LICENSE.txt */
38
-
39
35
  /**
40
36
  * @license React
41
37
  * react-dom-client.production.js
@@ -117,7 +113,7 @@
117
113
  */
118
114
 
119
115
  /**
120
- * react-router v7.18.1
116
+ * react-router v7.18.2
121
117
  *
122
118
  * Copyright (c) Remix Software Inc.
123
119
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfpb/ccdb5-ui",
3
- "version": "2.19.3",
4
- "packageManager": "yarn@4.16.0",
3
+ "version": "2.22.0",
4
+ "packageManager": "yarn@4.18.0",
5
5
  "description": "Consumer Complaint Database UI",
6
6
  "homepage": "https://www.consumerfinance.gov/",
7
7
  "repository": {
@@ -29,42 +29,40 @@
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.0",
38
- "@cfpb/design-system-react": "^1.0.8",
39
- "@fontsource-variable/source-sans-3": "5.2.9",
38
+ "@cfpb/cfpb-design-system": "5.10.1",
39
+ "@cfpb/design-system-react": "2.0.3",
40
+ "@fontsource-variable/source-sans-3": "5.3.0",
40
41
  "@reduxjs/toolkit": "^2.12.0",
41
- "britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.6",
42
- "d3": "^7.9.0",
43
- "d3-array": "3.2.4",
44
- "dayjs": "^1.11.21",
45
- "highcharts": "13.0.0",
42
+ "dayjs": "^1.11.23",
46
43
  "history": "^5.3.0",
47
44
  "intro.js": "7.2.0",
45
+ "lit": "^3.3.3",
48
46
  "prop-types": "^15.8.1",
49
- "query-string": "^9.4.1",
50
- "react": "^19.2.7",
47
+ "query-string": "^9.5.0",
48
+ "react": "^19.2.8",
51
49
  "react-bootstrap": "^2.10.10",
52
50
  "react-bootstrap-typeahead": "^6.4.1",
53
- "react-dom": "^19.2.7",
51
+ "react-dom": "^19.2.8",
54
52
  "react-fast-compare": "^3.2.2",
55
53
  "react-modal": "^3.16.3",
56
54
  "react-redux": "^9.3.0",
57
- "react-router": "^7.18.1"
55
+ "react-router": "^7.18.2"
58
56
  },
59
57
  "devDependencies": {
60
58
  "@babel/core": "^7.29.7",
61
- "@babel/eslint-parser": "^7.29.7",
62
59
  "@babel/plugin-transform-modules-commonjs": "^7.29.7",
63
60
  "@babel/preset-env": "^7.29.7",
64
61
  "@babel/preset-react": "^7.29.7",
62
+ "@babel/preset-typescript": "^7.29.7",
65
63
  "@cfpb/browserslist-config": "^0.0.7",
66
- "@eslint/js": "^9.39.5",
67
- "@rsbuild/core": "^2.1.6",
64
+ "@eslint/js": "^10.0.1",
65
+ "@rsbuild/core": "^2.2.0",
68
66
  "@rsbuild/plugin-react": "^2.1.0",
69
67
  "@rsbuild/plugin-sass": "^1.5.3",
70
68
  "@rsbuild/plugin-svgr": "^2.0.5",
@@ -72,42 +70,48 @@
72
70
  "@testing-library/dom": "^10.4.1",
73
71
  "@testing-library/jest-dom": "^6.9.1",
74
72
  "@testing-library/react": "^16.3.2",
75
- "@testing-library/react-hooks": "^8.0.1",
76
- "@testing-library/user-event": "^14.6.1",
73
+ "@testing-library/user-event": "^14.6.6",
74
+ "@types/jest": "^30.0.0",
75
+ "@types/node": "^26.3.0",
76
+ "@types/react": "^19.2.18",
77
+ "@types/react-dom": "^19.2.5",
77
78
  "autoprefixer": "^10.5.4",
78
79
  "babel-jest": "^30.4.1",
79
80
  "babel-plugin-module-resolver": "^5.0.3",
80
81
  "coveralls-next": "^6.0.2",
81
- "cypress": "^15.18.1",
82
- "eslint": "^9.39.5",
82
+ "cypress": "^15.21.1",
83
+ "eslint": "10.9.1",
83
84
  "eslint-config-prettier": "^10.1.8",
84
- "eslint-plugin-cypress": "^6.4.3",
85
+ "eslint-import-resolver-typescript": "^4.4.5",
86
+ "eslint-plugin-cypress": "^6.4.4",
85
87
  "eslint-plugin-import": "^2.32.0",
86
- "eslint-plugin-jest": "^29.15.5",
87
- "eslint-plugin-jest-dom": "^5.5.0",
88
- "eslint-plugin-jsdoc": "^63.2.0",
88
+ "eslint-plugin-jest": "^29.16.2",
89
+ "eslint-plugin-jest-dom": "^5.10.1",
90
+ "eslint-plugin-jsdoc": "^63.3.3",
89
91
  "eslint-plugin-jsx-a11y": "^6.10.2",
90
92
  "eslint-plugin-react": "^7.37.5",
91
93
  "eslint-plugin-react-hooks": "^7.1.1",
92
- "eslint-plugin-react-redux": "^4.2.2",
93
94
  "eslint-plugin-testing-library": "^7.16.2",
94
- "globals": "^17.7.0",
95
+ "eslint-plugin-unicorn": "^72.0.0",
96
+ "globals": "^17.11.0",
95
97
  "husky": "^9.1.7",
96
98
  "identity-obj-proxy": "3.0.0",
97
99
  "jest": "^30.4.2",
98
100
  "jest-environment-jsdom": "^30.4.1",
99
101
  "jest-fetch-mock": "^3.2.0",
100
- "lint-staged": "^17.1.0",
102
+ "lint-staged": "^17.3.0",
101
103
  "lodash": "^4.18.1",
102
- "postcss": "^8.5.20",
103
- "prettier": "^3.9.5",
104
+ "postcss": "^8.5.26",
105
+ "prettier": "^3.9.6",
104
106
  "release-it": "^20.2.1",
105
- "sass": "^1.101.0",
107
+ "sass": "^1.103.1",
106
108
  "string-replace-loader": "^3.3.0",
107
109
  "stylelint": "17.14.1",
108
110
  "stylelint-config-standard": "^40.0.0",
109
111
  "stylelint-config-standard-scss": "^17.0.0",
110
- "webpack": "^5.108.4"
112
+ "typescript": "~5.9.3",
113
+ "typescript-eslint": "^8.68.0",
114
+ "webpack": "^5.109.2"
111
115
  },
112
116
  "lint-staged": {
113
117
  "src/**/*.{css,scss}": [