@producteca/producteca-ui-kit 1.63.6 → 1.64.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": "@producteca/producteca-ui-kit",
3
- "version": "1.63.6",
3
+ "version": "1.64.0",
4
4
  "type": "module",
5
5
  "main": "./dist/producteca-ui-kit.umd.js",
6
6
  "types": "./dist/index.d.ts",
@@ -42,9 +42,6 @@
42
42
  "@dnd-kit/core": "^6.3.1",
43
43
  "@dnd-kit/sortable": "^10.0.0",
44
44
  "@dnd-kit/utilities": "^3.2.2",
45
- "bluebird": "^3.7.2",
46
- "react": "^18.2.0",
47
- "react-dom": "^18.2.0",
48
45
  "react-pro-sidebar": "^1.1.0",
49
46
  "react-select": "^5.8.3"
50
47
  },
@@ -65,9 +62,9 @@
65
62
  "@chromatic-com/storybook": "^5.0.0",
66
63
  "@emotion/react": "^11.14.0",
67
64
  "@emotion/styled": "^11.14.1",
68
- "@mui/icons-material": "^6.4.0",
69
- "@mui/material": "^6.4.0",
70
- "@mui/x-date-pickers": "^7.0.0",
65
+ "@mui/icons-material": "^9.0.1",
66
+ "@mui/material": "^9.0.1",
67
+ "@mui/x-date-pickers": "^9.3.0",
71
68
  "@producteca/linterteca": "^1.3.2",
72
69
  "@radix-ui/react-popover": "^1.0.7",
73
70
  "@rollup/plugin-babel": "^6.0.4",
@@ -105,7 +102,9 @@
105
102
  "postcss-custom-properties": "^14.0.6",
106
103
  "prettier": "3.0.1",
107
104
  "prop-types": "15.8.1",
105
+ "react": "^18.2.0",
108
106
  "react-day-picker": "^9.4.0",
107
+ "react-dom": "^18.2.0",
109
108
  "react-i18next": "^14.1.2",
110
109
  "sass": "^1.77.4",
111
110
  "storybook": "^10.2.1",
@@ -122,12 +121,14 @@
122
121
  "peerDependencies": {
123
122
  "@emotion/react": "^11.14.0",
124
123
  "@emotion/styled": "^11.14.0",
125
- "@mui/icons-material": "^6.4.0",
126
- "@mui/material": "^6.4.0",
127
- "@mui/x-date-pickers": "^7.0.0",
124
+ "@mui/icons-material": "^9.0.1",
125
+ "@mui/material": "^9.0.1",
126
+ "@mui/x-date-pickers": "^9.3.0",
128
127
  "@radix-ui/react-popover": "^1.0.7",
129
128
  "dayjs": "^1.11.13",
130
- "react-day-picker": "^9.4.0"
129
+ "react": "^18.2.0",
130
+ "react-day-picker": "^9.4.0",
131
+ "react-dom": "^18.2.0"
131
132
  },
132
133
  "trustedDependencies": [
133
134
  "@parcel/watcher",