draft-js-checkable-list-item
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -20,3 +20,4 @@ 'use strict'; | ||
// https://github.com/facebook/draft-js/blob/master/src/model/immutable/DefaultDraftBlockRenderMap.js#L20 | ||
// https://github.com/facebook/draft-js/blob/0.10-stable/src/model/immutable/DefaultDraftBlockRenderMap.js#L22 | ||
// <ul className={cx('public/DraftStyleDefault/ul')} /> | ||
var WRAPPER = _react2.default.createElement('ul', { className: 'public-DraftStyleDefault-ul' }); | ||
@@ -23,0 +24,0 @@ |
@@ -42,3 +42,3 @@ 'use strict'; | ||
// https://github.com/facebook/draft-js/blob/master/src/model/modifier/RichTextEditorUtil.js#L190 | ||
// https://github.com/facebook/draft-js/blob/0.10-stable/src/model/modifier/RichTextEditorUtil.js#L190 | ||
@@ -45,0 +45,0 @@ }, { |
{ | ||
"name": "draft-js-checkable-list-item", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Checkable list item for Draft.js", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"draft-js": "~0.9.1", | ||
"draft-js": "^0.9.0", | ||
"immutable": "3.x", | ||
@@ -51,35 +51,35 @@ "react": "^15.0.0 || ~0.14.0", | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.18.2", | ||
"babel-eslint": "^7.1.1", | ||
"babel-jest": "^17.0.2", | ||
"babel-loader": "^6.2.8", | ||
"babel-plugin-transform-class-properties": "^6.19.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.18.0", | ||
"babel-polyfill": "^6.16.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-react": "^6.16.0", | ||
"coveralls": "^2.11.15", | ||
"css-loader": "^0.26.0", | ||
"draft-js": "^0.9.1", | ||
"enzyme": "^2.6.0", | ||
"eslint": "^3.11.1", | ||
"eslint-plugin-babel": "^4.0.0", | ||
"eslint-plugin-flowtype": "^2.29.0", | ||
"eslint-plugin-react": "^6.7.1", | ||
"flow-bin": "^0.36.0", | ||
"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-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"coveralls": "^2.13.0", | ||
"css-loader": "^0.28.0", | ||
"draft-js": "~0.10.0", | ||
"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", | ||
"flow-bin": "~0.32.0", | ||
"gh-pages": "^0.12.0", | ||
"html-webpack-plugin": "^2.24.1", | ||
"html-webpack-plugin": "^2.28.0", | ||
"immutable": "^3.8.1", | ||
"jest": "^17.0.3", | ||
"react": "^15.4.1", | ||
"react-addons-test-utils": "^15.4.1", | ||
"react-dom": "^15.4.1", | ||
"jest": "^19.0.2", | ||
"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.13.1", | ||
"style-loader": "^0.16.1", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^2.4.0", | ||
"webpack": "^1.13.3", | ||
"webpack-dev-server": "^1.16.2" | ||
"stylus-loader": "^3.0.1", | ||
"webpack": "^2.3.3", | ||
"webpack-dev-server": "^2.4.2" | ||
}, | ||
@@ -86,0 +86,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19321
229