Skip to content

Commit

Permalink
fix: show block content in tab
Browse files Browse the repository at this point in the history
fix #16
  • Loading branch information
pengx17 committed Feb 17, 2022
1 parent 24d9445 commit 9239369
Show file tree
Hide file tree
Showing 4 changed files with 679 additions and 603 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.32",
"@logseq/libs": "^0.0.1-alpha.34",
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.7",
"immer": "^9.0.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.1"
"react-use": "^17.3.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "8.0.3",
"@types/react": "17.0.37",
"@semantic-release/npm": "9.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@vitejs/plugin-react": "^1.1.0",
"conventional-changelog-conventionalcommits": "4.6.1",
"eslint": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react": "^1.2.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"semantic-release": "^18.0.1",
"typescript": "4.5.2",
"vite": "2.6.14",
"vite-plugin-windicss": "1.5.3",
"windicss": "3.2.1"
"semantic-release": "^19.0.2",
"typescript": "4.5.5",
"vite": "2.8.3",
"vite-plugin-windicss": "1.7.0",
"windicss": "3.4.3"
},
"logseq": {
"id": "_pengx17-logseq-tabs"
Expand Down
Loading

0 comments on commit 9239369

Please sign in to comment.