Skip to content

Commit

Permalink
commit: chore(all): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 27, 2016
1 parent b3ee484 commit c8182bb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "http://github.com/aurelia/dependency-injection"
},
"dependencies": {
"aurelia-metadata": "^1.0.0-rc.1.0.0",
"aurelia-pal": "^1.0.0-rc.1.0.0"
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-metadata": "^1.0.0-rc.1.0.0",
"aurelia-pal": "^1.0.0-rc.1.0.0"
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0"
},
"dependencies": {
"aurelia-metadata": "^1.0.0-rc.1.0.0",
"aurelia-pal": "^1.0.0-rc.1.0.0"
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0"
},
"devDependencies": {
"aurelia-polyfills": "^1.0.0-beta.1.0.1",
Expand All @@ -44,18 +44,18 @@
}
},
"dependencies": {
"aurelia-metadata": "^1.0.0-rc.1.0.0",
"aurelia-pal": "^1.0.0-rc.1.0.0"
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0"
},
"devDependencies": {
"aurelia-tools": "^0.2.3",
"babel-dts-generator": "^0.6.0",
"babel-eslint": "^6.0.5",
"aurelia-tools": "^0.2.4",
"babel-dts-generator": "^0.6.1",
"babel-eslint": "^6.1.2",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-plugin-transform-es2015-modules-systemjs": "^6.11.6",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
Expand All @@ -64,10 +64,10 @@
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.1.0",
"gulp-bump": "^2.2.0",
"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-ignore": "^2.0.1",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
Expand All @@ -76,22 +76,22 @@
"gulp-typescript": "^2.13.6",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma": "^1.1.2",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-jspm": "^2.1.1",
"karma-jspm": "^2.2.0",
"merge2": "^1.0.2",
"object.assign": "^4.0.3",
"object.assign": "^4.0.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"run-sequence": "^1.2.2",
"through2": "^2.0.1",
"typedoc": "^0.4.4",
"typescript": "^1.9.0-dev.20160622-1.0",
"vinyl": "^1.1.1",
"vinyl-paths": "^2.1.0",
"yargs": "^4.7.1"
"yargs": "^4.8.1"
},
"aurelia": {
"documentation": {
Expand Down

0 comments on commit c8182bb

Please sign in to comment.