@wandelbots/wandelbots-js-react-components 2.10.0 → 2.10.2
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/index.cjs +35 -35
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3014 -3163
- package/dist/index.js.map +1 -1
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"license": "Apache-2.0",
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@emotion/react": "^11.14.0",
|
|
50
|
-
"@emotion/styled": "^11.
|
|
50
|
+
"@emotion/styled": "^11.14.0",
|
|
51
51
|
"@mui/icons-material": "^6.4.1",
|
|
52
52
|
"@mui/material": "^6.4.0",
|
|
53
53
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
56
56
|
"@rollup/plugin-terser": "^0.4.4",
|
|
57
57
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
58
|
-
"@storybook/addon-docs": "^8.
|
|
59
|
-
"@storybook/addon-essentials": "^8.
|
|
60
|
-
"@storybook/addon-interactions": "^8.
|
|
61
|
-
"@storybook/blocks": "^8.5.
|
|
62
|
-
"@storybook/react": "^8.5.
|
|
63
|
-
"@storybook/csf-tools": "^8.5.
|
|
64
|
-
"@storybook/react-vite": "^8.5.
|
|
65
|
-
"@storybook/test": "^8.5.
|
|
66
|
-
"@storybook/test-runner": "^0.21.
|
|
67
|
-
"@storybook/types": "^8.
|
|
58
|
+
"@storybook/addon-docs": "^8.5.8",
|
|
59
|
+
"@storybook/addon-essentials": "^8.5.8",
|
|
60
|
+
"@storybook/addon-interactions": "^8.5.8",
|
|
61
|
+
"@storybook/blocks": "^8.5.8",
|
|
62
|
+
"@storybook/react": "^8.5.8",
|
|
63
|
+
"@storybook/csf-tools": "^8.5.8",
|
|
64
|
+
"@storybook/react-vite": "^8.5.8",
|
|
65
|
+
"@storybook/test": "^8.5.8",
|
|
66
|
+
"@storybook/test-runner": "^0.21.3",
|
|
67
|
+
"@storybook/types": "^8.5.8",
|
|
68
68
|
"@svgr/rollup": "^8.1.0",
|
|
69
69
|
"@types/lodash-es": "^4.17.12",
|
|
70
70
|
"@types/react": "^18.3.12",
|
|
71
|
-
"@types/three": "^0.
|
|
71
|
+
"@types/three": "^0.173.0",
|
|
72
72
|
"@vitejs/plugin-react": "^4.3.4",
|
|
73
73
|
"add": "^2.0.6",
|
|
74
74
|
"glob": "^11.0.1",
|
|
@@ -76,21 +76,21 @@
|
|
|
76
76
|
"husky": "^9.1.7",
|
|
77
77
|
"jest-simple-dot-reporter": "^1.0.5",
|
|
78
78
|
"jest-summary-reporter": "^0.0.2",
|
|
79
|
-
"nodemon": "^3.1.
|
|
79
|
+
"nodemon": "^3.1.9",
|
|
80
80
|
"npm-run-all": "^4.1.5",
|
|
81
|
-
"postcss": "^8.
|
|
81
|
+
"postcss": "^8.5.3",
|
|
82
82
|
"prettier-eslint": "^16.3.0",
|
|
83
83
|
"prop-types": "^15.8.1",
|
|
84
84
|
"react": "^18.3.1",
|
|
85
85
|
"react-dom": "^18.3.1",
|
|
86
86
|
"rimraf": "^6.0.1",
|
|
87
|
-
"rollup": "^4.
|
|
87
|
+
"rollup": "^4.34.8",
|
|
88
88
|
"rollup-plugin-dts": "^6.1.1",
|
|
89
89
|
"rollup-plugin-gltf": "^4.0.0",
|
|
90
90
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
91
91
|
"rollup-plugin-postcss": "^4.0.2",
|
|
92
|
-
"semantic-release": "^24.2.
|
|
93
|
-
"storybook": "^8.
|
|
92
|
+
"semantic-release": "^24.2.3",
|
|
93
|
+
"storybook": "^8.5.8",
|
|
94
94
|
"storybook-dark-mode": "^4.0.2",
|
|
95
95
|
"storybook-preset-inline-svg": "^1.0.1",
|
|
96
96
|
"ts-dedent": "^2.2.0",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"unplugin": "^1.15.0",
|
|
99
99
|
"vite": "~5.0.0",
|
|
100
100
|
"vite-plugin-svgr": "^4.3.0",
|
|
101
|
-
"vitest": "^3.0.
|
|
102
|
-
"wait-on": "^8.0.
|
|
103
|
-
"@wandelbots/wandelbots-js": "^1.
|
|
101
|
+
"vitest": "^3.0.7",
|
|
102
|
+
"wait-on": "^8.0.2",
|
|
103
|
+
"@wandelbots/wandelbots-js": "^1.16.0"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"@wandelbots/wandelbots-js": "^1.12.0",
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
"@emotion/styled": "^11.11.0",
|
|
109
109
|
"@mui/icons-material": "^6",
|
|
110
110
|
"@mui/material": "^6",
|
|
111
|
-
"@react-spring/three": "
|
|
112
|
-
"@react-three/drei": "
|
|
113
|
-
"@react-three/fiber": "
|
|
114
|
-
"react": "
|
|
115
|
-
"react-dom": "
|
|
116
|
-
"three": ">=0.
|
|
111
|
+
"@react-spring/three": "^9",
|
|
112
|
+
"@react-three/drei": "~9.122.0",
|
|
113
|
+
"@react-three/fiber": "~8.18.0",
|
|
114
|
+
"react": "~18.3.1",
|
|
115
|
+
"react-dom": "~18.3.1",
|
|
116
|
+
"three": ">=0.173",
|
|
117
117
|
"three-stdlib": ">=2"
|
|
118
118
|
},
|
|
119
119
|
"peerDependenciesMeta": {
|
|
@@ -122,14 +122,14 @@
|
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"@monaco-editor/react": "^4.
|
|
125
|
+
"@monaco-editor/react": "^4.7.0",
|
|
126
126
|
"@shikijs/monaco": "^2.1.0",
|
|
127
|
-
"i18next-browser-languagedetector": "^8.0.
|
|
127
|
+
"i18next-browser-languagedetector": "^8.0.4",
|
|
128
128
|
"lodash-es": "^4.17.21",
|
|
129
|
-
"mobx": "^6.13.
|
|
130
|
-
"mobx-react-lite": "^4.0
|
|
129
|
+
"mobx": "^6.13.6",
|
|
130
|
+
"mobx-react-lite": "^4.1.0",
|
|
131
131
|
"react-error-boundary": "^5.0.0",
|
|
132
|
-
"react-i18next": "^15.4.
|
|
132
|
+
"react-i18next": "^15.4.1",
|
|
133
133
|
"shiki": "^2.1.0"
|
|
134
134
|
}
|
|
135
135
|
}
|