Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Upgrade outdated packages
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
package.json
|
@@ -15,10 +15,10 @@ |
|
|
"url": "https://github.com/koenbok/Framer.git" |
|
|
}, |
|
|
"devDependencies": { |
|
|
"async": "^1.5.0", |
|
|
"async": "^2.0.1", |
|
|
"bower": "^1.3.12", |
|
|
"chai": "^3.4.1", |
|
|
"coffee-coverage": "^0.7.0", |
|
|
"coffee-coverage": "^1.0.1", |
|
|
"coffee-loader": "^0.7.2", |
|
|
"coffee-script": "^1.9.1", |
|
|
"coverage-capture": "./test/coverage-capture", |
|
@@ -27,13 +27,13 @@ |
|
|
"gulp-mocha-phantomjs": "^0.10.1", |
|
|
"gulp-plumber": "^1.0.1", |
|
|
"gulp-rename": "^1.2.2", |
|
|
"gulp-template": "^3.1.0", |
|
|
"gulp-template": "^4.0.0", |
|
|
"gulp-util": "^3.0.7", |
|
|
"husl": "^6.0.1", |
|
|
"knox": "^0.9.2", |
|
|
"lodash": "^4.12.0", |
|
|
"lodash": "^4.14.1", |
|
|
"mime": "^1.3.4", |
|
|
"mocha": "^2.3.4", |
|
|
"mocha": "^3.0.0", |
|
|
"mocha-phantomjs": "^4.0.1", |
|
|
"mustache": "^2.0.0", |
|
|
"simulate": "^0.0.5", |
|
|