@devexpress/dx-grid-core
Advanced tools
Comparing version 1.10.0 to 1.10.1
{ | ||
"name": "@devexpress/dx-grid-core", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Core library for the DevExtreme Reactive Grid component", | ||
@@ -28,2 +28,3 @@ "author": { | ||
"module": "dist/dx-grid-core.es.js", | ||
"types": "dist/dx-grid-core.d.ts", | ||
"globalName": "DevExpress.DXGridCore", | ||
@@ -39,27 +40,21 @@ "files": [ | ||
"build:watch": "rollup -c rollup.config.js -w", | ||
"lint": "eslint \"src/**\"", | ||
"lint": "tslint -p tsconfig.lint.json", | ||
"lint:fix": "yarn run lint -- --fix" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"@devexpress/dx-core": "1.10.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"core-js": "^2.6.1", | ||
"eslint": "^5.11.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.1.2", | ||
"jest": "^23.6.0", | ||
"rollup": "^0.68.2", | ||
"rollup-plugin-babel": "^4.1.0", | ||
"rollup-plugin-license": "^0.7.0" | ||
"@devexpress/dx-core": "^1.10.1", | ||
"core-js": "^2.6.3", | ||
"jest": "^24.0.0", | ||
"rollup": "^1.1.2", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-typescript2": "^0.19.2", | ||
"tslint": "^5.12.1", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"typescript": "^3.3.1", | ||
"typescript-tslint-plugin": "^0.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-core": "1.10.0" | ||
"@devexpress/dx-core": "1.10.1" | ||
}, | ||
"gitHead": "0890839a23a7afd042ad3984dca69232767d60cd" | ||
"gitHead": "c49e13b898b71a22a0d8045ab5b0aa28547e27b2" | ||
} |
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
10
579402
4263