arbor-dashboard 1.63.3 → 1.64.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/dist/main.js +8 -8
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arbor-dashboard",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.0",
|
|
4
4
|
"description": "A tool to create responsive dashboards with charts",
|
|
5
5
|
"main": "./dist/main.js",
|
|
6
6
|
"types": "./src/Components/types.ts",
|
|
@@ -58,7 +58,6 @@
|
|
|
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
61
|
"typescript": "^5.7.3"
|
|
63
62
|
},
|
|
64
63
|
"devDependencies": {
|
|
@@ -98,6 +97,7 @@
|
|
|
98
97
|
"sass": "^1.84.0",
|
|
99
98
|
"sass-loader": "^16.0.4",
|
|
100
99
|
"style-loader": "^4.0.0",
|
|
100
|
+
"ts-node": "^10.9.2",
|
|
101
101
|
"typescript-eslint": "^8.11.0",
|
|
102
102
|
"webpack": "^5.107.2",
|
|
103
103
|
"webpack-cli": "^6.0.1"
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"resolutions": {
|
|
110
110
|
"fast-uri": "^3.1.2",
|
|
111
|
-
"lodash": ">=4.18.1"
|
|
111
|
+
"lodash": ">=4.18.1",
|
|
112
|
+
"yaml": "~1.10.3"
|
|
112
113
|
}
|
|
113
114
|
}
|