fix: slate react version (#3940)

* fix: slate react version

* fix: add slate-dom package
This commit is contained in:
Faisal Amir 2024-11-04 12:46:42 +07:00 committed by GitHub
parent de454381ab
commit a221fdf09e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,8 +52,9 @@
"uuid": "^9.0.1",
"zod": "^3.22.4",
"slate": "latest",
"slate-react": "latest",
"slate-history": "latest"
"slate-dom": "0.111.0",
"slate-react": "0.110.3",
"slate-history": "0.110.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.1",