Skip to content

Commit

Permalink
chore(all): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 22, 2016
1 parent 248145e commit da7ddc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"url": "https://github.com/aurelia/metadata"
},
"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.1.1"
"aurelia-pal": "^1.0.0-rc.1.0.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"dist": "dist/amd"
},
"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.3.0"
"aurelia-pal": "^1.0.0-rc.1.0.0"
},
"peerDependencies": {
"aurelia-pal": "^1.0.0-beta.1.3.0"
"aurelia-pal": "^1.0.0-rc.1.0.0"
},
"devDependencies": {
"aurelia-polyfills": "^0.1.1",
Expand All @@ -41,23 +41,23 @@
}
},
"dependencies": {
"aurelia-pal": "^1.0.0-beta.1.3.0"
"aurelia-pal": "^1.0.0-rc.1.0.0"
},
"devDependencies": {
"aurelia-tools": "^0.2.1",
"babel-dts-generator": "^0.5.1",
"babel-eslint": "^6.0.4",
"aurelia-tools": "^0.2.3",
"babel-dts-generator": "^0.6.0",
"babel-eslint": "^6.0.5",
"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.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose-native-modules": "^1.0.0",
"babel-preset-stage-1": "^6.5.0",
"del": "^2.2.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.1.0",
Expand All @@ -83,8 +83,8 @@
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"through2": "^2.0.1",
"typedoc": "^0.4.2",
"typescript": "^1.9.0-dev.20160610-1.0",
"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"
Expand Down

0 comments on commit da7ddc0

Please sign in to comment.