зеркало из https://github.com/nextcloud/news.git
Коммит
a28a83ca6d
|
@ -8,7 +8,7 @@
|
|||
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
|
||||
|
||||
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
|
||||
<version>13.0.0</version>
|
||||
<version>13.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Bernhard Posselt</author>
|
||||
<author>Alessandro Cosentino</author>
|
||||
|
|
|
@ -92,29 +92,29 @@
|
|||
"dev": true
|
||||
},
|
||||
"angular": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.3.tgz",
|
||||
"integrity": "sha512-hQRhU56shs72y88cS0Uy9g+UAMHoztJ3V+r+iF8o1AK/Bpu8ewmjFDk9j2LjSuN05a9mhxW1rOHnYKOwyTS/Zg=="
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.4.tgz",
|
||||
"integrity": "sha512-nYTWc9CpZjTY57l8EA1+DGpQNzI6HewQ34bfRYoGXBYysIoPYjfcgTGWC+Vl3AaeCnhAb3VTkysVESvCBpUIoA=="
|
||||
},
|
||||
"angular-animate": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.3.tgz",
|
||||
"integrity": "sha512-RIYQhql+jUU13jwTrXemSMYTfbGuLBr7jh67R3UbR2yCQ8IOxcXHn2tx+hm8PwXX8agsFAQjWSPP5wam5ecuSg=="
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.4.tgz",
|
||||
"integrity": "sha512-9IzpAd39tzV6CL/kfNpkGFpVLHagHq8XpuCmPy+BfqwxzZOkCnSNtIJA0dfO0nKXg7j9UYGapboQeSuv+creSQ=="
|
||||
},
|
||||
"angular-mocks": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.3.tgz",
|
||||
"integrity": "sha512-j9JZxJiTdwr1oZPtQQFSMpfNZiY+LzKJaodVeWCdXMA1+mOXxS2f8k0yEnG618O2LHd/MU8z3IibyVgbl9xuiA=="
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.4.tgz",
|
||||
"integrity": "sha512-VSgHxObks7g5KeKVZ/g8awQosCY75SLm/R90WL/bqu8MxOvr9upYcNYCQuWS8z+OlLz+A8UuNPrzAc/LsGZ65Q=="
|
||||
},
|
||||
"angular-route": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.3.tgz",
|
||||
"integrity": "sha512-/x6kLCeiG9BCi4DZeuuPfK1G05w69uwu7x69hL4eqSq5VOUkmkbFK1oM2pIKPwkATSYT2QKK0rwPydZNBUvCsw=="
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.4.tgz",
|
||||
"integrity": "sha512-z7HjNixxCdU7Th12jeXS/MS9QV320AVIOHmZ39guXZMJY4fR3defC/uyzhJyEiiw2ySXfg/PWjWdterw82CVig=="
|
||||
},
|
||||
"angular-sanitize": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.3.tgz",
|
||||
"integrity": "sha512-2t5BXXx0/4qGdGp54eCvT+1fM+yFP2ub5TnNFIpJDeSrPwlQD8ThesOWxEsBnr+3UVKTE/TzX2Q4g8qjQXhDzw=="
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.4.tgz",
|
||||
"integrity": "sha512-i5NoK6lo21N/CDRtkXpUuqaXeyncP7icLNCGzCUCD6CQvfVh3nY9Nsiw+tHtiIeD34ppcbl5Wb6ihY7RKDoDVw=="
|
||||
},
|
||||
"ansi-cyan": {
|
||||
"version": "0.1.1",
|
||||
|
|
|
@ -51,11 +51,11 @@
|
|||
"karma-jasmine": "^1.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": "^1.7.3",
|
||||
"angular-animate": "^1.7.3",
|
||||
"angular-mocks": "^1.7.3",
|
||||
"angular-route": "^1.7.3",
|
||||
"angular-sanitize": "^1.7.3",
|
||||
"angular": "^1.7.4",
|
||||
"angular-animate": "^1.7.4",
|
||||
"angular-mocks": "^1.7.4",
|
||||
"angular-route": "^1.7.4",
|
||||
"angular-sanitize": "^1.7.4",
|
||||
"debug": "^2.6.8",
|
||||
"masonry-layout": "^4.2.2",
|
||||
"moment": "^2.22.2"
|
||||
|
|
Загрузка…
Ссылка в новой задаче