@wandelbots/wandelbots-js-react-components 2.13.3 → 2.13.4

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.
Files changed (1) hide show
  1. package/package.json +19 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.13.3",
3
+ "version": "2.13.4",
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": "~6.2.0",
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,29 @@
108
108
  "@mui/icons-material": "^6",
109
109
  "@mui/material": "^6",
110
110
  "@react-spring/three": "^9",
111
- "@react-three/drei": "~9.122.0",
112
- "@react-three/fiber": "~8.18.0",
113
- "react": "~18.3.1",
114
- "react-dom": "~18.3.1",
111
+ "@react-three/drei": "^9.122.0",
112
+ "@react-three/fiber": "^8.18.0",
115
113
  "three": ">=0.174",
116
114
  "three-stdlib": ">=2"
117
115
  },
118
116
  "peerDependenciesMeta": {
119
117
  "react-dom": {
120
118
  "optional": true
119
+ },
120
+ "@react-spring/three": {
121
+ "optional": true
122
+ },
123
+ "@react-three/drei": {
124
+ "optional": true
125
+ },
126
+ "@react-three/fiber": {
127
+ "optional": true
128
+ },
129
+ "three": {
130
+ "optional": true
131
+ },
132
+ "three-stdlib": {
133
+ "optional": true
121
134
  }
122
135
  },
123
136
  "dependencies": {