Skip to content

Commit

Permalink
fix: filter out empty blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 19, 2022
1 parent 6ee2190 commit c31c14a
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 700 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@logseq/libs": "0.0.1-alpha.35",
"@types/uuid": "^8.3.4",
"date-fns": "^2.28.0",
"react": "^17.0.2",
"react": "^18.0.0",
"react-calendar-heatmap": "^1.8.1",
"react-dom": "^17.0.2",
"react-dom": "^18.0.0",
"react-tooltip": "^4.2.21",
"react-use": "^17.3.2"
},
Expand All @@ -22,13 +22,13 @@
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/node": "17.0.23",
"@types/react": "17.0.44",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-calendar-heatmap": "1.6.3",
"@types/react-dom": "17.0.15",
"@types/react-dom": "18.0.1",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@vitejs/plugin-react": "^1.2.0",
"@vitejs/plugin-react": "^1.3.1",
"@vitejs/plugin-react-refresh": "1.3.6",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "8.13.0",
Expand All @@ -37,7 +37,7 @@
"semantic-release": "19.0.2",
"typescript": "4.6.3",
"vite": "2.9.5",
"vite-plugin-logseq": "^1.1.1",
"vite-plugin-logseq": "^1.1.2",
"vite-plugin-windicss": "1.8.4",
"windicss": "3.5.1"
},
Expand Down
Loading

0 comments on commit c31c14a

Please sign in to comment.