Skip to content

Commit

Permalink
temp: Patch PortableText, update serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Feb 11, 2024
1 parent 8c2e365 commit cc761ad
Show file tree
Hide file tree
Showing 23 changed files with 775 additions and 132 deletions.
6 changes: 5 additions & 1 deletion svelte-app/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@
],
"rules": {
"@typescript-eslint/no-empty-function": ["off"],
"no-restricted-imports": ["off"]
"no-restricted-imports": ["off"],
// TODO: Remove once svelte-eslint is updated for v5/Runes
"svelte/invalid-options-attribute": ["off"],
"invalid-options-attribute": ["off"],
"no-undef": ["off"]
}
}
],
Expand Down
7 changes: 6 additions & 1 deletion svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@
"resolutions": {
"svelte": "5.0.0-next.51"
},
"type": "module"
"type": "module",
"pnpm": {
"patchedDependencies": {
"@portabletext/[email protected]": "patches/@[email protected]"
}
}
}
Loading

0 comments on commit cc761ad

Please sign in to comment.