demio-ui 5.3.1 → 5.3.3

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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "5.3.1",
3
+ "version": "5.3.3",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -97,14 +97,15 @@
97
97
  "@rollup/plugin-node-resolve": "^16.0.3",
98
98
  "@rollup/plugin-terser": "^1.0.0",
99
99
  "@rollup/plugin-typescript": "^12.3.0",
100
- "@storybook/addon-a11y": "^10.3.3",
101
- "@storybook/addon-docs": "^10.3.3",
102
- "@storybook/addon-links": "^10.3.3",
103
- "@storybook/addon-styling-webpack": "^3.0.1",
104
- "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
105
- "@storybook/cli": "^10.3.3",
106
- "@storybook/preset-react-webpack": "^10.3.3",
107
- "@storybook/react-webpack5": "^10.3.3",
100
+ "@storybook/addon-a11y": "^10.3.5",
101
+ "@storybook/addon-docs": "^10.3.5",
102
+ "@storybook/addon-links": "^10.3.5",
103
+ "@storybook/addon-mcp": "^0.5.0",
104
+ "@storybook/addon-styling-webpack": "^3.0.2",
105
+ "@storybook/addon-webpack5-compiler-babel": "^4.0.1",
106
+ "@storybook/cli": "^10.3.5",
107
+ "@storybook/preset-react-webpack": "^10.3.5",
108
+ "@storybook/react-webpack5": "^10.3.5",
108
109
  "@svgr/rollup": "^8.1.0",
109
110
  "@svgr/webpack": "^8.1.0",
110
111
  "@testing-library/jest-dom": "^6.9.1",
@@ -140,7 +141,7 @@
140
141
  "rollup-plugin-peer-deps-external": "^2.2.4",
141
142
  "rollup-plugin-postcss": "^4.0.2",
142
143
  "rollup-plugin-visualizer": "^6.0.11",
143
- "storybook": "^10.3.3",
144
+ "storybook": "^10.3.5",
144
145
  "stylelint": "^17.5.0",
145
146
  "stylelint-config-standard": "^40.0.0",
146
147
  "ts-node": "^10.9.2",
@@ -152,7 +153,7 @@
152
153
  "@rollup/rollup-linux-x64-gnu": "^4.60.0"
153
154
  },
154
155
  "peerDependencies": {
155
- "react": "^18.2.0",
156
- "react-dom": "^18.2.0"
156
+ "react": "^19.1.0",
157
+ "react-dom": "^19.1.0"
157
158
  }
158
159
  }