@wandelbots/wandelbots-js-react-components 2.0.2 → 2.0.3-pr.feat-wbjs-peer-dependency.189.7d30076

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.0.2",
3
+ "version": "2.0.3-pr.feat-wbjs-peer-dependency.189.7d30076",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -48,21 +48,22 @@
48
48
  "devDependencies": {
49
49
  "@emotion/react": "^11.13.3",
50
50
  "@emotion/styled": "^11.13.0",
51
- "@mui/icons-material": "^6.4.0",
51
+ "@mui/icons-material": "^6.4.1",
52
52
  "@mui/material": "^6.4.0",
53
53
  "@rollup/plugin-commonjs": "^28.0.1",
54
54
  "@rollup/plugin-json": "^6.1.0",
55
55
  "@rollup/plugin-node-resolve": "^15.3.0",
56
56
  "@rollup/plugin-terser": "^0.4.4",
57
- "@rollup/plugin-typescript": "^12.1.1",
57
+ "@rollup/plugin-typescript": "^12.1.2",
58
58
  "@storybook/addon-docs": "^8.4.2",
59
59
  "@storybook/addon-essentials": "^8.4.2",
60
60
  "@storybook/addon-interactions": "^8.4.2",
61
61
  "@storybook/blocks": "^8.4.2",
62
- "@storybook/react": "^8.4.2",
62
+ "@storybook/react": "^8.5.1",
63
+ "@storybook/csf-tools": "^8.5.1",
63
64
  "@storybook/react-vite": "^8.4.2",
64
- "@storybook/test": "^8.4.2",
65
- "@storybook/test-runner": "^0.19.1",
65
+ "@storybook/test": "^8.5.1",
66
+ "@storybook/test-runner": "^0.21.0",
66
67
  "@storybook/types": "^8.4.2",
67
68
  "@svgr/rollup": "^8.1.0",
68
69
  "@types/lodash-es": "^4.17.12",
@@ -70,7 +71,7 @@
70
71
  "@types/three": "^0.172.0",
71
72
  "@vitejs/plugin-react": "^4.3.3",
72
73
  "add": "^2.0.6",
73
- "glob": "^11.0.0",
74
+ "glob": "^11.0.1",
74
75
  "http-server": "^14.1.1",
75
76
  "husky": "^9.1.7",
76
77
  "jest-simple-dot-reporter": "^1.0.5",
@@ -95,12 +96,14 @@
95
96
  "ts-dedent": "^2.2.0",
96
97
  "typescript": "^5.7.3",
97
98
  "unplugin": "^1.15.0",
98
- "vite": "^5.4.10",
99
+ "vite": "^5.0.0",
99
100
  "vite-plugin-svgr": "^4.3.0",
100
- "vitest": "^2.1.4",
101
- "wait-on": "^8.0.1"
101
+ "vitest": "^3.0.4",
102
+ "wait-on": "^8.0.1",
103
+ "@wandelbots/wandelbots-js": "^1.12.0"
102
104
  },
103
105
  "peerDependencies": {
106
+ "@wandelbots/wandelbots-js": "^1.12.0",
104
107
  "@emotion/react": "^11.11.1",
105
108
  "@emotion/styled": "^11.11.0",
106
109
  "@mui/icons-material": "^6",
@@ -120,14 +123,13 @@
120
123
  },
121
124
  "dependencies": {
122
125
  "@monaco-editor/react": "^4.6.0",
123
- "@shikijs/monaco": "^1.22.2",
124
- "@wandelbots/wandelbots-js": "^1.12.0",
126
+ "@shikijs/monaco": "^2.1.0",
125
127
  "i18next-browser-languagedetector": "^8.0.0",
126
128
  "lodash-es": "^4.17.21",
127
129
  "mobx": "^6.13.5",
128
130
  "mobx-react-lite": "^4.0.7",
129
131
  "react-error-boundary": "^5.0.0",
130
132
  "react-i18next": "^15.1.0",
131
- "shiki": "^1.22.2"
133
+ "shiki": "^2.1.0"
132
134
  }
133
135
  }