@devexpress/dx-react-scheduler
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -713,3 +713,3 @@ import * as React from 'react'; | ||
/** Describes an appointment data object that the `mapAppointmentData` function should return. */ | ||
/** Describes an appointment data object. If you use another data structure, map it to this structure as shown in this(https://devexpress.github.io/devextreme-reactive/react/scheduler/demos/featured/remote-data/) demo. */ | ||
export interface AppointmentModel { | ||
@@ -716,0 +716,0 @@ /** The start date. */ |
{ | ||
"name": "@devexpress/dx-react-scheduler", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Composable plugin-based scheduler component for React", | ||
@@ -39,2 +39,3 @@ "author": { | ||
"build:watch": "rollup -c rollup.config.js -w", | ||
"update-api": "api-extractor run", | ||
"lint": "eslint \"src/**\"", | ||
@@ -44,17 +45,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-core": "^1.10.1", | ||
"@devexpress/dx-react-core": "^1.10.1", | ||
"@devexpress/dx-testing": "^1.10.1", | ||
"@devexpress/dx-core": "^1.10.2", | ||
"@devexpress/dx-react-core": "^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", | ||
"core-js": "^2.6.5", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"enzyme-to-json": "^3.3.5", | ||
"eslint": "^5.13.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
@@ -64,25 +65,25 @@ "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-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-scheduler-core": "^1.10.1", | ||
"prop-types": "^15.6.2" | ||
"@devexpress/dx-scheduler-core": "^1.10.2", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-core": "1.10.1", | ||
"@devexpress/dx-react-core": "1.10.1", | ||
"react": ">=16.6.0", | ||
"react-dom": ">=16.6.0" | ||
"@devexpress/dx-core": "1.10.2", | ||
"@devexpress/dx-react-core": "1.10.2", | ||
"react": ">=16.8.3", | ||
"react-dom": ">=16.8.3" | ||
}, | ||
"gitHead": "c49e13b898b71a22a0d8045ab5b0aa28547e27b2" | ||
"gitHead": "e99493bd0ebb90865da223c2d76133659cdc6247" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
469450
1
+ Added@devexpress/dx-core@1.10.2(transitive)
+ Added@devexpress/dx-react-core@1.10.2(transitive)
- Removed@devexpress/dx-core@1.10.1(transitive)
- Removed@devexpress/dx-react-core@1.10.1(transitive)
Updatedprop-types@^15.7.2