Skip to content

Commit

Permalink
feat(icon-font): add Tabler support
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Mar 4, 2023
1 parent cb23576 commit 3d2172f
Show file tree
Hide file tree
Showing 18 changed files with 409 additions and 314 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
},
"dependencies": {
"@logseq/libs": "^0.0.14",
"fastdom": "^1.0.11",
"tinycolor2": "^1.6.0"
"color2k": "^2.0.2",
"fastdom": "^1.0.11"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.34.0",
"semantic-release": "^20.1.0",
"eslint": "^8.35.0",
"semantic-release": "^20.1.1",
"typescript": "^4.9.5",
"vite": "4.1.4"
},
Expand Down
Loading

0 comments on commit 3d2172f

Please sign in to comment.