|
39 | 39 | "author": "Shingo Sato <shinsugar@gmail.com>", |
40 | 40 | "license": "MIT", |
41 | 41 | "dependencies": { |
42 | | - "decorate-component-with-props": "^1.0.2", |
43 | | - "draft-js": "~0.10.1", |
44 | | - "draft-js-checkable-list-item": "^2.0.5", |
| 42 | + "decorate-component-with-props": "^1.1.0", |
| 43 | + "draft-js-checkable-list-item": "^3.0.0", |
45 | 44 | "immutable": "~3.7.4", |
46 | 45 | "union-class-names": "^1.0.0" |
47 | 46 | }, |
48 | 47 | "devDependencies": { |
49 | | - "babel-cli": "^6.24.1", |
50 | | - "babel-core": "^6.25.0", |
51 | | - "babel-eslint": "^7.2.3", |
52 | | - "babel-jest": "^20.0.3", |
53 | | - "babel-loader": "^7.0.0", |
| 48 | + "babel-cli": "^6.26.0", |
| 49 | + "babel-core": "^6.26.0", |
| 50 | + "babel-eslint": "^8.1.2", |
| 51 | + "babel-jest": "^22.0.4", |
| 52 | + "babel-loader": "^7.1.2", |
54 | 53 | "babel-plugin-rewire": "^1.1.0", |
55 | 54 | "babel-plugin-transform-class-properties": "^6.24.1", |
56 | 55 | "babel-plugin-transform-flow-strip-types": "^6.22.0", |
57 | | - "babel-plugin-transform-object-rest-spread": "^6.23.0", |
58 | | - "babel-polyfill": "^6.23.0", |
| 56 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 57 | + "babel-polyfill": "^6.26.0", |
59 | 58 | "babel-preset-es2015": "^6.24.1", |
60 | 59 | "babel-preset-es2016": "^6.24.1", |
61 | 60 | "babel-preset-react": "^6.24.1", |
62 | | - "coveralls": "^2.13.1", |
63 | | - "css-loader": "^0.28.4", |
64 | | - "draft-js-plugins-editor": "2.0.0-rc2", |
65 | | - "enzyme": "^2.8.2", |
66 | | - "eslint": "^4.0.0", |
67 | | - "eslint-plugin-babel": "^4.1.1", |
68 | | - "eslint-plugin-flowtype": "^2.34.0", |
69 | | - "eslint-plugin-react": "^7.1.0", |
70 | | - "flow-bin": "^0.42.0", |
71 | | - "gh-pages": "^1.0.0", |
| 61 | + "coveralls": "^3.0.0", |
| 62 | + "css-loader": "^0.28.7", |
| 63 | + "draft-js": "~0.10.4", |
| 64 | + "draft-js-plugins-editor": "^2.0.4", |
| 65 | + "enzyme": "^3.3.0", |
| 66 | + "enzyme-adapter-react-16": "^1.1.1", |
| 67 | + "eslint": "^4.14.0", |
| 68 | + "eslint-plugin-babel": "^4.1.2", |
| 69 | + "eslint-plugin-flowtype": "^2.40.1", |
| 70 | + "eslint-plugin-react": "^7.5.1", |
| 71 | + "flow-bin": "^0.62.0", |
| 72 | + "gh-pages": "^1.1.0", |
72 | 73 | "highlight.js": "^9.12.0", |
73 | | - "html-webpack-plugin": "^2.28.0", |
74 | | - "jest": "^20.0.4", |
75 | | - "react": "^15.6.1", |
76 | | - "react-dom": "^15.6.1", |
77 | | - "react-ghfork": "^0.3.5", |
78 | | - "react-hot-loader": "3.0.0-beta.7", |
79 | | - "react-test-renderer": "^15.6.1", |
80 | | - "style-loader": "^0.18.2", |
| 74 | + "html-webpack-plugin": "^2.30.1", |
| 75 | + "jest": "^22.0.4", |
| 76 | + "raf": "^3.4.0", |
| 77 | + "react": "^16.2.0", |
| 78 | + "react-dom": "^16.2.0", |
| 79 | + "react-ghfork": "^0.5.1", |
| 80 | + "react-hot-loader": "^3.1.3", |
| 81 | + "react-test-renderer": "^16.2.0", |
| 82 | + "style-loader": "^0.19.1", |
81 | 83 | "stylus": "^0.54.5", |
82 | 84 | "stylus-loader": "^3.0.1", |
83 | | - "webpack": "^2.6.1", |
84 | | - "webpack-dev-server": "^2.4.5" |
| 85 | + "webpack": "^3.10.0", |
| 86 | + "webpack-dev-server": "^2.9.7" |
85 | 87 | }, |
86 | 88 | "peerDependencies": { |
87 | | - "draft-js-plugins-editor": "~2.0.0-rc.1 || 2.0.0-rc2 || 2.0.0-rc1 || 2.0.0-beta12 || 2.0.0-beta11 || 2.0.0-beta10 || 2.0.0-beta9", |
88 | | - "react": "^15.0.0", |
89 | | - "react-dom": "^15.0.0" |
| 89 | + "draft-js": "~0.10.1", |
| 90 | + "draft-js-plugins-editor": "^2.0.0", |
| 91 | + "react": "^16.0.0 || ^15.0.0", |
| 92 | + "react-dom": "^16.0.0 || ^15.0.0" |
90 | 93 | }, |
91 | 94 | "jest": { |
92 | | - "testRegex": "test/.+-test\\.js$" |
| 95 | + "testRegex": "test/.+-test\\.js$", |
| 96 | + "setupFiles": [ |
| 97 | + "raf/polyfill", |
| 98 | + "<rootDir>/config/configure-enzyme.js" |
| 99 | + ] |
93 | 100 | } |
94 | 101 | } |
0 commit comments