Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit b284fe7

Browse files
Bump bootstrap-sass from 3.3.7 to 3.4.1 (#21)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 0350bca + a240251 commit b284fe7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AngularJS multiselect component based off [`ngOptions`](https://docs.angularjs.o
55
## Dependencies
66

77
* [AngularJS](https://angularjs.org/) v1.x
8-
* [Bootstrap CSS](http://getbootstrap.com/) v3.3.x for dropdown styles
8+
* [Bootstrap CSS](http://getbootstrap.com/) v3.x for dropdown styles
99
* [UI Bootstrap](http://angular-ui.github.io/bootstrap/) v1.3.x for dropdown functionality
1010

1111
## Installation

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"angular": "^1.7.4",
2424
"angular-mocks": "^1.7.4",
2525
"angular-ui-bootstrap": "1.3.x",
26-
"bootstrap-sass": "3.3.x",
26+
"bootstrap-sass": "3.4.x",
2727
"del": "^5.1.0",
2828
"gulp": "^3.9.0",
2929
"gulp-angular-templatecache": "^3.0.0",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<base href="/angular-multiselect/">
55
<meta charset="utf-8">
66
<title>AngularJS Multiselect</title>
7-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
7+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
88
<link rel="stylesheet" href="dist/css/app.css" />
99
</head>
1010
<body ng-app="multiselectDemo">

0 commit comments

Comments
 (0)