General dependency bump

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-08-11 13:36:37 +02:00
parent 0e37354a6e
commit 623b55d348
2 changed files with 28 additions and 27 deletions

View File

@@ -26,19 +26,19 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/polyfill": "^7.4.4",
"nextcloud-axios": "^0.2.0",
"nextcloud-server": "^0.15.9",
"nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.12.1",
"nextcloud-vue-collections": "^0.5.2",
"vue": "^2.5.16",
"vue": "^2.6.7",
"vue-click-outside": "^1.0.7",
"vue-color": "^2.7.0",
"vue-easymde": "^0.1.6",
"vue-infinite-loading": "^2.4.1",
"vue-router": "^3.0.1",
"vue-infinite-loading": "^2.4.4",
"vue-router": "^3.1.2",
"vue-smooth-dnd": "^0.8.0",
"vuex": "^3.0.1",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},
"browserslist": [
@@ -49,42 +49,42 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.4",
"@babel/preset-env": "^7.5.5",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.0.0",
"jest": "^24.0.0",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.10.0",
"node-sass": "^4.12.0",
"prettier-eslint": "^9.0.0",
"raw-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"sass-loader": "^7.2.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-jest": "^3.0.0",
"vue-loader": "^15.4.2",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.2"
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},
"jest": {
"moduleFileExtensions": [

View File

@@ -6,7 +6,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'deck.js'
filename: 'deck.js',
jsonpFunction: 'webpackJsonpOCADeck'
},
module: {
rules: [