demio-ui 4.0.13 → 5.0.0

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": "4.0.13",
3
+ "version": "5.0.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,91 +68,84 @@
68
68
  ]
69
69
  },
70
70
  "dependencies": {
71
- "@radix-ui/react-alert-dialog": "^1.0.5",
72
- "@radix-ui/react-avatar": "^1.0.4",
73
- "@radix-ui/react-checkbox": "^1.0.4",
74
- "@radix-ui/react-dialog": "^1.1.6",
75
- "@radix-ui/react-dropdown-menu": "^2.0.6",
76
- "@radix-ui/react-label": "^2.0.2",
77
- "@radix-ui/react-popover": "^1.0.7",
78
- "@radix-ui/react-progress": "^1.0.3",
79
- "@radix-ui/react-radio-group": "^1.1.3",
80
- "@radix-ui/react-select": "^2.0.0",
81
- "@radix-ui/react-slider": "^1.2.3",
82
- "@radix-ui/react-switch": "^1.0.3",
83
- "@radix-ui/react-tabs": "^1.0.4",
84
- "@radix-ui/react-tooltip": "^1.0.7",
85
- "@storybook/preset-react-webpack": "^8.6.10",
86
- "@storybook/react": "^8.6.10",
87
- "@storybook/react-webpack5": "^8.6.10",
71
+ "@radix-ui/react-alert-dialog": "^1.1.14",
72
+ "@radix-ui/react-avatar": "^1.1.10",
73
+ "@radix-ui/react-checkbox": "^1.3.2",
74
+ "@radix-ui/react-dialog": "^1.1.14",
75
+ "@radix-ui/react-dropdown-menu": "^2.1.15",
76
+ "@radix-ui/react-label": "^2.1.7",
77
+ "@radix-ui/react-popover": "^1.1.14",
78
+ "@radix-ui/react-progress": "^1.1.7",
79
+ "@radix-ui/react-radio-group": "^1.3.7",
80
+ "@radix-ui/react-select": "^2.2.5",
81
+ "@radix-ui/react-slider": "^1.3.5",
82
+ "@radix-ui/react-switch": "^1.2.5",
83
+ "@radix-ui/react-tabs": "^1.1.12",
84
+ "@radix-ui/react-tooltip": "^1.2.7",
85
+ "@storybook/preset-react-webpack": "^9.0.18",
86
+ "@storybook/react-webpack5": "^9.0.18",
88
87
  "classnames": "^2.5.1",
89
- "react-easy-crop": "^5.0.8",
90
- "react-select": "^5.8.0"
88
+ "react-easy-crop": "^5.5.0",
89
+ "react-select": "^5.10.2"
91
90
  },
