Skip to content

Commit

Permalink
deps: update outdated dependencies (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored May 16, 2017
1 parent 5ba1797 commit 73bb9d1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 deletions examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.22.1",
"babel-preset-lux": "2.0.1",
"bcryptjs": "2.4.0",
"knex": "0.12.6",
"babel-core": "6.24.1",
"babel-preset-lux": "2.0.2",
"bcryptjs": "2.4.3",
"knex": "0.13.0",
"lux-framework": "1.1.7",
"sqlite3": "3.1.8"
},
"devDependencies": {
"faker": "3.1.0"
"faker": "4.1.0"
}
}
8 changes: 4 additions & 4 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.22.1",
"babel-preset-lux": "2.0.1",
"knex": "0.12.6",
"babel-core": "6.24.1",
"babel-preset-lux": "2.0.2",
"knex": "0.13.0",
"lux-framework": "1.1.7",
"sqlite3": "3.1.8"
},
"devDependencies": {
"faker": "3.1.0"
"faker": "4.1.0"
}
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,44 +38,44 @@
},
"dependencies": {
"ansi-regex": "2.1.1",
"babel-eslint": "7.1.1",
"babel-eslint": "7.2.3",
"chalk": "1.1.3",
"commander": "2.9.0",
"eslint": "3.15.0",
"eslint": "3.19.0",
"fb-watchman": "2.0.0",
"inflection": "1.12.0",
"knex": "0.12.6",
"ora": "1.1.0",
"rollup": "0.41.4",
"rollup-plugin-alias": "1.2.0",
"knex": "0.13.0",
"ora": "1.2.0",
"rollup": "0.41.6",
"rollup-plugin-alias": "1.3.1",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-eslint": "3.0.0",
"rollup-plugin-json": "2.0.2",
"rollup-plugin-json": "2.1.1",
"rollup-plugin-lux": "3.0.0",
"rollup-plugin-node-resolve": "2.0.0",
"source-map-support": "0.4.11"
"rollup-plugin-node-resolve": "3.0.0",
"source-map-support": "0.4.15"
},
"devDependencies": {
"babel-core": "6.22.1",
"babel-plugin-istanbul": "4.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
"babel-preset-lux": "2.0.1",
"babel-core": "6.24.1",
"babel-plugin-istanbul": "4.1.3",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-preset-lux": "2.0.2",
"chai": "3.5.0",
"eslint-config-airbnb-base": "11.1.0",
"eslint-plugin-flowtype": "2.30.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
"faker": "3.1.0",
"faker": "4.1.0",
"flow-bin": "0.38.0",
"flow-typed": "2.0.0",
"mocha": "3.2.0",
"flow-typed": "2.1.2",
"mocha": "3.4.1",
"mocha-junit-reporter": "1.13.0",
"node-fetch": "1.6.3",
"nyc": "10.1.2",
"remark-cli": "2.1.0",
"remark-lint": "5.4.0",
"remark-preset-lint-recommended": "1.0.0",
"nyc": "10.3.2",
"remark-cli": "3.0.1",
"remark-lint": "6.0.0",
"remark-preset-lint-recommended": "2.0.0",
"rollup-plugin-multi-entry": "2.0.1",
"shx": "0.2.2",
"sinon": "1.17.7"
"sinon": "2.2.0"
}
}
18 changes: 9 additions & 9 deletions test/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.22.1",
"babel-preset-lux": "2.0.1",
"bcryptjs": "2.4.0",
"faker": "3.1.0",
"knex": "0.12.6",
"mssql": "3.3.0",
"mysql2": "1.1.2",
"pg": "6.1.2",
"source-map-support": "0.4.10",
"babel-core": "6.24.1",
"babel-preset-lux": "2.0.2",
"bcryptjs": "2.4.3",
"faker": "4.1.0",
"knex": "0.13.0",
"mssql": "4.0.4",
"mysql2": "1.2.0",
"pg": "6.2.2",
"source-map-support": "0.4.15",
"sqlite3": "3.1.8"
}
}

0 comments on commit 73bb9d1

Please sign in to comment.