draft-js-checkable-list-plugin
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "draft-js-checkable-list-plugin", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Checkable list plugin for DraftJS", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"postdocs": "gh-pages -x -m 'Update [ci skip]' -d build -r https://github.com/sugarshin/draft-js-checkable-list-plugin.git", | ||
"prepublish": "npm run lint && npm run type && npm run test:coverage && NODE_ENV=production BABEL_ENV=production npm run build" | ||
"prepublishOnly": "npm run lint && npm run type && npm run test:coverage && NODE_ENV=production BABEL_ENV=production npm run build" | ||
}, | ||
@@ -44,3 +44,3 @@ "repository": "git@github.com:sugarshin/draft-js-checkable-list-plugin.git", | ||
"decorate-component-with-props": "^1.1.0", | ||
"draft-js-checkable-list-item": "^3.0.0", | ||
"draft-js-checkable-list-item": "^3.0.1", | ||
"immutable": "~3.7.4", | ||
@@ -50,29 +50,29 @@ "union-class-names": "^1.0.0" | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.36", | ||
"@babel/core": "^7.0.0-beta.36", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.36", | ||
"@babel/polyfill": "^7.0.0-beta.36", | ||
"@babel/preset-es2015": "^7.0.0-beta.36", | ||
"@babel/preset-es2016": "^7.0.0-beta.36", | ||
"@babel/preset-react": "^7.0.0-beta.36", | ||
"@babel/preset-stage-2": "^7.0.0-beta.36", | ||
"@babel/cli": "^7.0.0-beta.40", | ||
"@babel/core": "^7.0.0-beta.40", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.40", | ||
"@babel/polyfill": "^7.0.0-beta.40", | ||
"@babel/preset-es2015": "^7.0.0-beta.40", | ||
"@babel/preset-es2016": "^7.0.0-beta.40", | ||
"@babel/preset-react": "^7.0.0-beta.40", | ||
"@babel/preset-stage-2": "^7.0.0-beta.40", | ||
"babel-core": "^7.0.0-0", | ||
"babel-eslint": "^8.1.2", | ||
"babel-jest": "^22.0.4", | ||
"babel-eslint": "^8.2.2", | ||
"babel-jest": "^22.4.0", | ||
"babel-loader": "^8.0.0-beta.0", | ||
"coveralls": "^3.0.0", | ||
"css-loader": "^0.28.7", | ||
"draft-js": "~0.10.4", | ||
"css-loader": "^0.28.9", | ||
"draft-js": "~0.10.5", | ||
"draft-js-plugins-editor": "^2.0.4", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^4.14.0", | ||
"eslint": "^4.18.1", | ||
"eslint-plugin-babel": "^4.1.2", | ||
"eslint-plugin-flowtype": "^2.40.1", | ||
"eslint-plugin-react": "^7.5.1", | ||
"flow-bin": "^0.62.0", | ||
"eslint-plugin-flowtype": "^2.45.0", | ||
"eslint-plugin-react": "^7.7.0", | ||
"flow-bin": "^0.66.0", | ||
"gh-pages": "^1.1.0", | ||
"highlight.js": "^9.12.0", | ||
"html-webpack-plugin": "^2.30.1", | ||
"jest": "^22.0.4", | ||
"jest": "^22.4.0", | ||
"raf": "^3.4.0", | ||
@@ -82,10 +82,10 @@ "react": "^16.2.0", | ||
"react-ghfork": "^0.5.1", | ||
"react-hot-loader": "^3.1.3", | ||
"react-hot-loader": "^4.0.0-rc.0", | ||
"react-test-renderer": "^16.2.0", | ||
"regenerator-runtime": "^0.11.1", | ||
"style-loader": "^0.19.1", | ||
"style-loader": "^0.20.2", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^3.0.1", | ||
"webpack": "^3.10.0", | ||
"webpack-dev-server": "^2.9.7" | ||
"webpack": "^3.11.0", | ||
"webpack-dev-server": "^2.11.1" | ||
}, | ||
@@ -92,0 +92,0 @@ "peerDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18351
0