@useloops/design-system 1.4.84 → 1.4.85

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": "@useloops/design-system",
3
- "version": "1.4.84",
3
+ "version": "1.4.85",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -118,6 +118,12 @@
118
118
  "plugin:storybook/recommended"
119
119
  ]
120
120
  },
121
+ "overrides": {
122
+ "mui-tiptap": {
123
+ "@mui/icons-material": "5.16.14",
124
+ "@mui/material": "5.16.14"
125
+ }
126
+ },
121
127
  "dependencies": {
122
128
  "@emotion/react": "^11.11.0",
123
129
  "@zxcvbn-ts/core": "^3.0.4",
@@ -139,7 +145,7 @@
139
145
  "@dnd-kit/utilities": "^3.2.2",
140
146
  "@gsap/react": "^2.1.1",
141
147
  "gsap": "^3.12.5",
142
- "mui-tiptap": "1.4.0",
148
+ "mui-tiptap": "1.10.0",
143
149
  "@farscrl/tiptap-extension-spellchecker": "^1.0.6",
144
150
  "tiptap-markdown": "^0.8.10",
145
151
  "@tiptap/starter-kit": "^2.11.2",