Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/slate-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
},
"devDependencies": {
"@types/react": "18.2.4",
"@voiceflow/dtos-interact": "1.17.1",
"@voiceflow/dtos-interact": "2.12.0",
"csstype": "3.2.3",
"react": "18.2.0",
"slate": "0.94.1",
"zod": "3.22.4"
},
"peerDependencies": {
"@voiceflow/dtos-interact": "^1.17.1",
"@voiceflow/dtos-interact": "^1.17.1 || ^2.0.0",
"csstype": "^3.2.3",
"react": "^17.0.2",
"slate": "^0.72.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2008,12 +2008,12 @@ __metadata:
languageName: unknown
linkType: soft

"@voiceflow/dtos-interact@npm:1.17.1":
version: 1.17.1
resolution: "@voiceflow/dtos-interact@npm:1.17.1"
"@voiceflow/dtos-interact@npm:2.12.0":
version: 2.12.0
resolution: "@voiceflow/dtos-interact@npm:2.12.0"
peerDependencies:
zod: ^3
checksum: 24866c5b249a6c7fc27eec6ba580b397ffd71ce5322d1257b3d1f8fc6671daad83621e714578459c165478271059fa703dbf3f4c397d133ca90533056921b1f0
zod: ^4
checksum: 7c5caaa02b1a47837815abe216c6a25217390f959c19740f0a8c279d3bc4e5262fb4b8751a6f1c1c098183b4aed80b454549ea74f2120ba2b2fd424195027355
languageName: node
linkType: hard

Expand Down Expand Up @@ -2134,13 +2134,13 @@ __metadata:
resolution: "@voiceflow/slate-serializer@workspace:libs/slate-serializer"
dependencies:
"@types/react": 18.2.4
"@voiceflow/dtos-interact": 1.17.1
"@voiceflow/dtos-interact": 2.12.0
csstype: 3.2.3
react: 18.2.0
slate: 0.94.1
zod: 3.22.4
peerDependencies:
"@voiceflow/dtos-interact": ^1.17.1
"@voiceflow/dtos-interact": ^1.17.1 || ^2.0.0
csstype: ^3.2.3
react: ^17.0.2
slate: ^0.72.3
Expand Down
Loading