@wandelbots/wandelbots-js-react-components 2.13.1 → 2.13.2-pr.bugfix-allow-minor-updates.289.ae62e13

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": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.13.1",
3
+ "version": "2.13.2-pr.bugfix-allow-minor-updates.289.ae62e13",
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,31 @@
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",
113
+ "react": "^18.3.1",
114
+ "react-dom": "^18.3.1",
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": {
@@ -69,12 +69,8 @@ export const SupportedRobot = externalizeComponent(
69
69
  <ErrorBoundary
70
70
  fallback={dhrobot}
71
71
  onError={(err) => {
72
- if (err.message.includes("404: Not Found")) {
73
- // Missing model; show the fallback for now
74
- console.error(err)
75
- } else {
76
- throw err
77
- }
72
+ // Missing model; show the fallback for now
73
+ console.error(err)
78
74
  }}
79
75
  >
80
76
  <Suspense fallback={dhrobot}>