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.4.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.4.0":
version: 2.4.0
resolution: "@voiceflow/dtos-interact@npm:2.4.0"
peerDependencies:
zod: ^3
checksum: 24866c5b249a6c7fc27eec6ba580b397ffd71ce5322d1257b3d1f8fc6671daad83621e714578459c165478271059fa703dbf3f4c397d133ca90533056921b1f0
zod: ^4
checksum: 986700c1050e34b16d2bea9cc7ff28b4d5f963342b38f3d5729ed1c5f6f6b9fa8317ec01d23531327bd664609e9f721b97aecb94d9970f1cd53d63c2e76ab17d
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.4.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