Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2019-08-31 10:42:10 +02:00
Родитель d5ab013c57
Коммит d658054b98
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
4 изменённых файлов: 33 добавлений и 30 удалений

Просмотреть файл

@ -7,7 +7,6 @@ services:
- postgresql
php:
- 7.1
- 7.2
- 7.3

Просмотреть файл

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.10.4] - [tbd]
- Nextcloud 17 compatibility
## [0.10.2] - 2019-03-13
- #532 - cannot share poll (only share option)

Просмотреть файл

@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
<version>0.10.3</version>
<version>0.10.4</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
@ -23,6 +23,6 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
<nextcloud min-version="14" max-version="16" />
<nextcloud min-version="14" max-version="17" />
</dependencies>
</info>

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
"version": "0.10.3",
"version": "0.10.4",
"authors": [
{
"name": "Vinzenz Rosenkranz",
@ -35,17 +35,17 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"acorn": "^7.0.0",
"acorn": "^6.3.0",
"moment": "^2.23.0",
"nextcloud-axios": "^0.2.0",
"nextcloud-vue": "^0.12.1",
"stylelint-scss": "^3.5.4",
"v-click-outside": "^2.0.2",
"nextcloud-axios": "^0.2.1",
"nextcloud-vue": "^0.12.2",
"stylelint-scss": "^3.10.0",
"v-click-outside": "^2.1.3",
"v-tooltip": "^3.0.0-alpha.11",
"vue": "^2.6.8",
"vue": "^2.6.10",
"vue-click-outside": "^1.0.7",
"vue-clipboard2": "^0.3.0",
"vue-router": "^3.0.2"
"vue-router": "^3.1.2"
},
"browserslist": [
"> 1%",
@ -56,33 +56,33 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"css-loader": "^3.1.0",
"eslint": "^5.14.1",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^4.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.11.0",
"node-sass": "^4.12.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"sass-loader": "^7.3.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"vue-loader": "^15.7.0",
"stylelint-config-recommended-scss": "^3.3.0",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.8",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-merge": "^4.1.5"
}
}