@fullcalendar/react
Advanced tools
Comparing version 6.1.13 to 6.1.14
@@ -1,2 +0,2 @@ | ||
import { Component } from 'react'; | ||
import React, { Component } from 'react'; | ||
import { CalendarOptions, CalendarApi } from '@fullcalendar/core'; | ||
@@ -16,3 +16,3 @@ import { CustomRendering } from '@fullcalendar/core/internal'; | ||
state: CalendarState; | ||
render(): JSX.Element; | ||
render(): React.JSX.Element; | ||
componentDidMount(): void; | ||
@@ -19,0 +19,0 @@ componentDidUpdate(): void; |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import React, { Component, createRef, PureComponent } from 'react'; | ||
@@ -3,0 +2,0 @@ import { createPortal, flushSync } from 'react-dom'; |
{ | ||
"name": "@fullcalendar/react", | ||
"version": "6.1.13", | ||
"version": "6.1.14", | ||
"title": "FullCalendar React Component", | ||
@@ -20,5 +20,5 @@ "description": "The official React Component for FullCalendar", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.1.13", | ||
"react": "^16.7.0 || ^17 || ^18", | ||
"react-dom": "^16.7.0 || ^17 || ^18" | ||
"@fullcalendar/core": "~6.1.14", | ||
"react": "^16.7.0 || ^17 || ^18 || ^19", | ||
"react-dom": "^16.7.0 || ^17 || ^18 || ^19" | ||
}, | ||
@@ -29,9 +29,9 @@ "devDependencies": { | ||
"@babel/preset-react": "^7.9.4", | ||
"@fullcalendar/adaptive": "~6.1.13", | ||
"@fullcalendar/core": "~6.1.13", | ||
"@fullcalendar/daygrid": "~6.1.13", | ||
"@fullcalendar/list": "~6.1.13", | ||
"@fullcalendar/resource": "~6.1.13", | ||
"@fullcalendar/resource-timeline": "~6.1.13", | ||
"@fullcalendar/timegrid": "~6.1.13", | ||
"@fullcalendar/adaptive": "~6.1.14", | ||
"@fullcalendar/core": "~6.1.14", | ||
"@fullcalendar/daygrid": "~6.1.14", | ||
"@fullcalendar/list": "~6.1.14", | ||
"@fullcalendar/resource": "~6.1.14", | ||
"@fullcalendar/resource-timeline": "~6.1.14", | ||
"@fullcalendar/timegrid": "~6.1.14", | ||
"@rollup/plugin-babel": "^5.0.0", | ||
@@ -43,10 +43,5 @@ "@rollup/plugin-commonjs": "^12.0.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/react": "^16.9.55", | ||
"@types/react-dom": "^16.9.9", | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"babel-eslint": "^10.1.0", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"concurrently": "^5.3.0", | ||
"eslint": "^8.25.0", | ||
"eslint-plugin-react": "^7.31.10", | ||
"karma": "^6.3.2", | ||
@@ -57,4 +52,4 @@ "karma-chrome-launcher": "^3.1.0", | ||
"karma-spec-reporter": "^0.0.32", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "^19.0.0-rc.0", | ||
"react-dom": "^19.0.0-rc.0", | ||
"rollup": "^2.79.0", | ||
@@ -83,3 +78,2 @@ "rollup-plugin-postcss": "^2.0.3", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"build": "pnpm run tsc && pnpm run rollup", | ||
@@ -90,3 +84,3 @@ "dev": "pnpm run tsc && concurrently 'npm:tsc:dev' 'npm:rollup:dev'", | ||
"clean": "rm -rf dist tests/dist", | ||
"ci": "pnpm run clean && pnpm run lint && pnpm run build && pnpm run test", | ||
"ci": "pnpm run clean && pnpm run build && pnpm run test", | ||
"tsc": "tsc -p .", | ||
@@ -93,0 +87,0 @@ "tsc:dev": "tsc -p . --watch --preserveWatchOutput --pretty", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30
22742
378