react-beautiful-dnd
Advanced tools
Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "react-beautiful-dnd", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Beautiful, accessible drag and drop for lists with React.js", | ||
@@ -37,4 +37,4 @@ "author": "Alex Reardon <areardon@atlassian.com>", | ||
"prettier:write": "yarn prettier --write $npm_package_config_prettier_target", | ||
"lint:eslint": "yarn eslint .", | ||
"lint:css": "stylelint \"stories/**/*.{js,jsx}\"", | ||
"lint:eslint": "yarn eslint \"./**/*.{js,jsx}\"", | ||
"lint:css": "stylelint \"stories/**/*.{js,jsx}\" \"website/src/**/*.{js,jsx}\"", | ||
"typecheck": "flow check", | ||
@@ -55,3 +55,3 @@ "bundle-size:check": "cross-env SNAPSHOT=match yarn build:dist && yarn build:clean", | ||
"dependencies": { | ||
"@babel/runtime-corejs2": "7.0.0-beta.56", | ||
"@babel/runtime-corejs2": "^7.0.0", | ||
"css-box-model": "^1.0.0", | ||
@@ -68,48 +68,48 @@ "memoize-one": "^4.0.0", | ||
"@atlaskit/css-reset": "^3.0.1", | ||
"@babel/core": "^7.0.0-beta.56", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.56", | ||
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.56", | ||
"@babel/plugin-transform-runtime": "^7.0.0-beta.56", | ||
"@babel/preset-env": "^7.0.0-beta.56", | ||
"@babel/preset-flow": "^7.0.0-beta.56", | ||
"@babel/preset-react": "^7.0.0-beta.56", | ||
"@storybook/react": "^3.4.8", | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@storybook/react": "^3.4.10", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^9.0.0-beta.3", | ||
"babel-eslint": "^9.0.0", | ||
"babel-jest": "^23.4.2", | ||
"babel-plugin-dev-expression": "^0.2.1", | ||
"babel-plugin-styled-components": "^1.5.1", | ||
"cross-env": "^5.2.0", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^5.2.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
"eslint-config-prettier": "^3.0.0", | ||
"emotion": "^9.2.8", | ||
"enzyme": "^3.5.0", | ||
"enzyme-adapter-react-16": "^1.3.0", | ||
"eslint": "^5.4.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-prettier": "^3.0.1", | ||
"eslint-plugin-flowtype": "^2.50.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-jest": "^21.18.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^21.22.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-prettier": "^2.6.2", | ||
"eslint-plugin-react": "^7.10.0", | ||
"flow-bin": "0.78.0", | ||
"jest": "^23.4.2", | ||
"eslint-plugin-react": "^7.11.1", | ||
"flow-bin": "0.79.1", | ||
"jest": "^23.5.0", | ||
"jest-junit": "^5.1.0", | ||
"jest-watch-typeahead": "^0.2.0", | ||
"prettier": "^1.14.0", | ||
"prettier": "^1.14.2", | ||
"raf-stub": "^2.0.2", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react-emotion": "^9.2.8", | ||
"react-test-renderer": "^16.4.2", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-babel": "^4.0.0-beta.8", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup": "^0.65.0", | ||
"rollup-plugin-babel": "^4.0.2", | ||
"rollup-plugin-commonjs": "^9.1.6", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-size-snapshot": "^0.6.0", | ||
"rollup-plugin-size-snapshot": "^0.6.1", | ||
"rollup-plugin-strip": "^1.1.1", | ||
"rollup-plugin-uglify": "^4.0.0", | ||
"styled-components": "^3.3.3", | ||
"stylelint": "9.5.0", | ||
"stylelint-config-prettier": "^3.3.0", | ||
"stylelint-config-prettier": "^4.0.0", | ||
"stylelint-config-standard": "^18.2.0", | ||
@@ -116,0 +116,0 @@ "stylelint-config-styled-components": "^0.1.1", |
Sorry, the diff of this file is too big to display
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
1211666
1325
+ Added@babel/runtime-corejs2@7.26.0(transitive)
- Removed@babel/runtime-corejs2@7.0.0-beta.56(transitive)
- Removedregenerator-runtime@0.12.1(transitive)