@goplasmatic/datalogic-ui 4.0.19 → 4.0.20

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/styles.css CHANGED
@@ -4316,3 +4316,4 @@ svg.react-flow__connectionline {
4316
4316
  .logic-editor[data-theme="dark"] .dl-context-menu-item--danger:hover:not(:disabled) {
4317
4317
  background: rgba(239, 68, 68, 0.15);
4318
4318
  }
4319
+ /*$vite$:1*/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@goplasmatic/datalogic-ui",
3
3
  "private": false,
4
- "version": "4.0.19",
4
+ "version": "4.0.20",
5
5
  "type": "module",
6
6
  "description": "DataLogic Debugger - Visual JSONLogic Debugger & Editor for debugging and visualizing JSONLogic expressions",
7
7
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  "**/*.css"
53
53
  ],
54
54
  "dependencies": {
55
- "@dagrejs/dagre": "^1.1.8",
55
+ "@dagrejs/dagre": "^2.0.4",
56
56
  "@msgpack/msgpack": "^3.1.3",
57
57
  "fflate": "^0.8.2",
58
- "lucide-react": "^0.562.0",
58
+ "lucide-react": "^0.577.0",
59
59
  "uuid": "^13.0.0",
60
- "@goplasmatic/datalogic": "4.0.19"
60
+ "@goplasmatic/datalogic": "4.0.20"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@xyflow/react": "^12.0.0",
@@ -65,25 +65,23 @@
65
65
  "react-dom": "^18.0.0 || ^19.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@eslint/js": "^9.39.2",
69
- "@types/node": "^24.10.10",
70
- "@types/react": "^19.2.11",
68
+ "@eslint/js": "^10.0.1",
69
+ "@types/node": "^25.5.0",
70
+ "@types/react": "^19.2.14",
71
71
  "@types/react-dom": "^19.2.3",
72
- "@types/uuid": "^10.0.0",
73
- "@vitejs/plugin-react": "^5.1.4",
74
- "@xyflow/react": "^12.10.0",
75
- "eslint": "^9.39.2",
72
+ "@vitejs/plugin-react": "^6.0.1",
73
+ "@xyflow/react": "^12.10.1",
74
+ "eslint": "^10.0.3",
76
75
  "eslint-plugin-react-hooks": "^7.0.1",
77
- "eslint-plugin-react-refresh": "^0.4.26",
78
- "globals": "^16.5.0",
76
+ "eslint-plugin-react-refresh": "^0.5.2",
77
+ "globals": "^17.4.0",
79
78
  "react": "^19.2.4",
80
79
  "react-dom": "^19.2.4",
81
80
  "typescript": "~5.9.3",
82
- "typescript-eslint": "^8.56.1",
83
- "vite": "^7.3.1",
81
+ "typescript-eslint": "^8.57.1",
82
+ "vite": "^8.0.8",
84
83
  "vite-plugin-dts": "^4.5.4",
85
- "vite-plugin-top-level-await": "^1.6.0",
86
- "vite-plugin-wasm": "^3.5.0"
84
+ "vite-plugin-wasm": "^3.6.0"
87
85
  },
88
86
  "scripts": {
89
87
  "dev": "vite",