Skip to content

Commit

Permalink
fix: cursor blink issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Mar 11, 2022
1 parent 193b187 commit 0947f31
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 261 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.34",
"@logseq/libs": "^0.0.1-alpha.35",
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.12",
"react": "^17.0.2",
Expand All @@ -21,21 +21,21 @@
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@semantic-release/npm": "9.0.1",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react": "^1.2.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.28.0",
"eslint": "^8.10.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"semantic-release": "^19.0.2",
"typescript": "4.5.5",
"vite": "2.8.3",
"vite-plugin-windicss": "1.7.0",
"windicss": "3.4.3"
"typescript": "4.6.2",
"vite": "2.8.6",
"vite-plugin-windicss": "1.8.3",
"windicss": "3.5.1"
},
"logseq": {
"id": "_pengx17-logseq-tabs"
Expand Down

0 comments on commit 0947f31

Please sign in to comment.