Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Update dependencies to enable Greenkeeper 🌴 #1991

Merged
merged 2 commits into from
Jun 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<!-- /TOC -->

# Sanity Checks

[![Greenkeeper badge](https://badges.greenkeeper.io/ExactTarget/fuelux.svg)](https://greenkeeper.io/)
[Fuel UX](http://getfuelux.com/)
[![Bower version](https://badge.fury.io/bo/fuelux.svg)](http://badge.fury.io/bo/fuelux)
[![npm version](https://badge.fury.io/js/fuelux.svg)](https://www.npmjs.com/package/fuelux)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "Base Fuel UX styles and controls",
"devDependencies": {
"bower": "1.8.0",
"connect": "3.6.1",
"connect": "3.6.2",
"eslint": "^3.5.0",
"eslint-config-airbnb-es5": "^1.0.9",
"eslint-plugin-requirejs": "^3.0.0",
Expand All @@ -26,27 +26,27 @@
"grunt-bump": "0.8.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-qunit": "2.0.0",
"grunt-contrib-uglify": "2.2.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-htmllint": "^0.2.7",
"grunt-jsbeautifier": "0.2.13",
"grunt-prompt": "1.3.3",
"grunt-saucelabs": "9.0.0",
"grunt-shell": "2.0.0",
"grunt-shell": "2.1.0",
"grunt-text-replace": "0.4.0",
"grunt-umd": "2.4.0",
"grunt-zip": "0.17.1",
"load-grunt-config": "0.19.2",
"load-grunt-tasks": "3.5.2",
"semver": "5.3.0",
"serve-static": "1.12.2"
"serve-static": "1.12.3"
},
"engines": {
"node": ">=5.8.x"
Expand Down