92
91
  "devDependencies": {
93
- "@babel/core": "^7.23.7",
94
- "@babel/preset-env": "^7.23.7",
95
- "@babel/preset-react": "^7.23.3",
96
- "@babel/preset-typescript": "^7.23.3",
97
- "@chromatic-com/storybook": "^3.2.2",
98
- "@rollup/plugin-commonjs": "^25.0.7",
99
- "@rollup/plugin-node-resolve": "^15.2.3",
92
+ "@babel/core": "^7.28.0",
93
+ "@babel/preset-env": "^7.28.0",
94
+ "@babel/preset-react": "^7.27.1",
95
+ "@babel/preset-typescript": "^7.27.1",
96
+ "@chromatic-com/storybook": "^4.0.1",
97
+ "@rollup/plugin-commonjs": "^28.0.6",
98
+ "@rollup/plugin-node-resolve": "^16.0.1",
100
99
  "@rollup/plugin-terser": "^0.4.4",
101
- "@rollup/plugin-typescript": "^11.1.5",
102
- "@storybook/addon-a11y": "^8.6.10",
103
- "@storybook/addon-actions": "^8.6.10",
104
- "@storybook/addon-essentials": "^8.6.10",
105
- "@storybook/addon-interactions": "^8.6.10",
106
- "@storybook/addon-links": "^8.6.10",
107
- "@storybook/addon-mdx-gfm": "^8.6.10",
108
- "@storybook/addon-styling-webpack": "^1.0.1",
109
- "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
110
- "@storybook/cli": "^8.6.10",
111
- "@storybook/manager-api": "^8.6.10",
112
- "@storybook/test": "^8.6.10",
113
- "@storybook/theming": "^8.6.10",
100
+ "@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",
104
+ "@storybook/addon-styling-webpack": "^2.0.0",
105
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
106
+ "@storybook/cli": "^9.0.18",
114
107
  "@svgr/rollup": "^8.1.0",
115
108
  "@svgr/webpack": "^8.1.0",
116
- "@testing-library/jest-dom": "^6.1.6",
117
- "@testing-library/react": "^14.1.2",
109
+ "@testing-library/jest-dom": "^6.6.4",
110
+ "@testing-library/react": "^16.3.0",
118
111
  "@testing-library/user-event": "^14.5.2",
119
- "@types/jest": "^29.5.14",
112
+ "@types/jest": "^30.0.0",
120
113
  "@types/react": "^18.2.46",
121
- "@typescript-eslint/eslint-plugin": "^6.17.0",
122
- "@typescript-eslint/parser": "^6.17.0",
123
- "babel-loader": "^9.1.3",
124
- "chromatic": "^11.18.1",
114
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
115
+ "@typescript-eslint/parser": "^8.38.0",
116
+ "babel-loader": "^10.0.0",
117
+ "chromatic": "^13.1.2",
125
118
  "css-loader": "^7.1.2",
126
- "eslint": "^8.56.0",
127
- "eslint-plugin-prettier": "^5.1.2",
119
+ "eslint": "^9.32.0",
120
+ "eslint-plugin-prettier": "^5.5.3",
128
121
  "eslint-plugin-simple-import-sort": "^12.0.0",
129
- "eslint-plugin-storybook": "^0.12.0",
122
+ "eslint-plugin-storybook": "^9.0.18",
130
123
  "file-loader": "^6.2.0",
131
- "husky": "^8.0.3",
124
+ "husky": "^9.1.7",
132
125
  "identity-obj-proxy": "^3.0.0",
133
- "jest": "^29.7.0",
126
+ "jest": "^30.0.5",
134
127
  "jest-environment-jsdom": "^29.7.0",
135
- "lint-staged": "^15.2.0",
136
- "postcss-import": "^16.0.0",
137
- "prettier": "^3.3.3",
138
- "pretty-quick": "^4.0.0",
128
+ "lint-staged": "^16.1.2",
129
+ "postcss-import": "^16.1.1",
130
+ "prettier": "^3.6.2",
131
+ "pretty-quick": "^4.2.2",
139
132
  "react": "^18.2.0",
140
- "react-docgen-typescript": "^2.2.2",
133
+ "react-docgen-typescript": "^2.4.0",
141
134
  "react-dom": "^18.2.0",
142
135
  "resize-observer-polyfill": "^1.5.1",
143
- "rollup": "^4.9.2",
144
- "rollup-plugin-dts": "^6.1.0",
136
+ "rollup": "^4.46.2",
137
+ "rollup-plugin-dts": "^6.2.1",
145
138
  "rollup-plugin-peer-deps-external": "^2.2.4",
146
139
  "rollup-plugin-postcss": "^4.0.2",
147
140
  "rollup-plugin-visualizer": "^6.0.3",
148
- "storybook": "^8.6.10",
141
+ "storybook": "^9.0.18",
149
142
  "storybook-css-modules": "^1.0.8",
150
- "stylelint": "^16.1.0",
151
- "stylelint-config-standard": "^36.0.0",
143
+ "stylelint": "^16.23.0",
144
+ "stylelint-config-standard": "^39.0.0",
152
145
  "ts-node": "^10.9.2",
153
146
  "tsconfig-paths-webpack-plugin": "^4.1.0",
154
147
  "tslib": "^2.6.2",
155
- "typescript": "^5.5.4"
148
+ "typescript": "^5.8.3"
156
149
  },
157
150
  "peerDependencies": {
158
151
  "react": "^18.2.0",