chore(app): clean and update dependencies (#3917)

pull/3922/head
xAt0mZ 2020-06-11 23:06:41 +02:00 committed by GitHub
parent e0c47b644e
commit 381e372c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 321 additions and 1223 deletions

View File

@ -129,6 +129,7 @@ angular.module('portainer.app').factory('ModalService', [
};
service.confirmContainerDeletion = function (title, callback) {
title = $sanitize(title);
prompt({
title: title,
inputType: 'checkbox',
@ -202,6 +203,7 @@ angular.module('portainer.app').factory('ModalService', [
};
service.confirmServiceForceUpdate = function (message, callback) {
message = $sanitize(message);
customPrompt(
{
title: 'Are you sure ?',

View File

@ -70,18 +70,18 @@
"angularjs-scroll-glue": "^2.2.0",
"angularjs-slider": "^6.4.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"bootbox": "^4.4.0",
"bootbox": "^5.4.0",
"bootstrap": "^3.4.0",
"chart.js": "~2.6.0",
"codemirror": "~5.30.0",
"filesize": "~3.3.0",
"jquery": "3.4.0",
"js-yaml": "~3.13.1",
"jquery": "^3.5.1",
"js-yaml": "^3.14.0",
"lodash-es": "^4.17.15",
"moment": "^2.21.0",
"ng-file-upload": "~12.2.13",
"splitargs": "github:deviantony/splitargs#semver:~0.2.0",
"toastr": "github:CodeSeven/toastr#semver:~2.1.3",
"toastr": "^2.1.4",
"ui-select": "^0.19.8",
"uuid": "^3.3.2",
"xterm": "^3.8.0"
@ -102,23 +102,13 @@
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.20.2",
"file-loader": "^1.1.11",
"grunt": "~0.4.0",
"grunt-cli": "^1.2.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-config": "^1.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-filerev": "^2.3.1",
"grunt-html2js": "~0.1.0",
"grunt-karma": "~0.4.4",
"grunt-postcss": "^0.8.0",
"grunt-replace": "^1.0.1",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1",
"grunt-webpack": "^3.1.3",
"gruntify-eslint": "^3.1.0",
"html-loader": "^0.5.5",
@ -139,11 +129,16 @@
"webpack": "^4.26.0",
"webpack-build-notifier": "^0.1.30",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.4"
},
"resolutions": {
"jquery": "^3.3.1"
"jquery": "^3.5.1",
"decompress": "^4.2.1",
"lodash": "^4.17.15",
"js-yaml": "^3.14.0",
"minimist": "^1.2.5",
"http-proxy": "^1.18.1"
},
"husky": {
"hooks": {

1507
yarn.lock

File diff suppressed because it is too large Load Diff