@cfpb/ccdb5-ui 2.6.0 → 2.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfpb/ccdb5-ui",
3
- "version": "2.6.0",
3
+ "version": "2.7.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/eslint-parser": "^7.19.1",
38
- "@babel/preset-react": "^7.18.6",
39
- "@cfpb/cfpb-atomic-component": "0.17.9",
40
- "@cfpb/cfpb-buttons": "0.17.9",
41
- "@cfpb/cfpb-core": "0.17.9",
42
- "@cfpb/cfpb-design-system": "0.17.11",
43
- "@cfpb/cfpb-expandables": "0.17.11",
44
- "@cfpb/cfpb-forms": "0.17.9",
45
- "@cfpb/cfpb-grid": "0.17.9",
46
- "@cfpb/cfpb-icons": "0.17.9",
47
- "@cfpb/cfpb-layout": "0.17.9",
48
- "@cfpb/cfpb-notifications": "0.17.9",
49
- "@cfpb/cfpb-pagination": "0.17.9",
50
- "@cfpb/cfpb-tables": "0.17.9",
51
- "@cfpb/cfpb-typography": "0.17.9",
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": "12.1.5",
56
- "babel-loader": "^8.2.5",
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.8.0",
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.24.0",
67
- "eslint-config-prettier": "^8.5.0",
68
- "eslint-plugin-cypress": "^2.12.1",
69
- "eslint-plugin-flowtype": "^8.0.3",
70
- "eslint-plugin-jsdoc": "^39.2.1",
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": "28.1.3",
79
- "jest-environment-jsdom": "28.1.3",
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.0.1",
87
+ "lint-staged": "^13.2.2",
84
88
  "lodash": "^4.17.21",
85
- "mini-css-extract-plugin": "^2.6.1",
89
+ "mini-css-extract-plugin": "^2.7.6",
86
90
  "mockdate": "^3.0.5",
87
- "postcss": "^8.4.17",
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.7.1",
95
+ "prettier": "^2.8.8",
92
96
  "prop-types": "^15.5.10",
93
97
  "query-string": "^5.0.0",
94
- "react": "16.14.0",
95
- "react-dom": "16.14.0",
96
- "react-intl": "6.0.5",
97
- "react-modal": "^3.11.2",
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": "^16.14.0",
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.4.2",
111
+ "release-it": "^15.11.0",
107
112
  "string-replace-loader": "^3.1.0",
108
- "stylelint": "^14.11.0",
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
  }