Bump dependencies

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/8/head
Julius Härtl 2018-10-23 22:11:15 +02:00
rodzic 2e48b3d9b9
commit 92f591d1a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4C614C6ED2CDE6DF
3 zmienionych plików z 13732 dodań i 1469 usunięć

15163
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -27,8 +27,9 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"nextcloud-vue": "^0.1.2",
"@babel/polyfill": "^7.0.0",
"nextcloud-axios": "^0.1.2",
"nextcloud-vue": "file:/home/jus/repos/nextcloud/vue-components",
"uuid": "^3.3.2",
"vue": "^2.5.16",
"vue-click-outside": "^1.0.7",
@ -44,17 +45,18 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "^6.26.3",
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.4.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
@ -62,24 +64,24 @@
"eslint-plugin-vue": "^4.5.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"jest": "^23.4.0",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"prettier-eslint": "^8.8.2",
"raw-loader": "^0.5.1",
"sass-loader": "^7.0.3",
"sass-resources-loader": "^1.3.3",
"sass-resources-loader": "^1.3.4",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.1.3",
"stylelint-scss": "^3.3.2",
"stylelint-webpack-plugin": "^0.10.5",
"vue-jest": "^2.6.0",
"vue-loader": "^15.2.4",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.4",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.2"
},
"jest": {

Wyświetl plik

@ -1,7 +1,7 @@
/*
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
*
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
*