Skip to content

Commit d081ea4

Browse files
authored
Merge pull request #135 from cloud-atlas-ai:update-deps
Update dependencies
2 parents a519ff2 + a6b6971 commit d081ea4

File tree

2 files changed

+15
-37
lines changed

2 files changed

+15
-37
lines changed

package-lock.json

+13-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ics",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Adds events from calendar ics published on the web to daily note on demand. Daily Note or Periodic Notes plugins: specifically it gets the date to search for events during from the currently open daily note.",
55
"main": "dist/main.js",
66
"scripts": {
@@ -12,13 +12,8 @@
1212
"keywords": [],
1313
"author": "",
1414
"license": "MIT",
15-
"overrides": {
16-
"node-ical": {
17-
"rrule": "2.6.4"
18-
}
19-
},
2015
"dependencies": {
21-
"moment-timezone": "^0.5.43",
16+
"moment-timezone": "^0.5.45",
2217
"node-ical": "^0.20.1",
2318
"obsidian-daily-notes-interface": "^0.9.4"
2419
},

0 commit comments

Comments
 (0)