Skip to content

Commit cc761ad

Browse files
committed
temp: Patch PortableText, update serializers
1 parent 8c2e365 commit cc761ad

23 files changed

+775
-132
lines changed

svelte-app/.eslintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@
136136
],
137137
"rules": {
138138
"@typescript-eslint/no-empty-function": ["off"],
139-
"no-restricted-imports": ["off"]
139+
"no-restricted-imports": ["off"],
140+
// TODO: Remove once svelte-eslint is updated for v5/Runes
141+
"svelte/invalid-options-attribute": ["off"],
142+
"invalid-options-attribute": ["off"],
143+
"no-undef": ["off"]
140144
}
141145
}
142146
],

svelte-app/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,10 @@
6767
"resolutions": {
6868
"svelte": "5.0.0-next.51"
6969
},
70-
"type": "module"
70+
"type": "module",
71+
"pnpm": {
72+
"patchedDependencies": {
73+
"@portabletext/[email protected]": "patches/@[email protected]"
74+
}
75+
}
7176
}

0 commit comments

Comments
 (0)