@wandelbots/wandelbots-js-react-components 2.13.2 → 2.13.3-pr.bugfix-allow-minor-updates.289.64c0190
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 +21 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.3-pr.bugfix-allow-minor-updates.289.64c0190",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"ts-dedent": "^2.2.0",
|
|
98
98
|
"typescript": "^5.8.2",
|
|
99
99
|
"unplugin": "^1.15.0",
|
|
100
|
-
"vite": "
|
|
100
|
+
"vite": "^6.2.0",
|
|
101
101
|
"vite-plugin-svgr": "^4.3.0",
|
|
102
102
|
"vitest": "^3.0.7",
|
|
103
103
|
"wait-on": "^8.0.2"
|
|
@@ -108,16 +108,31 @@
|
|
|
108
108
|
"@mui/icons-material": "^6",
|
|
109
109
|
"@mui/material": "^6",
|
|
110
110
|
"@react-spring/three": "^9",
|
|
111
|
-
"@react-three/drei": "
|
|
112
|
-
"@react-three/fiber": "
|
|
113
|
-
"react": "
|
|
114
|
-
"react-dom": "
|
|
111
|
+
"@react-three/drei": "^9.122.0",
|
|
112
|
+
"@react-three/fiber": "^8.18.0",
|
|
113
|
+
"react": ">=18.0.0 <19.0.0",
|
|
114
|
+
"react-dom": ">=18.0.0 <19.0.0",
|
|
115
115
|
"three": ">=0.174",
|
|
116
116
|
"three-stdlib": ">=2"
|
|
117
117
|
},
|
|
118
118
|
"peerDependenciesMeta": {
|
|
119
119
|
"react-dom": {
|
|
120
120
|
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"@react-spring/three": {
|
|
123
|
+
"optional": true
|
|
124
|
+
},
|
|
125
|
+
"@react-three/drei": {
|
|
126
|
+
"optional": true
|
|
127
|
+
},
|
|
128
|
+
"@react-three/fiber": {
|
|
129
|
+
"optional": true
|
|
130
|
+
},
|
|
131
|
+
"three": {
|
|
132
|
+
"optional": true
|
|
133
|
+
},
|
|
134
|
+
"three-stdlib": {
|
|
135
|
+
"optional": true
|
|
121
136
|
}
|
|
122
137
|
},
|
|
123
138
|
"dependencies": {
|