@frontify/fondue 12.0.0-beta.182 → 12.0.0-beta.183
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.183",
|
|
4
4
|
"description": "Design system of Frontify",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"@types/react-dom": "18.0.11",
|
|
90
90
|
"@types/react-is": "17.0.3",
|
|
91
91
|
"@types/tinycolor2": "1.4.3",
|
|
92
|
+
"@udecode/plate": "19.6.0",
|
|
92
93
|
"autoprefixer": "10.4.13",
|
|
93
94
|
"chalk": "5.1.2",
|
|
94
95
|
"concat": "1.0.3",
|
|
@@ -121,7 +122,6 @@
|
|
|
121
122
|
"tailwindcss": "3.3.1",
|
|
122
123
|
"ts-node": "10.9.1",
|
|
123
124
|
"typescript": "5.0.4",
|
|
124
|
-
"@udecode/plate": "19.6.0",
|
|
125
125
|
"vite": "4.1.1",
|
|
126
126
|
"vite-plugin-dts": "2.2.0",
|
|
127
127
|
"vite-plugin-eslint": "1.8.1"
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
},
|
|
194
194
|
"peerDependencies": {
|
|
195
195
|
"@udecode/plate": "^19",
|
|
196
|
-
"framer-motion": "^
|
|
196
|
+
"framer-motion": "^10",
|
|
197
197
|
"react": "^17 || ^18",
|
|
198
198
|
"react-dom": "^17 || ^18"
|
|
199
199
|
}
|