From 82b7fdaa5345e9efde507a66447cfb512d4562e2 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 18 Apr 2021 14:12:40 +0200 Subject: [PATCH] Update bootstrap --- ed/app/index.html | 12 +++++++++--- ed/dist/index.html | 12 +++++++++--- ed/package-lock.json | 14 +++++++------- ed/package.json | 2 +- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/ed/app/index.html b/ed/app/index.html index 66d8dfe4..b09c69ec 100644 --- a/ed/app/index.html +++ b/ed/app/index.html @@ -22,9 +22,15 @@ }); }); - - - + + diff --git a/ed/dist/index.html b/ed/dist/index.html index ba23973f..0e9354a9 100644 --- a/ed/dist/index.html +++ b/ed/dist/index.html @@ -22,9 +22,15 @@ }); }); - - - + + diff --git a/ed/package-lock.json b/ed/package-lock.json index a54e702b..47d14404 100644 --- a/ed/package-lock.json +++ b/ed/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "angular": "^1.7.8", "angular-circular-navigation": "git+https://github.com/tue-robotics/angular-circular-navigation.git", - "angular-ui-bootstrap": "^0.14.3", + "angular-ui-bootstrap": "^2.5.0", "bootstrap": "^3.4.1", "bson": "^1.1.1", "fastclick": "^1.0.6", @@ -159,9 +159,9 @@ } }, "node_modules/angular-ui-bootstrap": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/angular-ui-bootstrap/-/angular-ui-bootstrap-0.14.3.tgz", - "integrity": "sha1-2WzmBMhLvXBro0qryh1ac3bhi6Y=" + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/angular-ui-bootstrap/-/angular-ui-bootstrap-2.5.6.tgz", + "integrity": "sha512-yzcHpPMLQl0232nDzm5P4iAFTFQ9dMw0QgFLuKYbDj9M0xJ62z0oudYD/Lvh1pWfRsukiytP4Xj6BHOSrSXP8A==" }, "node_modules/ansi-escapes": { "version": "3.2.0", @@ -11872,9 +11872,9 @@ } }, "angular-ui-bootstrap": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/angular-ui-bootstrap/-/angular-ui-bootstrap-0.14.3.tgz", - "integrity": "sha1-2WzmBMhLvXBro0qryh1ac3bhi6Y=" + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/angular-ui-bootstrap/-/angular-ui-bootstrap-2.5.6.tgz", + "integrity": "sha512-yzcHpPMLQl0232nDzm5P4iAFTFQ9dMw0QgFLuKYbDj9M0xJ62z0oudYD/Lvh1pWfRsukiytP4Xj6BHOSrSXP8A==" }, "ansi-escapes": { "version": "3.2.0", diff --git a/ed/package.json b/ed/package.json index c083a88f..d437131b 100644 --- a/ed/package.json +++ b/ed/package.json @@ -8,7 +8,7 @@ "dependencies": { "angular": "^1.7.8", "angular-circular-navigation": "git+https://github.com/tue-robotics/angular-circular-navigation.git", - "angular-ui-bootstrap": "^0.14.3", + "angular-ui-bootstrap": "^2.5.0", "bootstrap": "^3.4.1", "bson": "^1.1.1", "fastclick": "^1.0.6",