Skip to content

Commit

Permalink
fix: heatmap icon is not displaying in 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 17, 2021
1 parent b6b6af9 commit f66e30c
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 413 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "0.0.1-alpha.30",
"@logseq/libs": "0.0.1-alpha.31",
"@types/uuid": "^8.3.1",
"date-fns": "^2.25.0",
"react": "^17.0.2",
Expand All @@ -18,21 +18,21 @@
"react-use": "^17.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.1",
"@semantic-release/npm": "7.1.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "8.0.3",
"@types/node": "16.11.7",
"@types/react": "17.0.35",
"@types/react-calendar-heatmap": "1.6.3",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"conventional-changelog-conventionalcommits": "4.6.1",
"eslint": "7.32.0",
"eslint": "8.2.0",
"eslint-plugin-react": "7.27.0",
"semantic-release": "17.4.7",
"semantic-release": "18.0.0",
"typescript": "4.4.4",
"vite": "2.6.14",
"vite-plugin-windicss": "1.5.1",
Expand Down
Loading

0 comments on commit f66e30c

Please sign in to comment.