@fullcalendar/react
Advanced tools
Comparing version 5.6.0 to 5.7.0
@@ -15,2 +15,3 @@ 'use strict'; | ||
createContext: React.createContext, | ||
createPortal: reactDom.createPortal, | ||
flushToDom: flushToDom, | ||
@@ -17,0 +18,0 @@ unmountComponentAtNode: reactDom.unmountComponentAtNode |
@@ -20,2 +20,3 @@ import * as react from 'react'; | ||
export import createContext = react.createContext; | ||
export import createPortal = reactDom.createPortal; | ||
type VUIEvent = react.UIEvent; | ||
@@ -22,0 +23,0 @@ function flushToDom(): void; |
@@ -10,2 +10,3 @@ import * as react from 'react'; | ||
createContext: react.createContext, | ||
createPortal: reactDom.createPortal, | ||
flushToDom: flushToDom, | ||
@@ -12,0 +13,0 @@ unmountComponentAtNode: reactDom.unmountComponentAtNode |
{ | ||
"name": "@fullcalendar/react", | ||
"version": "5.6.0", | ||
"version": "5.7.0", | ||
"title": "FullCalendar React Component", | ||
@@ -43,3 +43,3 @@ "description": "An official FullCalendar component for React", | ||
"dependencies": { | ||
"@fullcalendar/common": "~5.6.0", | ||
"@fullcalendar/common": "~5.7.0", | ||
"tslib": "^2.0.3" | ||
@@ -55,3 +55,3 @@ }, | ||
"@babel/preset-react": "^7.9.4", | ||
"@fullcalendar/daygrid": "~5.6.0", | ||
"@fullcalendar/daygrid": "~5.7.0", | ||
"@rollup/plugin-babel": "^5.0.0", | ||
@@ -76,3 +76,3 @@ "@rollup/plugin-commonjs": "^11.1.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"karma": "^5.2.3", | ||
"karma": "^6.3.2", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -79,0 +79,0 @@ "karma-jasmine": "^4.0.1", |
@@ -29,2 +29,3 @@ import * as react from 'react' | ||
export import createContext = react.createContext | ||
export import createPortal = reactDom.createPortal | ||
export type VUIEvent = react.UIEvent | ||
@@ -46,2 +47,3 @@ export function flushToDom(): void | ||
createContext: react.createContext, | ||
createPortal: reactDom.createPortal, | ||
flushToDom, | ||
@@ -48,0 +50,0 @@ unmountComponentAtNode: reactDom.unmountComponentAtNode |
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
15980
211
+ Added@fullcalendar/common@5.7.2(transitive)
- Removed@fullcalendar/common@5.6.0(transitive)
Updated@fullcalendar/common@~5.7.0