Skip to content

Commit aa140e5

Browse files
authored
bump daily-notes-interface to add mobile support (#30)
1 parent 35c3d2f commit aa140e5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "periodic-notes",
33
"name": "Periodic Notes",
44
"description": "Create/manage your daily, weekly, and monthly notes",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"author": "Liam Cain",
77
"authorUrl": "https://github.com/liamcain/",
88
"isDesktopOnly": false,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-periodic-notes",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Create/manage daily, weekly, and monthly notes",
55
"author": "liamcain",
66
"main": "main.js",
@@ -12,9 +12,9 @@
1212
"test:watch": "yarn test -- --watch"
1313
},
1414
"dependencies": {
15-
"@popperjs/core": "2.6.0",
15+
"@popperjs/core": "2.9.1",
1616
"obsidian": "obsidianmd/obsidian-api#master",
17-
"obsidian-daily-notes-interface": "0.7.6",
17+
"obsidian-daily-notes-interface": "0.7.10",
1818
"svelte": "3.35.0",
1919
"tslib": "2.1.0"
2020
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,10 @@
516516
"@nodelib/fs.scandir" "2.1.4"
517517
fastq "^1.6.0"
518518

519-
"@popperjs/core@2.6.0":
520-
version "2.6.0"
521-
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.6.0.tgz#f022195afdfc942e088ee2101285a1d31c7d727f"
522-
integrity sha512-cPqjjzuFWNK3BSKLm0abspP0sp/IGOli4p5I5fKFAzdS8fvjdOwDCfZqAaIiXd9lPkOWi3SUUfZof3hEb7J/uw==
519+
"@popperjs/core@2.9.1":
520+
version "2.9.1"
521+
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.9.1.tgz#7f554e7368c9ab679a11f4a042ca17149d70cf12"
522+
integrity sha512-DvJbbn3dUgMxDnJLH+RZQPnXak1h4ZVYQ7CWiFWjQwBFkVajT4rfw2PdpHLTSTwxrYfnoEXkuBiwkDm6tPMQeA==
523523

524524
525525
version "17.1.0"
@@ -3272,15 +3272,15 @@ object.pick@^1.3.0:
32723272
dependencies:
32733273
isobject "^3.0.1"
32743274

3275-
3276-
version "0.7.6"
3277-
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.7.6.tgz#2161cff49ddcdcf14aafce5fc660c4efe1d73b4a"
3278-
integrity sha512-b9MITVljqYZlbvTbhFZ3td/Nmmg9sFaGCn7QGNRj0XPrPhOUUt6iPKJqjfPPstNtqRgc1ufUZdRXxlsJu0grWQ==
3275+
3276+
version "0.7.10"
3277+
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.7.10.tgz#38b65845408bd2a597227f991e8e8a46833d1922"
3278+
integrity sha512-9FzyAmWAki0rWS4dWHbwXatcVbWcZWT/vJEoat56Ozf3WN0xY6Pe+xdy3jwjwN8QyxK9Xxb0MJ/ARN/rN4ZNZg==
32793279
dependencies:
32803280
obsidian obsidianmd/obsidian-api#master
32813281
tslib "2.1.0"
32823282

3283-
"obsidian@github:obsidianmd/obsidian-api#master", obsidian@obsidianmd/obsidian-api#master:
3283+
obsidian@obsidianmd/obsidian-api#master:
32843284
version "0.11.0"
32853285
resolved "https://codeload.github.com/obsidianmd/obsidian-api/tar.gz/81ab85ade4552c9116c1e10d009127e62019c923"
32863286
dependencies:

0 commit comments

Comments
 (0)