Skip to content

Commit

Permalink
fix: missing export LIST_NEST_MODE_HTML
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
theisel committed Feb 2, 2023
1 parent 96aae08 commit dab66b0
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 99 deletions.
12 changes: 12 additions & 0 deletions .changeset/pink-trainers-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"astro-portabletext": minor
---

#22 / missing export LIST_NEST_MODE_HTML

Updated dependencies to fix the issue. Thanks @TaraBryn.

| Package | From | To |
|--- |--- |--- |
| @portabletext/toolkit | 1.0.6 | 2.0.1 |
| @portabletext/types | 2.0.0 | 2.0.2 |
6 changes: 3 additions & 3 deletions astro-portabletext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"test": "pnpm test:ci"
},
"dependencies": {
"@portabletext/toolkit": "^1.0.6",
"@portabletext/types": "^2.0.0"
"@portabletext/toolkit": "^2.0.1",
"@portabletext/types": "^2.0.2"
},
"devDependencies": {
"cheerio": "1.0.0-rc.12",
"tsm": "^2.2.2",
"tsm": "^2.3.0",
"uvu": "^0.5.6"
}
}
1 change: 1 addition & 0 deletions astro-portabletext/test/components/fixture/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
Loading

0 comments on commit dab66b0

Please sign in to comment.