Skip to content

Commit ef98e00

Browse files
author
Codeship Server
committed
chore(dependencies): Update to Angular 1.5.0 and the latest version of other dependencies.
1 parent 7e0eca9 commit ef98e00

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,27 @@ If you wan to override the template used by this directive, simply populate the
3232
Use the [angular-date-time-input](https://github.com/dalelotts/angular-date-time-input) directive to format the
3333
display of a date in an input box or allow users to enter a valid date with the keyboard.
3434

35+
# Bower
36+
37+
This project no longer supports bower. If you are using wiredep, you can dd the following to your
38+
bower.json file to allow wiredep to use this directive.
39+
40+
```json
41+
"overrides": {
42+
"angular-bootstrap-datetimepicker": {
43+
"main": [
44+
"src/js/datetimepicker.js",
45+
"src/js/datetimepicker.templates.js",
46+
"src/css/datetimepicker.css"
47+
],
48+
"dependencies": {
49+
"angular": "^1.x",
50+
"moment": "^2.x"
51+
}
52+
}
53+
}
54+
```
55+
3556
# Dependencies
3657

3758
Requires:

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
2121
"main": "src/js/datetimepicker.js",
2222
"dependencies": {
23-
"angular": "^1.4.9",
24-
"moment": "^2.11.1"
23+
"angular": "^1.5.0",
24+
"moment": "^2.11.2"
2525
},
2626
"devDependencies": {
27-
"angular-mocks": "^1.4.9",
28-
"autoprefixer": "^6.3.1",
27+
"angular-mocks": "^1.5.0",
28+
"autoprefixer": "^6.3.3",
2929
"bootstrap": "^3.3.6",
3030
"commitizen": "^2.5.0",
3131
"csscomb": "^3.1.8",
@@ -34,31 +34,31 @@
3434
"del": "^2.2.0",
3535
"grunt": "^0.4.4",
3636
"grunt-bump": "^0.7.0",
37-
"gulp": "^3.8.11",
37+
"gulp": "^3.9.1",
3838
"gulp-angular-templatecache": "^1.8.0",
3939
"gulp-csslint": "^0.2.0",
4040
"gulp-htmlmin": "^1.3.0",
4141
"gulp-jscs": "^3.0.0",
4242
"gulp-jshint": "^2.0.0",
43-
"gulp-postcss": "^6.0.1",
44-
"gulp-sass": "^2.1.1",
43+
"gulp-postcss": "^6.1.0",
44+
"gulp-sass": "^2.2.0",
4545
"gulp-scss-lint": "^0.3.9",
4646
"gulp-scss-lint-stylish": "^1.0.0",
4747
"gulp-sourcemaps": "^1.6.0",
4848
"jasmine-core": "^2.4.1",
4949
"jquery": "^2.2.0",
5050
"jshint": "^2.9.1",
5151
"jshint-stylish": "^2.1.0",
52-
"karma": "^0.13.19",
52+
"karma": "^0.13.21",
5353
"karma-chrome-launcher": "^0.2.2",
5454
"karma-coverage": "^0.5.0",
5555
"karma-firefox-launcher": "^0.1.7",
56-
"karma-jasmine": "^0.3.6",
56+
"karma-jasmine": "^0.3.7",
5757
"karma-phantomjs-launcher": "^1.0.0",
5858
"karma-threshold-reporter": "^0.1.12",
59-
"lodash": "^4.1.0",
60-
"matchdep": "^1.0.0",
61-
"phantomjs-prebuilt": "^2.1.3",
59+
"lodash": "^4.5.0",
60+
"matchdep": "^1.0.1",
61+
"phantomjs-prebuilt": "^2.1.4",
6262
"plato": "^1.5.0",
6363
"run-browser": "^2.0.2",
6464
"semantic-release": "^6.2.0",

0 commit comments

Comments
 (0)