@credithub/harlan-components 1.37.2 → 1.37.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credithub/harlan-components",
3
- "version": "1.37.2",
3
+ "version": "1.37.6",
4
4
  "description": "Provide a set of web components to be used in Harlan and other projects",
5
5
  "keywords": [
6
6
  "harlan",
@@ -37,21 +37,26 @@
37
37
  "@rollup/plugin-commonjs": "^28.0.0",
38
38
  "@rollup/plugin-node-resolve": "^15.2.3",
39
39
  "@swc/core": "^1.7.6",
40
- "@types/express": "^4.17.21",
40
+ "@types/express": "^5.0.0",
41
41
  "axios": "^1.6.2",
42
42
  "chart.js": "^4.4.2",
43
43
  "chartjs-adapter-date-fns": "^3.0.0",
44
44
  "chartjs-adapter-moment": "^1.0.1",
45
45
  "chartjs-plugin-datalabels": "^2.2.0",
46
46
  "classnames": "^2.5.1",
47
- "date-fns": "^3.3.1",
47
+ "date-fns": "^4.1.0",
48
+ "eslint": "^9.12.0",
49
+ "eslint-config-prettier": "^9.1.0",
50
+ "eslint-plugin-promise": "^7.1.0",
51
+ "eslint-plugin-react": "^7.37.1",
52
+ "eslint-plugin-react-hooks": "^4.6.2",
48
53
  "express": "^2.5.11",
49
54
  "lodash": "^4.17.21",
50
55
  "plotly.js": "^2.27.1",
51
56
  "react-chartjs-2": "^5.2.0",
52
57
  "react-is": "^18.2.0",
53
58
  "react-plotly.js": "^2.6.0",
54
- "rimraf": "^5.0.7",
59
+ "rimraf": "^6.0.1",
55
60
  "styled-components": "^5.3.11",
56
61
  "ts-node": "^10.9.2",
57
62
  "tsconfig-paths": "^4.2.0",
@@ -67,7 +72,7 @@
67
72
  "@svgr/core": "^8.1.0",
68
73
  "@types/classnames": "^2.3.1",
69
74
  "@types/lodash": "^4.17.0",
70
- "@types/node": "^20.8.10",
75
+ "@types/node": "^22.7.4",
71
76
  "@types/plotly.js": "^2.12.30",
72
77
  "@types/react": "^18.2.0",
73
78
  "@types/react-dom": "^18.2.0",
@@ -75,20 +80,11 @@
75
80
  "@types/styled-components": "^5.1.34",
76
81
  "@types/supercluster": "^7.1.3",
77
82
  "@types/underscore": "^1.11.15",
78
- "@typescript-eslint/eslint-plugin": "^6.9.1",
79
- "@typescript-eslint/parser": "^8.7.0",
80
83
  "@vitejs/plugin-react": "^4.3.1",
81
84
  "babel-plugin-module-resolver": "^5.0.0",
82
- "eslint": "^8.52.0",
83
- "eslint-config-prettier": "^9.1.0",
84
- "eslint-config-standard-with-typescript": "^39.1.1",
85
85
  "eslint-plugin-import": "^2.29.0",
86
86
  "eslint-plugin-node": "^11.1.0",
87
87
  "eslint-plugin-prettier": "^5.1.3",
88
- "eslint-plugin-promise": "^6.1.1",
89
- "eslint-plugin-react": "^7.33.2",
90
- "eslint-plugin-react-hooks": "^4.6.0",
91
- "eslint-plugin-standard": "^5.0.0",
92
88
  "fs-extra": "^11.2.0",
93
89
  "git-commit-msg-linter": "^5.0.4",
94
90
  "http-server": "^14.1.1",
@@ -98,17 +94,16 @@
98
94
  "ncp": "^2.0.0",
99
95
  "prettier": "^3.2.5",
100
96
  "rollup": "^4.20.0",
101
- "style-loader": "^3.3.3",
97
+ "style-loader": "^4.0.0",
102
98
  "ts-loader": "^9.5.0",
103
99
  "tsc-alias": "^1.8.8",
104
100
  "tsconfig-paths-jest": "^0.0.1",
105
101
  "typescript": "^5.2.2",
106
- "typescript-plugin-css-modules": "^5.0.2",
107
102
  "vite": "^5.4.0",
108
103
  "vite-plugin-svgr": "^4.2.0"
109
104
  },
110
105
  "peerDependencies": {
111
- "react": "^18.2.0",
112
- "react-dom": "^18.2.0"
106
+ "react": "^18.3.1",
107
+ "react-dom": "^18.3.1"
113
108
  }
114
109
  }