Skip to content

Commit

Permalink
fix: only show tabs when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 17, 2022
1 parent aef120c commit 061796f
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 188 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@logseq/libs": "^0.0.6",
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.12",
"immer": "^9.0.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-use": "^17.3.2"
Expand All @@ -22,21 +22,21 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"@vitejs/plugin-react": "^1.3.2",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"semantic-release": "^19.0.2",
"typescript": "4.6.4",
"vite": "2.9.8",
"vite": "2.9.9",
"vite-plugin-logseq": "^1.1.2",
"vite-plugin-windicss": "1.8.4",
"windicss": "3.5.1"
"windicss": "3.5.3"
},
"logseq": {
"id": "_pengx17-logseq-tabs"
Expand Down
Loading

0 comments on commit 061796f

Please sign in to comment.