Skip to content

Commit 5f59679

Browse files
committed
update deps; new ver
1 parent 5ef0109 commit 5f59679

File tree

3 files changed

+388
-69
lines changed

3 files changed

+388
-69
lines changed

CHANGELOG.pod6

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
33
=head1 Upcoming
44
5+
=head1 0.2.8
6+
7+
=item improve C<description> header
8+
=item fix rss generation
9+
510
=head1 0.2.7
611
712
=item fix styles

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "podlite-web",
33
"description": "📖 Create static websites with Next.js and the Podlite markup language.",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"private": true,
66
"funding": {
77
"type": "opencollective",
@@ -32,14 +32,15 @@
3232
"fs-extra": "^11.2.0",
3333
"next": "12.0.10",
3434
"react": "17.0.2",
35-
"react-dom": "17.0.2"
35+
"react-dom": "17.0.2",
36+
"tsx": "4.19.4"
3637
},
3738
"devDependencies": {
38-
"@podlite/editor-react": "^0.0.34",
39-
"@podlite/markdown": "^0.0.21",
40-
"@podlite/publisher": "^0.0.9",
41-
"@podlite/schema": "^0.0.28",
42-
"@podlite/to-jsx": "^0.0.32",
39+
"@podlite/editor-react": "^0.0.35",
40+
"@podlite/markdown": "^0.0.22",
41+
"@podlite/publisher": "^0.0.10",
42+
"@podlite/schema": "^0.0.29",
43+
"@podlite/to-jsx": "^0.0.33",
4344
"@rollup/plugin-commonjs": "^26.0.1",
4445
"@rollup/plugin-json": "^6.1.0",
4546
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -63,7 +64,7 @@
6364
"next-optimized-images": "^2.6.2",
6465
"nodemon": "^2.0.16",
6566
"pagefind": "^1.1.1",
66-
"podlite": "^0.0.41",
67+
"podlite": "^0.0.42",
6768
"prettier": "^2.5.1",
6869
"react-modal": "^3.14.4",
6970
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)