chore: update version and remove moment

This commit is contained in:
Michel Roux 2024-01-29 15:47:14 +01:00
parent 10269aff99
commit 896fbf3e75
5 changed files with 30 additions and 43 deletions

View File

@ -11,7 +11,7 @@
## Requirements ## Requirements
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description> You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
<version>1.4.5</version> <version>1.5.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author> <author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author>
<namespace>RePod</namespace> <namespace>RePod</namespace>

View File

@ -3,7 +3,7 @@
"description": "🔊 Browse, manage and listen to podcasts", "description": "🔊 Browse, manage and listen to podcasts",
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "1.4.5", "version": "1.5.0",
"require-dev": { "require-dev": {
"nextcloud/ocp": "^28.0.1", "nextcloud/ocp": "^28.0.1",
"psalm/phar": "^5.20.0", "psalm/phar": "^5.20.0",

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0648d44f0e08ce153455f4fc45ccb5ad", "content-hash": "7b037f968302cec6a9d1f470e69edb8e",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {

60
package-lock.json generated
View File

@ -1,23 +1,22 @@
{ {
"name": "repod", "name": "repod",
"version": "1.4.5", "version": "1.5.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "repod", "name": "repod",
"version": "1.4.5", "version": "1.5.0",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@nextcloud/axios": "^2.4.0", "@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^5.1.1", "@nextcloud/dialogs": "^5.1.1",
"@nextcloud/initial-state": "^2.1.0", "@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0", "@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "1.2.2",
"@nextcloud/router": "^2.2.1", "@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.5.1", "@nextcloud/vue": "^8.5.1",
"vue": "^2", "vue": "^2",
"vue-material-design-icons": "^5.2.0", "vue-material-design-icons": "^5.3.0",
"vue-router": "^3", "vue-router": "^3",
"vuex": "^3" "vuex": "^3"
}, },
@ -26,7 +25,7 @@
"@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0", "@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.0.0" "@nextcloud/webpack-vue-config": "^6.0.1"
}, },
"engines": { "engines": {
"node": "^20.0.0", "node": "^20.0.0",
@ -3362,9 +3361,9 @@
} }
}, },
"node_modules/@nextcloud/webpack-vue-config": { "node_modules/@nextcloud/webpack-vue-config": {
"version": "6.0.0", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.0.1.tgz",
"integrity": "sha512-CLI1D5eFn/NSy2dq7U8I3R2YnE9yvHA01c49ukZmKiOEkDVFHRSkyBMQDfX0G77hHvPiIQuJdJ3ozN1esZu9kg==", "integrity": "sha512-NE+U52ih35QGmtcKbp0f2ZAL7ZA3CJEJarp62aveyQ6eIIt5LZ8lcihAKcbNWkGFwyc5O40iTjIg/NHJYAG7xQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^20.0.0", "node": "^20.0.0",
@ -3374,14 +3373,14 @@
"@babel/core": "^7.22.9", "@babel/core": "^7.22.9",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"css-loader": "^6.8.1", "css-loader": "^6.8.1",
"node-polyfill-webpack-plugin": "2.0.1", "node-polyfill-webpack-plugin": "3.0.0",
"sass": "^1.64.2", "sass": "^1.64.2",
"sass-loader": "^13.3.2", "sass-loader": "^13.3.2",
"style-loader": "^3.3.3", "style-loader": "^3.3.3",
"ts-loader": "^9.4.4", "ts-loader": "^9.4.4",
"vue": "^2.7.14", "vue": "^2.7.16",
"vue-loader": "^15.10.1", "vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14", "vue-template-compiler": "^2.7.16",
"webpack": "^5.88.2", "webpack": "^5.88.2",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1" "webpack-dev-server": "^4.15.1"
@ -8719,16 +8718,6 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/filter-obj": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-2.0.2.tgz",
"integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==",
"dev": true,
"peer": true,
"engines": {
"node": ">=8"
}
},
"node_modules/finalhandler": { "node_modules/finalhandler": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
@ -13584,13 +13573,13 @@
"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
}, },
"node_modules/node-polyfill-webpack-plugin": { "node_modules/node-polyfill-webpack-plugin": {
"version": "2.0.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-2.0.1.tgz", "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-3.0.0.tgz",
"integrity": "sha512-ZUMiCnZkP1LF0Th2caY6J/eKKoA0TefpoVa68m/LQU1I/mE8rGt4fNYGgNuCcK+aG8P8P43nbeJ2RqJMOL/Y1A==", "integrity": "sha512-QpG496dDBiaelQZu9wDcVvpLbtk7h9Ctz693RaUMZBgl8DUoFToO90ZTLKq57gP7rwKqYtGbMBXkcEgLSag2jQ==",
"dev": true, "dev": true,
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"assert": "^2.0.0", "assert": "^2.1.0",
"browserify-zlib": "^0.2.0", "browserify-zlib": "^0.2.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"console-browserify": "^1.2.0", "console-browserify": "^1.2.0",
@ -13598,39 +13587,38 @@
"crypto-browserify": "^3.12.0", "crypto-browserify": "^3.12.0",
"domain-browser": "^4.22.0", "domain-browser": "^4.22.0",
"events": "^3.3.0", "events": "^3.3.0",
"filter-obj": "^2.0.2",
"https-browserify": "^1.0.0", "https-browserify": "^1.0.0",
"os-browserify": "^0.3.0", "os-browserify": "^0.3.0",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"process": "^0.11.10", "process": "^0.11.10",
"punycode": "^2.1.1", "punycode": "^2.3.0",
"querystring-es3": "^0.2.1", "querystring-es3": "^0.2.1",
"readable-stream": "^4.0.0", "readable-stream": "^4.4.2",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"stream-http": "^3.2.0", "stream-http": "^3.2.0",
"string_decoder": "^1.3.0", "string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12", "timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1", "tty-browserify": "^0.0.1",
"type-fest": "^2.14.0", "type-fest": "^4.4.0",
"url": "^0.11.0", "url": "^0.11.3",
"util": "^0.12.4", "util": "^0.12.5",
"vm-browserify": "^1.1.2" "vm-browserify": "^1.1.2"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=14"
}, },
"peerDependencies": { "peerDependencies": {
"webpack": ">=5" "webpack": ">=5"
} }
}, },
"node_modules/node-polyfill-webpack-plugin/node_modules/type-fest": { "node_modules/node-polyfill-webpack-plugin/node_modules/type-fest": {
"version": "2.19.0", "version": "4.10.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
"integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", "integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
"dev": true, "dev": true,
"peer": true, "peer": true,
"engines": { "engines": {
"node": ">=12.20" "node": ">=16"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"

View File

@ -1,7 +1,7 @@
{ {
"name": "repod", "name": "repod",
"description": "🔊 Browse, manage and listen to podcasts", "description": "🔊 Browse, manage and listen to podcasts",
"version": "1.4.5", "version": "1.5.0",
"bugs": { "bugs": {
"url": "https://git.crystalyx.net/Xefir/RePod/issues" "url": "https://git.crystalyx.net/Xefir/RePod/issues"
}, },
@ -22,11 +22,10 @@
"@nextcloud/dialogs": "^5.1.1", "@nextcloud/dialogs": "^5.1.1",
"@nextcloud/initial-state": "^2.1.0", "@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0", "@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "1.2.2",
"@nextcloud/router": "^2.2.1", "@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.5.1", "@nextcloud/vue": "^8.5.1",
"vue": "^2", "vue": "^2",
"vue-material-design-icons": "^5.2.0", "vue-material-design-icons": "^5.3.0",
"vue-router": "^3", "vue-router": "^3",
"vuex": "^3" "vuex": "^3"
}, },
@ -42,6 +41,6 @@
"@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0", "@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.0.0" "@nextcloud/webpack-vue-config": "^6.0.1"
} }
} }