Skip to content

Commit

Permalink
Bump daily-notes-interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain committed Mar 31, 2021
1 parent 5fdd59b commit a39c534
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 249 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.8",
"version": "1.5.9",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
Expand Down
33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar",
"version": "1.5.8",
"version": "1.5.9",
"description": "Calendar view of your daily notes",
"author": "liamcain",
"main": "main.js",
Expand All @@ -13,32 +13,29 @@
},
"dependencies": {
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-calendar-ui": "0.3.11",
"obsidian-daily-notes-interface": "0.8.2",
"obsidian-calendar-ui": "0.3.12",
"obsidian-daily-notes-interface": "0.8.4",
"svelte": "3.35.0",
"tslib": "2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.1.1",
"@rollup/plugin-typescript": "8.1.1",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/svelte": "3.0.3",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-typescript": "8.2.1",
"@tsconfig/svelte": "1.0.10",
"@types/jest": "26.0.20",
"@types/jest": "26.0.22",
"@types/moment": "2.13.0",
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"eslint": "7.22.0",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"eslint": "7.23.0",
"jest": "26.6.3",
"moment": "2.29.1",
"rollup": "2.41.2",
"rollup": "2.44.0",
"rollup-plugin-svelte": "7.1.0",
"svelte-check": "1.2.5",
"svelte-jester": "1.3.0",
"svelte-preprocess": "4.6.9",
"ts-jest": "26.5.3",
"svelte-check": "1.3.0",
"svelte-jester": "1.3.2",
"svelte-preprocess": "4.7.0",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
},
"jest": {
Expand Down
Loading

0 comments on commit a39c534

Please sign in to comment.