Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pengx17/logseq-plugin-heatmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5422df43d36a776bcff9c1378aced3ce784f01fc
Choose a base ref
..
head repository: pengx17/logseq-plugin-heatmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ed64fce83fc8726a1ee272297e78000ed1c13d4
Choose a head ref
Showing with 8 additions and 8 deletions.
  1. +8 −8 package.json
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "0.0.8",
"@logseq/libs": "0.0.9",
"@types/uuid": "^8.3.4",
"date-fns": "^2.28.0",
"react": "^18.1.0",
@@ -24,18 +24,18 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/node": "17.0.40",
"@types/react": "18.0.17",
"@types/react": "18.0.18",
"@types/react-calendar-heatmap": "1.6.3",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@vitejs/plugin-react": "^1.3.2",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.22.0",
"eslint-plugin-react": "7.30.1",
"eslint": "8.23.0",
"eslint-plugin-react": "7.31.1",
"react-error-boundary": "^3.1.4",
"semantic-release": "19.0.4",
"typescript": "4.7.4",
"semantic-release": "19.0.5",
"typescript": "4.8.2",
"vite": "2.9.15",
"vite-plugin-logseq": "^1.1.2",
"vite-plugin-windicss": "1.8.7",