@wandelbots/wandelbots-js-react-components 3.6.0 → 3.6.1
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-CKlFOjJ_.cjs +133 -0
- package/dist/theming-CKlFOjJ_.cjs.map +1 -0
- package/dist/{theming-Coh4zx7d.js → theming-DxiD0Q3m.js} +4672 -4575
- package/dist/theming-DxiD0Q3m.js.map +1 -0
- package/package.json +9 -9
- package/dist/theming-Coh4zx7d.js.map +0 -1
- package/dist/theming-D4ztsmTr.cjs +0 -133
- package/dist/theming-D4ztsmTr.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.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"@rollup/plugin-terser": "^0.4.4",
|
|
78
78
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
79
79
|
"@shikijs/monaco": "^3.1.0",
|
|
80
|
-
"@storybook/addon-docs": "^10.
|
|
81
|
-
"@storybook/react-vite": "^10.
|
|
80
|
+
"@storybook/addon-docs": "^10.2.3",
|
|
81
|
+
"@storybook/react-vite": "^10.2.3",
|
|
82
82
|
"@storybook/test-runner": "^0.24.1",
|
|
83
83
|
"@svgr/rollup": "^8.1.0",
|
|
84
84
|
"@testing-library/jest-dom": "^6.6.3",
|
|
85
|
-
"@testing-library/react": "^16.3.
|
|
85
|
+
"@testing-library/react": "^16.3.2",
|
|
86
86
|
"@testing-library/user-event": "^14.6.1",
|
|
87
87
|
"@types/lodash-es": "^4.17.12",
|
|
88
88
|
"@types/react": "^19.1.8",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"rollup-plugin-postcss": "^4.0.2",
|
|
115
115
|
"semantic-release": "^25.0.2",
|
|
116
116
|
"shiki": "^3.1.0",
|
|
117
|
-
"storybook": "^10.
|
|
118
|
-
"storybook-preset-inline-svg": "^
|
|
117
|
+
"storybook": "^10.2.3",
|
|
118
|
+
"storybook-preset-inline-svg": "^2.0.0",
|
|
119
119
|
"three": "^0.182.0",
|
|
120
120
|
"three-stdlib": "^2.35.14",
|
|
121
121
|
"ts-dedent": "^2.2.0",
|
|
@@ -168,10 +168,10 @@
|
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"dependencies": {
|
|
171
|
-
"@mui/x-charts": "8.
|
|
172
|
-
"@mui/x-data-grid": "8.
|
|
171
|
+
"@mui/x-charts": "^8.27.0",
|
|
172
|
+
"@mui/x-data-grid": "^8.27.0",
|
|
173
173
|
"i18next-browser-languagedetector": "^8.0.4",
|
|
174
|
-
"lodash-es": "^4.17.
|
|
174
|
+
"lodash-es": "^4.17.23",
|
|
175
175
|
"mobx": "^6.13.6",
|
|
176
176
|
"mobx-react-lite": "^4.1.0",
|
|
177
177
|
"react-error-boundary": "^6.0.3",
|