@cfpb/ccdb5-ui 2.15.5 → 2.16.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.
@@ -117,7 +117,7 @@
117
117
  */
118
118
 
119
119
  /**
120
- * react-router v7.13.0
120
+ * react-router v7.13.1
121
121
  *
122
122
  * Copyright (c) Remix Software Inc.
123
123
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfpb/ccdb5-ui",
3
- "version": "2.15.5",
4
- "packageManager": "yarn@4.12.0",
3
+ "version": "2.16.0",
4
+ "packageManager": "yarn@4.13.0",
5
5
  "description": "Consumer Complaint Database UI",
6
6
  "homepage": "https://www.consumerfinance.gov/",
7
7
  "repository": {
@@ -33,75 +33,81 @@
33
33
  "build": "./scripts/build.sh",
34
34
  "preview": "rsbuild preview"
35
35
  },
36
+ "dependencies": {
37
+ "@cfpb/cfpb-design-system": "^4.4.0",
38
+ "@cfpb/design-system-react": "^1.0.0",
39
+ "@reduxjs/toolkit": "^2.11.2",
40
+ "britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.5",
41
+ "d3": "^7.9.0",
42
+ "d3-array": "3.2.4",
43
+ "dayjs": "^1.11.20",
44
+ "highcharts": "12.5.0",
45
+ "history": "^5.3.0",
46
+ "intro.js": "7.2.0",
47
+ "intro.js-react": "1.0.0",
48
+ "prop-types": "^15.8.1",
49
+ "query-string": "^9.3.1",
50
+ "react": "^19.2.4",
51
+ "react-bootstrap": "^2.10.10",
52
+ "react-bootstrap-typeahead": "^6.4.1",
53
+ "react-dom": "^19.2.4",
54
+ "react-fast-compare": "^3.2.2",
55
+ "react-modal": "^3.16.3",
56
+ "react-redux": "^9.2.0",
57
+ "react-router": "^7.13.1"
58
+ },
36
59
  "devDependencies": {
37
60
  "@babel/core": "^7.29.0",
38
61
  "@babel/eslint-parser": "^7.28.6",
39
62
  "@babel/plugin-transform-modules-commonjs": "^7.28.6",
40
- "@babel/preset-env": "^7.29.0",
63
+ "@babel/preset-env": "^7.29.2",
41
64
  "@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",
65
+ "@cfpb/browserslist-config": "^0.0.6",
66
+ "@eslint/js": "^9.39.4",
67
+ "@rsbuild/core": "^1.7.3",
68
+ "@rsbuild/plugin-react": "^1.4.6",
69
+ "@rsbuild/plugin-sass": "^1.5.1",
70
+ "@rsbuild/plugin-svgr": "^1.3.1",
49
71
  "@testing-library/cypress": "^10.1.0",
50
72
  "@testing-library/dom": "^10.4.1",
51
73
  "@testing-library/jest-dom": "^6.9.1",
52
74
  "@testing-library/react": "^16.3.2",
53
75
  "@testing-library/react-hooks": "^8.0.1",
54
76
  "@testing-library/user-event": "^14.6.1",
55
- "autoprefixer": "^10.4.24",
56
- "babel-jest": "^30.2.0",
57
- "babel-plugin-module-resolver": "^5.0.2",
58
- "britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.5",
77
+ "autoprefixer": "^10.4.27",
78
+ "babel-jest": "^30.3.0",
79
+ "babel-plugin-module-resolver": "^5.0.3",
59
80
  "coveralls-next": "^6.0.1",
60
- "cypress": "^15.9.0",
61
- "d3": "^7.9.0",
62
- "dayjs": "^1.11.19",
63
- "eslint": "^9.39.2",
81
+ "cypress": "^15.12.0",
82
+ "eslint": "^9.39.4",
64
83
  "eslint-config-prettier": "^10.1.8",
65
- "eslint-plugin-cypress": "^5.2.1",
84
+ "eslint-plugin-cypress": "^5.3.0",
66
85
  "eslint-plugin-import": "^2.32.0",
67
- "eslint-plugin-jest": "^29.12.1",
86
+ "eslint-plugin-jest": "^29.15.0",
68
87
  "eslint-plugin-jest-dom": "^5.5.0",
69
- "eslint-plugin-jsdoc": "^62.5.0",
88
+ "eslint-plugin-jsdoc": "^62.8.0",
70
89
  "eslint-plugin-jsx-a11y": "^6.10.2",
71
90
  "eslint-plugin-react": "^7.37.5",
72
91
  "eslint-plugin-react-hooks": "^7.0.1",
73
92
  "eslint-plugin-react-redux": "^4.2.2",
74
- "eslint-plugin-testing-library": "^7.15.4",
75
- "globals": "^17.3.0",
76
- "highcharts": "12.5.0",
77
- "history": "^5.3.0",
93
+ "eslint-plugin-testing-library": "^7.16.1",
94
+ "globals": "^17.4.0",
78
95
  "husky": "^9.1.7",
79
96
  "identity-obj-proxy": "3.0.0",
80
- "intro.js": "7.2.0",
81
- "intro.js-react": "1.0.0",
82
- "jest": "^30.2.0",
83
- "jest-environment-jsdom": "^30.2.0",
97
+ "jest": "^30.3.0",
98
+ "jest-environment-jsdom": "^30.3.0",
84
99
  "jest-fetch-mock": "^3.0.3",
85
- "lint-staged": "^16.2.7",
100
+ "lint-staged": "^16.4.0",
86
101
  "lodash": "^4.17.23",
87
- "postcss": "^8.5.6",
102
+ "postcss": "^8.5.8",
88
103
  "prettier": "^3.8.1",
89
- "prop-types": "^15.8.1",
90
- "query-string": "^9.3.1",
91
- "react": "^19.2.4",
92
- "react-bootstrap": "^2.10.10",
93
- "react-bootstrap-typeahead": "^6.4.1",
94
- "react-dom": "^19.2.4",
95
- "react-fast-compare": "^3.2.2",
96
- "react-modal": "^3.16.3",
97
- "react-redux": "^9.2.0",
98
- "react-router": "^7.13.0",
99
104
  "release-it": "^19.2.4",
100
- "sass": "^1.97.3",
105
+ "sass": "^1.98.0",
101
106
  "string-replace-loader": "^3.3.0",
102
- "stylelint": "^17.1.0",
107
+ "stylelint": "^17.5.0",
103
108
  "stylelint-config-standard": "^40.0.0",
104
- "stylelint-config-standard-scss": "^17.0.0"
109
+ "stylelint-config-standard-scss": "^17.0.0",
110
+ "webpack": "^5.105.4"
105
111
  },
106
112
  "lint-staged": {
107
113
  "src/**/*.{css,scss}": [