react-grid-layout
Advanced tools
Comparing version 0.15.2 to 0.15.3
{ | ||
"name": "react-grid-layout", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.", | ||
@@ -37,19 +37,15 @@ "main": "index.js", | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"classnames": "2.x", | ||
"lodash.isequal": "^4.0.0", | ||
"prop-types": "^15.5.8", | ||
"prop-types": "15.x", | ||
"react-draggable": "^3.0.3", | ||
"react-resizable": "^1.7.4" | ||
"react-resizable": "^1.7.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.3 || ^15.0.0", | ||
"react-dom": "^0.14.3 || ^15.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "^7.2.2", | ||
"babel-jest": "^21.0.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-jest": "^21.2.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-react-transform": "^2.0.0", | ||
"babel-plugin-react-transform": "^3.0.0", | ||
"babel-plugin-transform-react-constant-elements": "^6.5.0", | ||
@@ -63,8 +59,8 @@ "babel-plugin-transform-react-inline-elements": "^6.6.5", | ||
"ejs": "^2.4.1", | ||
"eslint": "^4.6.1", | ||
"eslint-plugin-react": "^7.3.0", | ||
"eslint": "^4.7.2", | ||
"eslint-plugin-react": "^7.4.0", | ||
"exports-loader": "^0.6.4", | ||
"flow-bin": "^0.54.0", | ||
"flow-bin": "^0.55.0", | ||
"imports-loader": "^0.7.1", | ||
"jest-cli": "^21.0.1", | ||
"jest-cli": "^21.2.0", | ||
"jsxhint": "^0.15.1", | ||
@@ -74,4 +70,4 @@ "lodash": "^4.3.0", | ||
"precommit-hook": "^3.0.0", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react": "^16.x", | ||
"react-dom": "^16.x", | ||
"react-hot-loader": "^1.3.0", | ||
@@ -81,4 +77,4 @@ "react-transform-hmr": "^1.0.2", | ||
"valiquire": "^0.3.0", | ||
"webpack": "^3.5.5", | ||
"webpack-dev-server": "^2.4.2" | ||
"webpack": "^3.6.0", | ||
"webpack-dev-server": "^2.8.2" | ||
}, | ||
@@ -85,0 +81,0 @@ "publishConfig": { |
@@ -122,5 +122,5 @@ # React-Grid-Layout | ||
<ReactGridLayout className="layout" layout={layout} cols={12} rowHeight={30} width={1200}> | ||
<div key={'a'}>a</div> | ||
<div key={'b'}>b</div> | ||
<div key={'c'}>c</div> | ||
<div key="a">a</div> | ||
<div key="b">b</div> | ||
<div key="c">c</div> | ||
</ReactGridLayout> | ||
@@ -168,5 +168,5 @@ ) | ||
cols={{lg: 12, md: 10, sm: 6, xs: 4, xxs: 2}}> | ||
<div key={"1"}>1</div> | ||
<div key={"2"}>2</div> | ||
<div key={"3"}>3</div> | ||
<div key="1">1</div> | ||
<div key="2">2</div> | ||
<div key="3">3</div> | ||
</ResponsiveReactGridLayout> | ||
@@ -206,5 +206,5 @@ ) | ||
cols={{lg: 12, md: 10, sm: 6, xs: 4, xxs: 2}}> | ||
<div key={"1"}>1</div> | ||
<div key={"2"}>2</div> | ||
<div key={"3"}>3</div> | ||
<div key="1">1</div> | ||
<div key="2">2</div> | ||
<div key="3">3</div> | ||
</ResponsiveReactGridLayout> | ||
@@ -211,0 +211,0 @@ ) |
Sorry, the diff of this file is not supported yet
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
5
161798
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.018.3.1(transitive)
- Removedreact-dom@15.7.018.3.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedscheduler@0.23.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedclassnames@2.x
Updatedprop-types@15.x
Updatedreact-resizable@^1.7.5