@fullcalendar/react
Advanced tools
Comparing version 5.0.0-beta.2 to 5.0.0-beta.3
{ | ||
"name": "@fullcalendar/react", | ||
"version": "5.0.0-beta.2", | ||
"version": "5.0.0-beta.3", | ||
"title": "FullCalendar React Component", | ||
@@ -18,4 +18,24 @@ "description": "An official FullCalendar component for React", | ||
}, | ||
"module": "dist/main.js", | ||
"types": "dist/main.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": true, | ||
"scripts": { | ||
"build": "tsc -p tsconfig.json", | ||
"watch": "tsc -p tsconfig.json --sourceMap --watch", | ||
"clean": "rm -rf dist tmp", | ||
"rollup": "rollup -c", | ||
"rollup:watch": "rollup -c --watch", | ||
"karma": "karma start --browsers ChromeHeadless --single-run --no-auto-watch", | ||
"karma:watch": "karma start", | ||
"test": "npm run rollup && npm run karma", | ||
"test:watch": "npm run rollup && concurrently 'npm:rollup:watch' 'npm:karma:watch'", | ||
"lint": "eslint -c eslint.json tests --ext .js,.jsx && tslint --project .", | ||
"ci": "./scripts/ci.sh" | ||
}, | ||
"dependencies": { | ||
"@fullcalendar/core": "5.0.0-beta.2" | ||
"@fullcalendar/common": "5.0.0-beta.3", | ||
"tslib": "^1.9.3" | ||
}, | ||
@@ -26,5 +46,39 @@ "peerDependencies": { | ||
}, | ||
"main": "main.umd.js", | ||
"module": "main.esm.js", | ||
"types": "main.d.ts" | ||
} | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/preset-react": "^7.9.4", | ||
"@fullcalendar/daygrid": "5.0.0-beta.3", | ||
"@rollup/plugin-babel": "^5.0.0", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-json": "^4.0.3", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"@rollup/plugin-replace": "^2.3.2", | ||
"@types/react": "^16.9.32", | ||
"@types/react-dom": "^16.9.6", | ||
"babel-eslint": "^10.1.0", | ||
"concurrently": "^5.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^22.21.0", | ||
"eslint-plugin-node": "^9.2.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"karma": "^5.0.4", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-jasmine": "^3.1.1", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "^0.0.32", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-testing-library": "^6.0.2", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-postcss": "^2.0.3", | ||
"tslib": "^1.11.1", | ||
"tslint": "^5.20.1", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
8
0
7619
4
35
71
1
+ Addedtslib@^1.9.3
+ Added@fullcalendar/common@5.0.0-beta.3(transitive)
- Removed@fullcalendar/core@5.0.0-beta.2
- Removed@fullcalendar/core@5.0.0-beta.2(transitive)
- Removedpreact@10.25.4(transitive)