Skip to content

Commit

Permalink
feat: allow use shift+cmd+click to open and visit new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Sep 26, 2021
1 parent 820c0c3 commit 7ea20ad
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 260 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.26",
"@logseq/libs": "^0.0.1-alpha.29",
"eslint-plugin-react-hooks": "^4.2.0",
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.5",
"immer": "^9.0.6",
"keyboardjs": "^2.6.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.2.4"
"react-use": "^17.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
Expand All @@ -25,12 +25,12 @@
"@semantic-release/npm": "7.1.3",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-react-refresh": "1.3.6",
"conventional-changelog-conventionalcommits": "4.6.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.26.0",
"typescript": "4.4.2",
"vite": "2.5.1",
"vite-plugin-windicss": "1.3.0",
Expand Down
Loading

0 comments on commit 7ea20ad

Please sign in to comment.