Skip to content

Commit 50649c6

Browse files
committed
fix(deps): Drop ical.js from dependencies
This seems to be fully replaced with `@nextcloud/calendar-availablity` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 3785746 commit 50649c6

5 files changed

Lines changed: 3 additions & 11 deletions

File tree

dist/dav-settings-personal-availability.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dav-settings-personal-availability.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"escape-html": "^1.0.3",
7777
"focus-trap": "^7.5.4",
7878
"handlebars": "^4.7.7",
79-
"ical.js": "^1.4.0",
8079
"jquery": "~3.7",
8180
"jquery-ui": "^1.13.2",
8281
"jquery-ui-dist": "^1.13.2",

webpack.common.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ module.exports = {
167167
// We need to provide the path to node_moduels as otherwise npm link will fail due
168168
// to tribute.js checking for jQuery in @nextcloud/vue
169169
jQuery: path.resolve(path.join(__dirname, 'node_modules/jquery')),
170-
171-
// Shim ICAL to prevent using the global object (window.ICAL).
172-
// The library ical.js heavily depends on instanceof checks which will
173-
// break if two separate versions of the library are used (e.g. bundled one
174-
// and global one).
175-
ICAL: 'ical.js',
176170
}),
177171

178172
new WorkboxPlugin.GenerateSW({

0 commit comments

Comments
 (0)