|
55 | 55 | "babel-preset-react-hmre": "^1.1.1", |
56 | 56 | "babel-preset-stage-0": "^6.16.0", |
57 | 57 | "chai": "^3.5.0", |
58 | | - "chai-enzyme": "^0.6.1", |
| 58 | + "chai-enzyme": "^1.0.0-beta.0", |
59 | 59 | "cheerio": "^0.22.0", |
60 | 60 | "coveralls": "^2.11.15", |
61 | 61 | "css-loader": "^0.26.0", |
62 | 62 | "css-modules-require-hook": "^4.0.5", |
63 | 63 | "dirty-chai": "^1.2.2", |
64 | | - "draft-js-plugins-editor": "2.0.0-rc2", |
65 | | - "draft-js-prism": "ngs/draft-js-prism#6edb31c3805dd1de3fb897cc27fced6bac1bafbb", |
66 | | - "enzyme": "^2.6.0", |
| 64 | + "draft-js-plugins-editor": "2.0.4", |
| 65 | + "draft-js-prism": "^1.0.5", |
| 66 | + "enzyme": "^3.3.0", |
| 67 | + "enzyme-adapter-react-16": "^1.1.1", |
67 | 68 | "eslint": "^3.11.1", |
68 | 69 | "eslint-config-airbnb": "^13.0.0", |
69 | 70 | "eslint-plugin-import": "^2.2.0", |
|
83 | 84 | "nyc": "^10.0.0", |
84 | 85 | "postcss-loader": "^1.1.1", |
85 | 86 | "prismjs": "^1.6.0", |
86 | | - "react": "^15.4.1", |
| 87 | + "raf": "^3.4.0", |
| 88 | + "react": "^16.2.0", |
87 | 89 | "react-addons-pure-render-mixin": "^15.4.1", |
88 | 90 | "react-addons-test-utils": "^15.4.1", |
89 | | - "react-dom": "^15.4.1", |
90 | | - "react-github-fork-ribbon": "^0.4.4", |
| 91 | + "react-dom": "^16.2.0", |
| 92 | + "react-github-fork-ribbon": "^0.5.1", |
91 | 93 | "rimraf": "^2.5.4", |
92 | 94 | "sinon": "^1.17.6", |
93 | 95 | "sinon-chai": "^2.8.0", |
|
99 | 101 | "webpack-hot-middleware": "^2.13.2" |
100 | 102 | }, |
101 | 103 | "peerDependencies": { |
102 | | - "draft-js-plugins-editor": "~2.0.0-rc.1 || 2.0.0-rc2 || 2.0.0-rc1 || 2.0.0-beta12", |
103 | | - "react": "^15.0.0", |
104 | | - "react-dom": "^15.0.0" |
| 104 | + "draft-js-plugins-editor": "^2.0.0 || ~2.0.0-rc.1 || 2.0.0-rc2 || 2.0.0-rc1 || 2.0.0-beta12", |
| 105 | + "react": "^16.0.0 || ^15.0.0", |
| 106 | + "react-dom": "^16.0.0 || ^15.0.0" |
105 | 107 | }, |
106 | 108 | "contributors": [ |
107 | 109 | "Atsushi Nagase <a@ngs.io>" |
108 | 110 | ], |
109 | 111 | "dependencies": { |
110 | | - "decorate-component-with-props": "^1.0.2", |
111 | | - "draft-js": "~0.10.1", |
112 | | - "draft-js-checkable-list-item": "^2.0.5", |
| 112 | + "decorate-component-with-props": "^1.1.0", |
| 113 | + "draft-js": "~0.10.5", |
| 114 | + "draft-js-checkable-list-item": "^3.0.0", |
113 | 115 | "immutable": "~3.7.4" |
114 | 116 | } |
115 | 117 | } |
0 commit comments