Skip to content

Commit

Permalink
feat: allow the user set width/color in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 27, 2022
1 parent c6a8046 commit f52a48f
Show file tree
Hide file tree
Showing 7 changed files with 635 additions and 553 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.34"
"@logseq/libs": "^0.0.3"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "8.0.3",
"@types/node": "17.0.1",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"@semantic-release/npm": "9.0.1",
"@types/node": "17.0.29",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "8.5.0",
"semantic-release": "18.0.1",
"typescript": "4.5.4",
"vite": "2.7.9"
"eslint": "8.14.0",
"semantic-release": "19.0.2",
"typescript": "4.6.3",
"vite": "2.9.6",
"vite-plugin-logseq": "^1.1.2"
},
"logseq": {
"id": "_pengx17-logseq-bullet-threading",
Expand Down
Loading

0 comments on commit f52a48f

Please sign in to comment.