Skip to content

Commit

Permalink
chore: update dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed Apr 22, 2016
1 parent 47ef4b8 commit 909e732
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-core": "6.7.7",
"babel-eslint": "6.0.3",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-core": "6.7.7",
"babel-eslint": "6.0.3",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"dependencies": {
"ansi-regex": "2.0.0",
"babel-runtime": "6.6.1",
"bluebird": "3.3.4",
"bluebird": "3.3.5",
"colors": "1.1.2",
"commander": "2.9.0",
"inflection": "1.9.0",
"moment": "2.12.0",
"inflection": "1.10.0",
"moment": "2.13.0",
"ora": "0.2.1",
"orm": "2.1.30"
},
"devDependencies": {
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-core": "6.7.7",
"babel-eslint": "6.0.3",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"chai": "3.5.0",
"eslint": "2.7.0",
"eslint": "2.8.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-eslint": "2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/packages/cli/templates/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export default (name) => {
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-core": "6.7.7",
"babel-eslint": "6.0.3",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
Expand Down
8 changes: 4 additions & 4 deletions test/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.2",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.7",
"babel-eslint": "6.0.3",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
Expand Down

0 comments on commit 909e732

Please sign in to comment.