diff --git a/templates/plate-playground-template/package.json b/templates/plate-playground-template/package.json index 43eab5ab44..a165c119dd 100644 --- a/templates/plate-playground-template/package.json +++ b/templates/plate-playground-template/package.json @@ -82,6 +82,7 @@ "react-tweet": "^3.2.0", "slate": "0.101.5", "slate-history": "0.100.0", + "slate-hyperscript": "0.100.0", "slate-react": "0.101.6", "tailwind-merge": "2.2.1", "tailwindcss-animate": "1.0.7" diff --git a/templates/plate-playground-template/pnpm-lock.yaml b/templates/plate-playground-template/pnpm-lock.yaml index 79d3cc60aa..7d6b3c221a 100644 --- a/templates/plate-playground-template/pnpm-lock.yaml +++ b/templates/plate-playground-template/pnpm-lock.yaml @@ -215,6 +215,9 @@ dependencies: slate-history: specifier: 0.100.0 version: 0.100.0(slate@0.101.5) + slate-hyperscript: + specifier: 0.100.0 + version: 0.100.0(slate@0.101.5) slate-react: specifier: 0.101.6 version: 0.101.6(react-dom@18.2.0)(react@18.2.0)(slate@0.101.5) diff --git a/templates/plate-template/package.json b/templates/plate-template/package.json index 716c8afc40..2f382e8013 100644 --- a/templates/plate-template/package.json +++ b/templates/plate-template/package.json @@ -27,6 +27,7 @@ "react-dom": "^18.2.0", "slate": "0.101.5", "slate-history": "0.100.0", + "slate-hyperscript": "0.100.0", "slate-react": "0.101.6", "tailwind-merge": "2.2.1", "tailwindcss-animate": "1.0.7" diff --git a/templates/plate-template/pnpm-lock.yaml b/templates/plate-template/pnpm-lock.yaml index 0411ddaceb..6fb9fcf736 100644 --- a/templates/plate-template/pnpm-lock.yaml +++ b/templates/plate-template/pnpm-lock.yaml @@ -50,6 +50,9 @@ dependencies: slate-history: specifier: 0.100.0 version: 0.100.0(slate@0.101.5) + slate-hyperscript: + specifier: 0.100.0 + version: 0.100.0(slate@0.101.5) slate-react: specifier: 0.101.6 version: 0.101.6(react-dom@18.2.0)(react@18.2.0)(slate@0.101.5)