Skip to content

Commit

Permalink
upgraded D3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chejen committed Jan 9, 2017
1 parent 428326d commit 610901c
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 101 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,70 +36,70 @@
"node": ">=5"
},
"dependencies": {
"archiver": "^1.2.0",
"archiver": "^1.3.0",
"body-parser": "^1.15.2",
"bootstrap": "~3.3.7",
"d3": "^3.5.17",
"d3": "^4.4.1",
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"isomorphic-fetch": "^2.2.1",
"keys-translations-manager-core": "^1.3.0",
"mongoose": "^4.6.7",
"mongoose": "^4.7.6",
"multiparty": "^4.1.2",
"react": "~15.3.2",
"react-addons-pure-render-mixin": "~15.3.2",
"react-bootstrap": "~0.30.6",
"react-bootstrap-table": "~2.5.8",
"react-dom": "~15.3.2",
"react-dropzone": "^3.7.3",
"react-redux": "^4.4.6",
"react": "~15.4.2",
"react-addons-pure-render-mixin": "~15.4.2",
"react-bootstrap": "~0.30.7",
"react-bootstrap-table": "~2.8.3",
"react-dom": "~15.4.2",
"react-dropzone": "^3.8.0",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"socket.io": "^1.5.1"
"socket.io": "^1.7.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-istanbul": "~0.11.0",
"babel-loader": "^6.2.7",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-istanbul": "~0.12.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"clean-css": "^3.4.20",
"clean-css": "^3.4.23",
"codecov": "^1.0.1",
"compression": "^1.6.2",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"ejs": "^2.5.2",
"enzyme": "^2.6.0",
"eslint": "^3.10.0",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"ejs": "^2.5.5",
"enzyme": "^2.7.0",
"eslint": "^3.13.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-i18n": "^1.1.0",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react": "^6.9.0",
"eventsource-polyfill": "~0.9.6",
"istanbul": "~0.4.5",
"jsdom": "^9.8.3",
"less": "^2.7.1",
"jsdom": "^9.9.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"mocha": "^3.1.2",
"mocha": "^3.2.0",
"nock": "^9.0.2",
"nodemon": "^1.11.0",
"react-addons-test-utils": "~15.3.2",
"react-addons-test-utils": "~15.4.2",
"redux-mock-store": "^1.2.1",
"rename": "^1.0.3",
"serve-favicon": "^2.3.0",
"sinon": "^1.17.6",
"rename": "^1.0.4",
"serve-favicon": "^2.3.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"style-loader": "~0.13.1",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0",
"webpack-strip": "~0.1.0"
},
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions packages/keys-translations-manager-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keys-translations-manager-cli",
"version": "1.2.1",
"version": "1.2.2",
"description": "keys-translations-manager's command line.",
"keywords": [
"i18n",
Expand All @@ -18,10 +18,10 @@
"license": "MIT",
"repository": "https://github.com/chejen/keys-translations-manager/tree/master/packages/keys-translations-manager-cli",
"dependencies": {
"keys-translations-manager-core": "^1.2.0",
"yargs": "^4.7.1",
"keys-translations-manager-core": "^1.3.0",
"yargs": "^6.6.0",
"node-fs": "0.1.7",
"mongoose": "^4.4.20"
"mongoose": "^4.7.6"
},
"bin": {
"ktm": "./bin/ktm.js"
Expand Down
Loading

0 comments on commit 610901c

Please sign in to comment.