Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarshin committed May 23, 2017
1 parent baaf4d8 commit 37576e9
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 574 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -41,16 +41,16 @@
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js": "~0.10.0",
"draft-js-checkable-list-item": "^2.0.3",
"draft-js-checkable-list-item": "^2.0.5",
"immutable": "~3.7.4",
"union-class-names": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
Expand All @@ -59,32 +59,32 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"coveralls": "^2.13.0",
"css-loader": "^0.28.0",
"draft-js-plugins-editor": "2.0.0-beta10",
"coveralls": "^2.13.1",
"css-loader": "^0.28.2",
"draft-js-plugins-editor": "2.0.0-beta11",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.32.0",
"gh-pages": "^0.12.0",
"highlight.js": "^9.10.0",
"gh-pages": "^1.0.0",
"highlight.js": "^9.11.0",
"html-webpack-plugin": "^2.28.0",
"jest": "^19.0.2",
"jest": "^20.0.3",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react-ghfork": "^0.3.5",
"react-hot-loader": "3.0.0-beta.6",
"style-loader": "^0.16.1",
"react-hot-loader": "3.0.0-beta.7",
"react-test-renderer": "^15.5.4",
"style-loader": "^0.18.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
"webpack": "^2.6.0",
"webpack-dev-server": "^2.4.5"
},
"peerDependencies": {
"draft-js-plugins-editor": "2.0.0-beta10",
"draft-js-plugins-editor": "~2.0.0-beta.9 || 2.0.0-beta11 || 2.0.0-beta10 || 2.0.0-beta9",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
Expand Down

0 comments on commit 37576e9

Please sign in to comment.