@tenorlab/react-dashboard 1.1.6 → 1.1.7
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": "@tenorlab/react-dashboard",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Foundation components for creating user-configurable dashboards in React",
|
|
5
5
|
"author": "Damiano Fusco",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"pub": "npm run build; npm publish --access public --otp=",
|
|
24
24
|
"test": "TESTING=true vitest run",
|
|
25
25
|
"test-watch": "TESTING=true vitest watch",
|
|
26
|
-
"pretty": "prettier -w \"./src/**/*.ts*\"",
|
|
26
|
+
"pretty": "npx prettier -w \"./src/**/*.ts*\"",
|
|
27
27
|
"version-patch": "npm run pretty && npm version patch -m \"Patch version\"",
|
|
28
28
|
"preversion": "npm run test",
|
|
29
29
|
"version": "npm run build",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"module": "./dist/react-dashboard.es.js",
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^24.10.1",
|
|
54
|
-
"@types/react-dom": "
|
|
54
|
+
"@types/react-dom": "19.2.3",
|
|
55
55
|
"@vitejs/plugin-react": "^5.1.1",
|
|
56
56
|
"prettier": "^3.7.4",
|
|
57
|
-
"react": "
|
|
58
|
-
"react-dom": "
|
|
57
|
+
"react": "19.2.3",
|
|
58
|
+
"react-dom": "19.2.3",
|
|
59
59
|
"react-draggable": "^4.5.0",
|
|
60
60
|
"typescript": "~5.9.3",
|
|
61
61
|
"vite": "^7.2.4",
|