Skip to content

Commit

Permalink
fix(dependencies): updating dependencies to beta versions for Aurelia…
Browse files Browse the repository at this point in the history
… and other dev deps
  • Loading branch information
Vheissu committed Jan 17, 2016
1 parent 1122582 commit 5dd4eda
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,24 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.11.2",
"aurelia-http-client": "github:aurelia/http-client@^0.12.0",
"core-js": "npm:core-js@^0.9.4"
"aurelia-dependency-injection": "npm:aurelia/dependency-injection@^1.0.0-beta.1.0.1",
"aurelia-http-client": "npm:aurelia/http-client@^1.0.0-beta.1.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.0.0-beta.1.0.1",
"babel": "npm:babel-core@^5.6.4",
"babel-runtime": "npm:babel-runtime@^5.6.4",
"core-js": "npm:core-js@^1.2.6"
},
"overrides": {
"npm:[email protected]": {
"main": "client/shim.min"
}
}
},
"devDependencies": {
"aurelia-tools": "^0.1.3",
"conventional-changelog": "^0.0.11",
"aurelia-tools": "^0.1.18",
"conventional-changelog": "^0.4.2",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-babel": "^5.1.0",
Expand All @@ -50,13 +55,13 @@
"gulp-yuidoc": "^0.1.2",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.0",
"jspm": "^0.16.2",
"karma": "^0.12.28",
"jspm": "^0.16.11",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^5.2.1",
"karma-chrome-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-jasmine": "^0.3.5",
"karma-jspm": "^2.0.1",
"karma-jspm": "2.0.1-beta.2",
"object.assign": "^1.0.3",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
Expand Down

0 comments on commit 5dd4eda

Please sign in to comment.