Skip to content

Commit

Permalink
feat: open tabs via search menu
Browse files Browse the repository at this point in the history
fix #6
  • Loading branch information
pengx17 committed Jun 1, 2022
1 parent 129f052 commit f65bd53
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 216 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"immer": "^9.0.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-use": "^17.3.2"
"react-use": "^17.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react": "^1.3.2",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"semantic-release": "^19.0.2",
"typescript": "4.6.4",
"typescript": "4.7.2",
"vite": "2.9.9",
"vite-plugin-logseq": "^1.1.2",
"vite-plugin-windicss": "1.8.4",
"windicss": "3.5.3"
"windicss": "3.5.4"
},
"logseq": {
"id": "_pengx17-logseq-tabs"
Expand Down
Loading

0 comments on commit f65bd53

Please sign in to comment.