@linkdlab/funcnodes_react_flow 1.0.3 → 2.0.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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@linkdlab/funcnodes_react_flow",
3
- "version": "1.0.3",
3
+ "version": "2.0.0",
4
4
  "description": "Frontend with React Flow for FuncNodes",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/Linkdlab/FuncNodesReact.git"
7
+ "url": "git+https://github.com/Linkdlab/funcnodes_react_flow"
8
8
  },
9
9
  "author": "Julian Kimmig",
10
10
  "license": "MIT",
@@ -35,51 +35,55 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@emotion/react": "^11.14.0",
38
- "@emotion/styled": "^11.14.0",
39
- "@fortawesome/fontawesome-svg-core": "7.0.0",
40
- "@fortawesome/free-solid-svg-icons": "7.0.0",
41
- "@fortawesome/react-fontawesome": "^0.2.2",
42
- "@mui/material": "7.2.0",
43
- "@radix-ui/react-dialog": "^1.1.7",
44
- "@radix-ui/react-dropdown-menu": "^2.1.7",
45
- "@radix-ui/react-popover": "^1.1.7",
46
- "@radix-ui/react-slider": "^1.2.4",
47
- "@radix-ui/react-tabs": "^1.1.12",
48
- "@radix-ui/react-toast": "^1.2.14",
49
- "@xyflow/react": "^12.5.5",
50
- "axios": "^1.8.4",
51
- "color-convert": "^3.0.1",
52
- "react-json-view-lite": "^2.4.1",
38
+ "@emotion/styled": "^11.14.1",
39
+ "@fortawesome/fontawesome-svg-core": "7.1.0",
40
+ "@fortawesome/free-solid-svg-icons": "7.1.0",
41
+ "@fortawesome/react-fontawesome": "^3.1.1",
42
+ "@mui/icons-material": "^7.3.6",
43
+ "@mui/material": "^7.3.6",
44
+ "@radix-ui/react-dialog": "^1.1.15",
45
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
46
+ "@radix-ui/react-popover": "^1.1.15",
47
+ "@radix-ui/react-slider": "^1.3.6",
48
+ "@radix-ui/react-tabs": "^1.1.13",
49
+ "@radix-ui/react-toast": "^1.2.15",
50
+ "@rjsf/core": "^6.1.2",
51
+ "@rjsf/mui": "^6.1.2",
52
+ "@rjsf/utils": "^6.1.2",
53
+ "@rjsf/validator-ajv8": "^6.1.2",
54
+ "@xyflow/react": "^12.10.0",
55
+ "axios": "^1.13.2",
56
+ "color-convert": "^3.1.3",
57
+ "react-json-view-lite": "^2.5.0",
53
58
  "react-markdown": "^10.1.0",
54
- "react-select": "^5.10.1",
59
+ "react-select": "^5.10.2",
55
60
  "react-svg": "^16.3.0",
56
61
  "remark-gfm": "^4.0.1",
57
- "uuid": "^11.1.0"
62
+ "uuid": "^13.0.0"
58
63
  },
59
64
  "devDependencies": {
60
- "@playwright/test": "^1.42.1",
61
- "@radix-ui/react-tabs": "^1.1.12",
62
- "@testing-library/dom": "^10.4.0",
63
- "@testing-library/jest-dom": "^6.4.8",
64
- "@testing-library/react": "^16.0.0",
65
- "@testing-library/user-event": "^14.5.2",
65
+ "@playwright/test": "^1.57.0",
66
+ "@testing-library/dom": "^10.4.1",
67
+ "@testing-library/jest-dom": "^6.9.1",
68
+ "@testing-library/react": "^16.3.1",
69
+ "@testing-library/user-event": "^14.6.1",
66
70
  "@types/color-convert": "^2.0.4",
67
- "@types/node": "24.1.0",
68
- "@types/react": "^19.1.0",
69
- "@types/react-dom": "^19.1.2",
70
- "@types/uuid": "^10.0.0",
71
- "@vitejs/plugin-react": "^4.3.4",
72
- "concurrently": "9.2.0",
73
- "happy-dom": "18.0.1",
71
+ "@types/node": "25.0.3",
72
+ "@types/react": "^19.2.7",
73
+ "@types/react-dom": "^19.2.3",
74
+ "@types/uuid": "^11.0.0",
75
+ "@vitejs/plugin-react": "^5.1.2",
76
+ "concurrently": "9.2.1",
77
+ "happy-dom": "20.0.11",
74
78
  "identity-obj-proxy": "^3.0.0",
75
- "jsdom": "26.1.0",
76
- "react": "^19.1.0",
77
- "react-dom": "^19.1.0",
78
- "sass": "^1.86.3",
79
- "typescript": "^5.8.3",
80
- "vite": "7.0.5",
81
- "vite-plugin-dts": "^4.5.3",
82
- "vitest": "3.2.4"
79
+ "jsdom": "27.4.0",
80
+ "react": "^19.2.3",
81
+ "react-dom": "^19.2.3",
82
+ "sass": "^1.97.1",
83
+ "typescript": "^5.9.3",
84
+ "vite": "7.3.0",
85
+ "vite-plugin-dts": "^4.5.4",
86
+ "vitest": "4.0.16"
83
87
  },
84
88
  "peerDependencies": {
85
89
  "react": "^19.0",