arbor-dashboard 1.63.2 → 1.63.4

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/main.js +8 -8
  2. package/package.json +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arbor-dashboard",
3
- "version": "1.63.2",
3
+ "version": "1.63.4",
4
4
  "description": "A tool to create responsive dashboards with charts",
5
5
  "main": "./dist/main.js",
6
6
  "types": "./src/Components/types.ts",
@@ -51,17 +51,14 @@
51
51
  "@tanstack/query-async-storage-persister": "^5.83.0",
52
52
  "@tanstack/react-query": "^5.60.5",
53
53
  "@tanstack/react-query-persist-client": "^5.83.0",
54
- "ajv": "^8.18.0",
54
+ "ajv": "^8.20.0",
55
55
  "classnames": "^2.5.1",
56
56
  "d3-shape": "^3.2.0",
57
57
  "date-fns": "^4.1.0",
58
58
  "lucide-react": "^0.577.0",
59
59
  "react-grid-layout": "^1.5.0",
60
60
  "react-use-measure": "^2.1.7",
61
- "ts-node": "^10.9.2",
62
- "typescript": "^5.7.3",
63
- "webpack": "^5.97.1",
64
- "webpack-cli": "^6.0.1"
61
+ "typescript": "^5.7.3"
65
62
  },
66
63
  "devDependencies": {
67
64
  "@babel/core": "^7.26.7",
@@ -100,11 +97,18 @@
100
97
  "sass": "^1.84.0",
101
98
  "sass-loader": "^16.0.4",
102
99
  "style-loader": "^4.0.0",
100
+ "ts-node": "^10.9.2",
103
101
  "typescript-eslint": "^8.11.0",
102
+ "webpack": "^5.107.2",
104
103
  "webpack-cli": "^6.0.1"
105
104
  },
106
105
  "peerDependencies": {
107
106
  "react": "^18.2.0",
108
107
  "react-dom": "^18.2.0"
108
+ },
109
+ "resolutions": {
110
+ "fast-uri": "^3.1.2",
111
+ "lodash": ">=4.18.1",
112
+ "yaml": "~1.10.3"
109
113
  }
110
114
  }