Update dependencies
This commit is contained in:
parent
3d0f1d36d9
commit
cf3e842ba1
4 changed files with 1147 additions and 2656 deletions
|
@ -1 +0,0 @@
|
|||
/src/vendor_legacy/**
|
|
@ -56,7 +56,7 @@ module.exports = {
|
|||
}],
|
||||
// es6 import/export and require
|
||||
'node/no-unpublished-require': ['off'],
|
||||
'node/no-unsupported-features': ['off'],
|
||||
'node/no-unsupported-features/es-syntax': ['off'],
|
||||
// space before self-closing elements
|
||||
'vue/html-closing-bracket-spacing': 'error',
|
||||
// code spacing with attributes
|
||||
|
|
3768
package-lock.json
generated
3768
package-lock.json
generated
File diff suppressed because it is too large
Load diff
32
package.json
32
package.json
|
@ -28,9 +28,9 @@
|
|||
"@babel/polyfill": "^7.0.0",
|
||||
"axios": "^0.18.0",
|
||||
"cdav-library": "github:nextcloud/cdav-library",
|
||||
"ical.js": "~1.2.2",
|
||||
"ical.js": "~1.3.0",
|
||||
"jstimezonedetect": "",
|
||||
"nextcloud-vue": "^0.3.1",
|
||||
"nextcloud-vue": "^0.4.3",
|
||||
"p-limit": "^2.0.0",
|
||||
"uuid": "^3.3.2",
|
||||
"v-tooltip": "2.0.0-rc.33",
|
||||
|
@ -40,43 +40,43 @@
|
|||
"vuex-router-sync": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.2",
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"@vue/test-utils": "^1.0.0-beta.25",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-jest": "^23.6.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"css-loader": "^1.0.1",
|
||||
"eslint": "^5.8.0",
|
||||
"eslint": "^5.9.0",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-friendly-formatter": "^4.0.1",
|
||||
"eslint-loader": "^2.1.1",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-node": "^6.0.1",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"eslint-plugin-vue": "^4.5.0",
|
||||
"eslint-plugin-vue": "^4.7.1",
|
||||
"file-loader": "^2.0.0",
|
||||
"jest": "^23.5.0",
|
||||
"jest": "^23.6.0",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"jsdom": "^13.0.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"node-sass": "^4.9.4",
|
||||
"node-sass": "^4.10.0",
|
||||
"prettier-eslint": "^8.8.2",
|
||||
"raw-loader": "^0.5.1",
|
||||
"sass-loader": "^7.0.3",
|
||||
"stylelint": "^9.7.1",
|
||||
"sass-loader": "^7.1.0",
|
||||
"stylelint": "^9.8.0",
|
||||
"stylelint-config-recommended-scss": "^3.2.0",
|
||||
"stylelint-scss": "^3.3.2",
|
||||
"stylelint-scss": "^3.4.0",
|
||||
"stylelint-webpack-plugin": "^0.10.5",
|
||||
"svg-sprite": "^1.5.0",
|
||||
"vue-click-outside": "^1.0.7",
|
||||
"vue-jest": "^3.0.0",
|
||||
"vue-loader": "^15.4.2",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"webpack": "^4.24.0",
|
||||
"webpack": "^4.25.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-merge": "^4.1.4"
|
||||
},
|
||||
|
@ -101,9 +101,7 @@
|
|||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
"<rootDir>/src/**/*.{js,vue}",
|
||||
"!<rootDir>/src/vendor_legacy/**",
|
||||
"!**/node_modules/**",
|
||||
"!**/vendor/**"
|
||||
"!**/node_modules/**"
|
||||
],
|
||||
"coverageReporters": [
|
||||
"json",
|
||||
|
|
Loading…
Reference in a new issue