Skip to content

Commit

Permalink
Merge pull request #859 from nextcloud/update_deps
Browse files Browse the repository at this point in the history
update dependencies (both npm and bower)
  • Loading branch information
georgehrke committed Jul 25, 2018
2 parents dc09fef + 385ee9f commit f062b00
Show file tree
Hide file tree
Showing 5 changed files with 3,601 additions and 1,775 deletions.
2 changes: 2 additions & 0 deletions js/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"rules": {
"indentation": "tab",
"number-leading-zero": "never",
"no-descending-specificity": false,
"no-duplicate-selectors": false,
"comment-empty-line-before": ["always", {
"except": ["first-nested"]
}]
Expand Down
6 changes: 3 additions & 3 deletions js/bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "nextcloud-calendar",
"dependencies": {
"angular": "1.6.8",
"angular": "1.7.2",
"angular-bootstrap": "2.5.0",
"jquery-timepicker": "883bb2cd94",
"jstzdetect": "https://github.com/georgehrke/jstimezonedetect.git",
"ical.js": "1.2.2",
"fullcalendar": "3.8.1",
"fullcalendar": "3.9.0",
"hsl_rgb_converter": "https://github.com/kayellpeee/hsl_rgb_converter.git"
},
"devDependencies": {
"angular-mocks": "1.6.8"
"angular-mocks": "1.7.2"
}
}
51 changes: 26 additions & 25 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,38 @@
"url": "https://github.com/nextcloud/calendar/issues"
},
"devDependencies": {
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.14.0",
"bower": "^1.7.9",
"coveralls": "^2.11.12",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bower": "^1.8.4",
"coveralls": "^3.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",
"gulp-babel": "^7.0.1",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-strip-comments": "^2.4.3",
"gulp-strip-css-comments": "^1.2.0",
"gulp-stylelint": "^3.7.0",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-comments": "^2.5.2",
"gulp-strip-css-comments": "^2.0.0",
"gulp-stylelint": "^7.0.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-wrap": "^0.13.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.1.0",
"gulp-wrap": "^0.14.0",
"istanbul": "^0.4.5",
"jasmine-core": "^2.5.1",
"jshint": "^2.9.4",
"jasmine-core": "^3.1.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs-prebuilt": "^2.1.7",
"stylelint": "^7.2.0",
"stylelint-config-standard": "^13.0.0"
"karma": "^2.0.4",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0"
},
"engines": {
"node": ">=6"
Expand Down
Loading

0 comments on commit f062b00

Please sign in to comment.