Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Upgraded dependencies to support TS 1.8.x (closes #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Feb 19, 2016
1 parent 2e7da7e commit e40b171
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 0.5.0
* upgraded dependencies to support TypeScript 1.8.x
* 0.4.1
* added the "browserSync" option, which lets you customize all BrowserSync settings (thanks @aaronroberson)
* 0.4.0
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modern-web-dev-build",
"description": "Modern Web Development Build.",
"version": "0.4.1",
"version": "0.5.0",
"author": {
"name": "Sebastien Dubois",
"email": "[email protected]",
Expand Down Expand Up @@ -33,7 +33,7 @@
"karma-jasmine": "0.3.x"
},
"dependencies": {
"autoprefixer": "6.2.x",
"autoprefixer": "6.3.x",
"babel-core": "6.5.x",
"babel-plugin-transform-es2015-modules-commonjs": "6.5.x",
"babel-preset-es2015": "6.5.x",
Expand Down Expand Up @@ -66,22 +66,22 @@
"gulp-minify-html": "1.0.x",
"gulp-nice-package": "1.1.x",
"gulp-notify": "2.2.x",
"gulp-plumber": "1.0.x",
"gulp-plumber": "1.1.x",
"gulp-rename": "1.2.x",
"gulp-replace": "0.5.x",
"gulp-sass": "2.1.x",
"gulp-size": "2.0.x",
"gulp-sourcemaps": "1.6.x",
"gulp-strip-debug": "1.1.x",
"gulp-tslint": "4.2.x",
"tslint": "3.2.x",
"gulp-typescript": "2.10.x",
"gulp-tslint": "4.3.x",
"tslint": "3.3.x",
"gulp-typescript": "2.11.x",
"gulp-uglify": "1.5.x",
"gulp-uncss": "1.0.x",
"gulp-util": "3.0.x",
"jshint-stylish": "2.1.x",
"node-sass": "3.4.x",
"opn": "3.0.x",
"opn": "4.0.x",
"require-dir": "0.3.x",
"run-sequence": "1.1.x",
"systemjs-builder": "0.15.x",
Expand All @@ -101,7 +101,7 @@
"babel-core": "6.5.x",
"gulp": "3.9.x",
"nodemon": "1.8.x",
"typescript": "1.7.3"
"typescript": "1.8.x"
},
"engines": {
"node": ">=4.2.6",
Expand Down

0 comments on commit e40b171

Please sign in to comment.