Update deps

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-05-05 17:11:44 -07:00
parent 2680284b05
commit 774d249751
3 changed files with 493 additions and 465 deletions

936
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "7.8.0",
"@nextcloud/vue": "7.11.2",
"camelcase": "^7.0.1",
"filerobot-image-editor": "^4.4.0",
"fuse.js": "^6.6.2",
@ -41,12 +41,12 @@
"leaflet": "^1.9.3",
"leaflet-edgebuffer": "^1.0.6",
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
"moment-timezone": "^0.5.43",
"path-posix": "^1.0.0",
"photoswipe": "^5.3.6",
"plyr": "^3.7.7",
"photoswipe": "^5.3.7",
"plyr": "^3.7.8",
"reflect-metadata": "^0.1.13",
"video.js": "^8.2.0",
"video.js": "^8.3.0",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0",
"vue-router": "^3.6.5",
@ -63,14 +63,14 @@
},
"devDependencies": {
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@playwright/test": "^1.32.0",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@playwright/test": "^1.33.0",
"@types/hammerjs": "^2.0.41",
"@types/url-parse": "^1.4.8",
"@types/videojs-contrib-quality-levels": "^2.0.1",
"playwright": "^1.32.0",
"playwright": "^1.33.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"workbox-webpack-plugin": "^6.5.4"
}
}

View File

@ -14,10 +14,6 @@ webpackConfig.module.rules.push({
appendTsSuffixTo: [/\.vue$/],
},
});
webpackConfig.resolve.extensions.push('.ts');
webpackConfig.resolve.alias = {
vue$: 'vue/dist/vue.esm.js',
};
webpackConfig.entry.main = path.resolve(path.join('src', 'main'));
webpackConfig.watchOptions = {