@wandelbots/wandelbots-js-react-components 3.3.2-pr.fix-update-dependencies.436.f3d12dd → 3.3.2-pr.fix-update-dependencies.436.72f7910
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/core.cjs.js +1 -1
- package/dist/core.es.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/{theming-j4s40Rk-.cjs → theming-BQcKj8Gp.cjs} +5 -5
- package/dist/theming-BQcKj8Gp.cjs.map +1 -0
- package/dist/{theming-Bd0vaauc.js → theming-Bafjg0Wg.js} +420 -420
- package/dist/theming-Bafjg0Wg.js.map +1 -0
- package/package.json +7 -7
- package/dist/theming-Bd0vaauc.js.map +0 -1
- package/dist/theming-j4s40Rk-.cjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "3.3.2-pr.fix-update-dependencies.436.
|
|
3
|
+
"version": "3.3.2-pr.fix-update-dependencies.436.72f7910",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -86,19 +86,19 @@
|
|
|
86
86
|
"@testing-library/user-event": "^14.6.1",
|
|
87
87
|
"@types/lodash-es": "^4.17.12",
|
|
88
88
|
"@types/react": "^19.1.8",
|
|
89
|
-
"@types/three": "^0.
|
|
89
|
+
"@types/three": "^0.182.0",
|
|
90
90
|
"@vitejs/plugin-react": "^4.3.4",
|
|
91
91
|
"@wandelbots/nova-js": "3.3.1",
|
|
92
92
|
"add": "^2.0.6",
|
|
93
|
-
"eslint-plugin-storybook": "^10.1.
|
|
93
|
+
"eslint-plugin-storybook": "^10.1.10",
|
|
94
94
|
"glob": "^13.0.0",
|
|
95
95
|
"http-server": "^14.1.1",
|
|
96
96
|
"husky": "^9.1.7",
|
|
97
97
|
"i18next": "^25.2.1",
|
|
98
98
|
"jest-simple-dot-reporter": "^1.0.5",
|
|
99
99
|
"jest-summary-reporter": "^0.0.2",
|
|
100
|
-
"jsdom": "^
|
|
101
|
-
"monaco-editor": "^0.
|
|
100
|
+
"jsdom": "^27.4.0",
|
|
101
|
+
"monaco-editor": "^0.55.1",
|
|
102
102
|
"nodemon": "^3.1.9",
|
|
103
103
|
"npm-run-all": "^4.1.5",
|
|
104
104
|
"postcss": "^8.5.3",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"shiki": "^3.1.0",
|
|
117
117
|
"storybook": "^10.1.7",
|
|
118
118
|
"storybook-preset-inline-svg": "^1.0.1",
|
|
119
|
-
"three": "^0.
|
|
119
|
+
"three": "^0.182.0",
|
|
120
120
|
"three-stdlib": "^2.35.14",
|
|
121
121
|
"ts-dedent": "^2.2.0",
|
|
122
122
|
"typescript": "^5.8.2",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"react": "^18.0.0 || ^19.0.0",
|
|
139
139
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
140
140
|
"shiki": "^3.1.0",
|
|
141
|
-
"three": ">=0.
|
|
141
|
+
"three": ">=0.182",
|
|
142
142
|
"three-stdlib": ">=2"
|
|
143
143
|
},
|
|
144
144
|
"peerDependenciesMeta": {
|