Skip to content

Commit 1a4c1ea

Browse files
committed
fix import issue with @portabletext/to-html
downgrade back to 2.0.0
1 parent 0aed873 commit 1a4c1ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/content/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"main": "index.js",
77
"typesVersions": {
88
"*": {
9-
"*": ["types/*"]
9+
"*": [
10+
"types/*"
11+
]
1012
}
1113
},
1214
"bin": "index.js",
@@ -33,7 +35,7 @@
3335
"homepage": "https://github.com/bluecadet/launchpad/packages/content",
3436
"dependencies": {
3537
"@bluecadet/launchpad-utils": "~1.4.0",
36-
"@portabletext/to-html": "^2.0.3",
38+
"@portabletext/to-html": "2.0.0",
3739
"@sanity/block-content-to-markdown": "^0.0.5",
3840
"@sanity/client": "^6.4.9",
3941
"@sanity/image-url": "^1.0.1",

0 commit comments

Comments
 (0)