draft-js-checkable-list-item
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "draft-js-checkable-list-item", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Checkable list item for Draft.js", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"postghpages": "gh-pages -x -m 'Update [ci skip]' -d build -r https://github.com/sugarshin/draft-js-checkable-list-item.git", | ||
"prepublish": "npm run check && npm run jest && npm run compile" | ||
"prepublishOnly": "npm run check && npm run jest && npm run compile" | ||
}, | ||
@@ -46,47 +46,53 @@ "repository": { | ||
"draft-js": "~0.10.0 || ~0.9.0", | ||
"immutable": "3.x", | ||
"react": "^15.0.0 || ~0.14.0", | ||
"react-dom": "^15.0.0 || ~0.14.0" | ||
"immutable": "^3.7.4", | ||
"react": "^16.0.0 || ^15.0.0 || ~0.14.0", | ||
"react-dom": "^16.0.0 || ^15.0.0 || ~0.14.0" | ||
}, | ||
"dependencies": { | ||
"draft-js-modifiers": "^0.1.2" | ||
"draft-js-modifiers": "^0.1.5" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-jest": "^20.0.3", | ||
"babel-loader": "^7.0.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-jest": "^21.2.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"coveralls": "^2.13.1", | ||
"css-loader": "^0.28.2", | ||
"draft-js": "~0.10.0", | ||
"enzyme": "^2.8.2", | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-babel": "^4.1.1", | ||
"eslint-plugin-flowtype": "^2.33.0", | ||
"eslint-plugin-react": "^7.0.1", | ||
"flow-bin": "~0.32.0", | ||
"coveralls": "^3.0.0", | ||
"css-loader": "^0.28.7", | ||
"draft-js": "~0.10.4", | ||
"enzyme": "^3.1.0", | ||
"enzyme-adapter-react-16": "^1.0.2", | ||
"eslint": "^4.10.0", | ||
"eslint-plugin-babel": "^4.1.2", | ||
"eslint-plugin-flowtype": "^2.39.1", | ||
"eslint-plugin-react": "^7.4.0", | ||
"flow-bin": "~0.57.3", | ||
"gh-pages": "^1.0.0", | ||
"html-webpack-plugin": "^2.28.0", | ||
"html-webpack-plugin": "^2.30.1", | ||
"immutable": "~3.7.4", | ||
"jest": "^20.0.3", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-ghfork": "^0.3.5", | ||
"react-hot-loader": "3.0.0-beta.7", | ||
"react-test-renderer": "^15.5.4", | ||
"style-loader": "^0.18.0", | ||
"jest": "^21.2.1", | ||
"raf": "^3.4.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-ghfork": "^0.5.1", | ||
"react-hot-loader": "^3.1.1", | ||
"react-test-renderer": "^16.0.0", | ||
"style-loader": "^0.19.0", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^3.0.1", | ||
"webpack": "^2.6.0", | ||
"webpack-dev-server": "^2.4.5" | ||
"webpack": "^3.8.1", | ||
"webpack-dev-server": "^2.9.3" | ||
}, | ||
"jest": { | ||
"testRegex": "/tests/.*-test\\.js$" | ||
"testRegex": "/tests/.*-test\\.js$", | ||
"setupFiles": [ | ||
"raf/polyfill", | ||
"<rootDir>/tests/config/enzyme.js" | ||
] | ||
} | ||
} |
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
17800
35
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedscheduler@0.19.1(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedreact@15.7.0(transitive)
- Removedreact-dom@15.7.0(transitive)
Updateddraft-js-modifiers@^0.1.5