Skip to content

Commit a39c534

Browse files
committed
Bump daily-notes-interface version
1 parent 5fdd59b commit a39c534

File tree

3 files changed

+108
-249
lines changed

3 files changed

+108
-249
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "calendar",
33
"name": "Calendar",
44
"description": "Calendar view of your daily notes",
5-
"version": "1.5.8",
5+
"version": "1.5.9",
66
"author": "Liam Cain",
77
"authorUrl": "https://github.com/liamcain/",
88
"isDesktopOnly": false,

package.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calendar",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "Calendar view of your daily notes",
55
"author": "liamcain",
66
"main": "main.js",
@@ -13,32 +13,29 @@
1313
},
1414
"dependencies": {
1515
"obsidian": "obsidianmd/obsidian-api#master",
16-
"obsidian-calendar-ui": "0.3.11",
17-
"obsidian-daily-notes-interface": "0.8.2",
16+
"obsidian-calendar-ui": "0.3.12",
17+
"obsidian-daily-notes-interface": "0.8.4",
1818
"svelte": "3.35.0",
1919
"tslib": "2.1.0"
2020
},
2121
"devDependencies": {
22-
"@rollup/plugin-commonjs": "17.1.0",
23-
"@rollup/plugin-node-resolve": "11.1.1",
24-
"@rollup/plugin-typescript": "8.1.1",
25-
"@testing-library/jest-dom": "5.11.9",
26-
"@testing-library/svelte": "3.0.3",
22+
"@rollup/plugin-commonjs": "18.0.0",
23+
"@rollup/plugin-node-resolve": "11.2.1",
24+
"@rollup/plugin-typescript": "8.2.1",
2725
"@tsconfig/svelte": "1.0.10",
28-
"@types/jest": "26.0.20",
26+
"@types/jest": "26.0.22",
2927
"@types/moment": "2.13.0",
30-
"@types/node": "14.14.35",
31-
"@typescript-eslint/eslint-plugin": "4.18.0",
32-
"@typescript-eslint/parser": "4.18.0",
33-
"eslint": "7.22.0",
28+
"@typescript-eslint/eslint-plugin": "4.20.0",
29+
"@typescript-eslint/parser": "4.20.0",
30+
"eslint": "7.23.0",
3431
"jest": "26.6.3",
3532
"moment": "2.29.1",
36-
"rollup": "2.41.2",
33+
"rollup": "2.44.0",
3734
"rollup-plugin-svelte": "7.1.0",
38-
"svelte-check": "1.2.5",
39-
"svelte-jester": "1.3.0",
40-
"svelte-preprocess": "4.6.9",
41-
"ts-jest": "26.5.3",
35+
"svelte-check": "1.3.0",
36+
"svelte-jester": "1.3.2",
37+
"svelte-preprocess": "4.7.0",
38+
"ts-jest": "26.5.4",
4239
"typescript": "4.2.3"
4340
},
4441
"jest": {

0 commit comments

Comments
 (0)