@cfpb/ccdb5-ui 2.15.5 → 2.15.6

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.
Files changed (2) hide show
  1. package/dist/ccdb5.js +2 -2
  2. package/package.json +27 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfpb/ccdb5-ui",
3
- "version": "2.15.5",
3
+ "version": "2.15.6",
4
4
  "packageManager": "yarn@4.12.0",
5
5
  "description": "Consumer Complaint Database UI",
6
6
  "homepage": "https://www.consumerfinance.gov/",
@@ -33,6 +33,27 @@
33
33
  "build": "./scripts/build.sh",
34
34
  "preview": "rsbuild preview"
35
35
  },
36
+ "dependencies": {
37
+ "@reduxjs/toolkit": "^2.11.2",
38
+ "britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.5",
39
+ "d3": "^7.9.0",
40
+ "d3-array": "3.2.4",
41
+ "dayjs": "^1.11.19",
42
+ "highcharts": "12.5.0",
43
+ "history": "^5.3.0",
44
+ "intro.js": "7.2.0",
45
+ "intro.js-react": "1.0.0",
46
+ "prop-types": "^15.8.1",
47
+ "query-string": "^9.3.1",
48
+ "react": "^19.2.4",
49
+ "react-bootstrap": "^2.10.10",
50
+ "react-bootstrap-typeahead": "^6.4.1",
51
+ "react-dom": "^19.2.4",
52
+ "react-fast-compare": "^3.2.2",
53
+ "react-modal": "^3.16.3",
54
+ "react-redux": "^9.2.0",
55
+ "react-router": "^7.13.0"
56
+ },
36
57
  "devDependencies": {
37
58
  "@babel/core": "^7.29.0",
38
59
  "@babel/eslint-parser": "^7.28.6",
@@ -41,8 +62,7 @@
41
62
  "@babel/preset-react": "^7.28.5",
42
63
  "@cfpb/design-system-react": "0.0.12",
43
64
  "@eslint/js": "^9.39.2",
44
- "@reduxjs/toolkit": "^2.11.2",
45
- "@rsbuild/core": "^1.7.2",
65
+ "@rsbuild/core": "^1.7.3",
46
66
  "@rsbuild/plugin-react": "^1.4.5",
47
67
  "@rsbuild/plugin-sass": "^1.5.0",
48
68
  "@rsbuild/plugin-svgr": "^1.3.0",
@@ -55,30 +75,23 @@
55
75
  "autoprefixer": "^10.4.24",
56
76
  "babel-jest": "^30.2.0",
57
77
  "babel-plugin-module-resolver": "^5.0.2",
58
- "britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.5",
59
78
  "coveralls-next": "^6.0.1",
60
- "cypress": "^15.9.0",
61
- "d3": "^7.9.0",
62
- "dayjs": "^1.11.19",
79
+ "cypress": "^15.10.0",
63
80
  "eslint": "^9.39.2",
64
81
  "eslint-config-prettier": "^10.1.8",
65
82
  "eslint-plugin-cypress": "^5.2.1",
66
83
  "eslint-plugin-import": "^2.32.0",
67
- "eslint-plugin-jest": "^29.12.1",
84
+ "eslint-plugin-jest": "^29.13.0",
68
85
  "eslint-plugin-jest-dom": "^5.5.0",
69
- "eslint-plugin-jsdoc": "^62.5.0",
86
+ "eslint-plugin-jsdoc": "^62.5.4",
70
87
  "eslint-plugin-jsx-a11y": "^6.10.2",
71
88
  "eslint-plugin-react": "^7.37.5",
72
89
  "eslint-plugin-react-hooks": "^7.0.1",
73
90
  "eslint-plugin-react-redux": "^4.2.2",
74
91
  "eslint-plugin-testing-library": "^7.15.4",
75
92
  "globals": "^17.3.0",
76
- "highcharts": "12.5.0",
77
- "history": "^5.3.0",
78
93
  "husky": "^9.1.7",
79
94
  "identity-obj-proxy": "3.0.0",
80
- "intro.js": "7.2.0",
81
- "intro.js-react": "1.0.0",
82
95
  "jest": "^30.2.0",
83
96
  "jest-environment-jsdom": "^30.2.0",
84
97
  "jest-fetch-mock": "^3.0.3",
@@ -86,20 +99,10 @@
86
99
  "lodash": "^4.17.23",
87
100
  "postcss": "^8.5.6",
88
101
  "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
102
  "release-it": "^19.2.4",
100
103
  "sass": "^1.97.3",
101
104
  "string-replace-loader": "^3.3.0",
102
- "stylelint": "^17.1.0",
105
+ "stylelint": "^17.1.1",
103
106
  "stylelint-config-standard": "^40.0.0",
104
107
  "stylelint-config-standard-scss": "^17.0.0"
105
108
  },