demio-ui 5.0.3 → 5.0.6

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": "demio-ui",
3
- "version": "5.0.3",
3
+ "version": "5.0.6",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -82,8 +82,6 @@
82
82
  "@radix-ui/react-switch": "^1.2.5",
83
83
  "@radix-ui/react-tabs": "^1.1.12",
84
84
  "@radix-ui/react-tooltip": "^1.2.7",
85
- "@storybook/preset-react-webpack": "^9.0.18",
86
- "@storybook/react-webpack5": "^9.0.18",
87
85
  "classnames": "^2.5.1",
88
86
  "react-easy-crop": "^5.5.0",
89
87
  "react-select": "^5.10.2"
@@ -93,33 +91,36 @@
93
91
  "@babel/preset-env": "^7.28.0",
94
92
  "@babel/preset-react": "^7.27.1",
95
93
  "@babel/preset-typescript": "^7.27.1",
96
- "@chromatic-com/storybook": "^4.0.1",
94
+ "@chromatic-com/storybook": "^4.1.0",
97
95
  "@rollup/plugin-commonjs": "^28.0.6",
98
96
  "@rollup/plugin-node-resolve": "^16.0.1",
99
97
  "@rollup/plugin-terser": "^0.4.4",
100
98
  "@rollup/plugin-typescript": "^12.1.4",
101
- "@storybook/addon-a11y": "^9.0.18",
102
- "@storybook/addon-docs": "^9.0.18",
103
- "@storybook/addon-links": "^9.0.18",
99
+ "@storybook/addon-a11y": "^9.1.0",
100
+ "@storybook/addon-docs": "^9.1.0",
101
+ "@storybook/addon-links": "^9.1.0",
104
102
  "@storybook/addon-styling-webpack": "^2.0.0",
105
103
  "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
106
- "@storybook/cli": "^9.0.18",
104
+ "@storybook/cli": "^9.1.0",
105
+ "@storybook/preset-react-webpack": "^9.1.0",
106
+ "@storybook/react-webpack5": "^9.1.0",
107
107
  "@svgr/rollup": "^8.1.0",
108
108
  "@svgr/webpack": "^8.1.0",
109
109
  "@testing-library/jest-dom": "^6.6.4",
110
110
  "@testing-library/react": "^16.3.0",
111
- "@testing-library/user-event": "^14.5.2",
111
+ "@testing-library/user-event": "^14.6.1",
112
112
  "@types/jest": "^30.0.0",
113
- "@types/react": "^18.2.46",
113
+ "@types/react": "^18.3.23",
114
+ "@types/react-dom": "^18.3.7",
114
115
  "@typescript-eslint/eslint-plugin": "^8.38.0",
115
116
  "@typescript-eslint/parser": "^8.38.0",
116
117
  "babel-loader": "^10.0.0",
117
- "chromatic": "^13.1.2",
118
+ "chromatic": "^13.1.3",
118
119
  "css-loader": "^7.1.2",
119
120
  "eslint": "^9.32.0",
120
121
  "eslint-plugin-prettier": "^5.5.3",
121
- "eslint-plugin-simple-import-sort": "^12.0.0",
122
- "eslint-plugin-storybook": "^9.0.18",
122
+ "eslint-plugin-simple-import-sort": "^12.1.1",
123
+ "eslint-plugin-storybook": "^9.1.0",
123
124
  "file-loader": "^6.2.0",
124
125
  "husky": "^9.1.7",
125
126
  "identity-obj-proxy": "^3.0.0",
@@ -138,13 +139,13 @@
138
139
  "rollup-plugin-peer-deps-external": "^2.2.4",
139
140
  "rollup-plugin-postcss": "^4.0.2",
140
141
  "rollup-plugin-visualizer": "^6.0.3",
141
- "storybook": "^9.0.18",
142
+ "storybook": "^9.1.0",
142
143
  "storybook-css-modules": "^1.0.8",
143
144
  "stylelint": "^16.23.0",
144
145
  "stylelint-config-standard": "^39.0.0",
145
146
  "ts-node": "^10.9.2",
146
- "tsconfig-paths-webpack-plugin": "^4.1.0",
147
- "tslib": "^2.6.2",
147
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
148
+ "tslib": "^2.8.1",
148
149
  "typescript": "^5.8.3"
149
150
  },
150
151
  "peerDependencies": {