Skip to content

Commit

Permalink
fix: should only show preview for http(s) links
Browse files Browse the repository at this point in the history
fix #110
  • Loading branch information
pengx17 committed Jul 18, 2022
1 parent 7c82f29 commit 284de7b
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 137 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.6",
"link-preview-js": "^2.1.13",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"link-preview-js": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"swr": "^1.3.0",
"use-is-typing": "^1.0.3",
"valtio": "^1.6.1"
"valtio": "^1.6.2"
},
"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.14",
"@types/react-dom": "18.0.5",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "1.3.2",
"conventional-changelog-conventionalcommits": "5.0.0",
"semantic-release": "19.0.3",
"typescript": "4.6.4",
"typescript": "4.7.4",
"vite": "2.9.9",
"vite-plugin-logseq": "1.1.2",
"windicss": "3.5.4"
"windicss": "3.5.6"
},
"logseq": {
"id": "_pengx17-logseq-link-preview"
Expand Down
Loading

0 comments on commit 284de7b

Please sign in to comment.