@devexpress/dx-react-grid-bootstrap4
Advanced tools
Comparing version 1.10.1 to 1.10.2
{ | ||
"name": "@devexpress/dx-react-grid-bootstrap4", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Bootstrap 4 templates for DevExtreme React Grid component", | ||
@@ -43,2 +43,3 @@ "author": { | ||
"build:watch": "rollup -c rollup.config.js -w", | ||
"update-api": "api-extractor run", | ||
"lint": "eslint \"src/**\"", | ||
@@ -48,17 +49,17 @@ "lint:fix": "yarn run lint -- --fix" | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/core": "^7.3.3", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-grid-core": "^1.10.1", | ||
"@devexpress/dx-react-core": "^1.10.1", | ||
"@devexpress/dx-react-grid": "^1.10.1", | ||
"@devexpress/dx-testing": "^1.10.1", | ||
"@devexpress/dx-grid-core": "^1.10.2", | ||
"@devexpress/dx-react-core": "^1.10.2", | ||
"@devexpress/dx-react-grid": "^1.10.2", | ||
"@devexpress/dx-testing": "^1.10.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.0.0", | ||
"babel-jest": "^24.1.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"core-js": "^2.6.3", | ||
"enzyme": "3.8.0", | ||
"enzyme-adapter-react-16": "^1.8.0", | ||
"eslint": "^5.13.0", | ||
"core-js": "^2.6.5", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"eslint": "^5.14.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
@@ -68,27 +69,27 @@ "eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.2.2", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"jest": "^24.0.0", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0", | ||
"react-test-renderer": "^16.7.0", | ||
"rollup": "^1.1.2", | ||
"jest": "^24.1.0", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react-test-renderer": "^16.8.3", | ||
"rollup": "^1.2.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-css-only": "^1.0.0", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.6", | ||
"prop-types": "^15.6.2", | ||
"prop-types": "^15.7.2", | ||
"react-popper": "^1.3.3" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-grid-core": "1.10.1", | ||
"@devexpress/dx-react-core": "1.10.1", | ||
"@devexpress/dx-react-grid": "1.10.1", | ||
"react": ">=16.6.0" | ||
"@devexpress/dx-grid-core": "1.10.2", | ||
"@devexpress/dx-react-core": "1.10.2", | ||
"@devexpress/dx-react-grid": "1.10.2", | ||
"react": ">=16.8.3" | ||
}, | ||
"gitHead": "c49e13b898b71a22a0d8045ab5b0aa28547e27b2" | ||
"gitHead": "e99493bd0ebb90865da223c2d76133659cdc6247" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
625020
6840
+ Added@devexpress/dx-core@1.10.2(transitive)
+ Added@devexpress/dx-grid-core@1.10.2(transitive)
+ Added@devexpress/dx-react-core@1.10.2(transitive)
+ Added@devexpress/dx-react-grid@1.10.2(transitive)
- Removed@devexpress/dx-core@1.10.1(transitive)
- Removed@devexpress/dx-grid-core@1.10.1(transitive)
- Removed@devexpress/dx-react-core@1.10.1(transitive)
- Removed@devexpress/dx-react-grid@1.10.1(transitive)
Updatedprop-types@^15.7.2