Skip to content

Commit

Permalink
Update all dependencies to the master versions
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jun 3, 2020
1 parent c78a73c commit 2740fdf
Show file tree
Hide file tree
Showing 6 changed files with 1,808 additions and 2,445 deletions.
54 changes: 34 additions & 20 deletions js/terms_of_service_admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service_admin.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/terms_of_service_user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service_user.js.map

Large diffs are not rendered by default.

4,169 changes: 1,759 additions & 2,410 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
},
"dependencies": {
"@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.2.2",
"@nextcloud/dialogs": "^1.3.1",
"@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "^1.5.0",
"@nextcloud/vue": "^2.0.0",
"vue": "^2.6.11",
"vue-js-modal": "^1.3.33"
"vue-js-modal": "^1.3.35"
},
"browserslist": [
"last 2 versions",
"ie >= 11"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-env": "^7.10.2",
"@nextcloud/eslint-config": "^2.0.0",
"@nextcloud/eslint-plugin": "^1.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"eslint": "^5.16.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
"stylelint": "^13.3.2",
"stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.17.0",
"stylelint-webpack-plugin": "^1.2.3",
"stylelint-scss": "^3.17.2",
"stylelint-webpack-plugin": "^2.0.0",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
Expand Down

0 comments on commit 2740fdf

Please sign in to comment.