react-big-calendar
Advanced tools
Comparing version 0.40.8 to 1.0.0
@@ -0,1 +1,13 @@ | ||
# [1.0.0](https://github.com/jquense/react-big-calendar/compare/v0.40.8...v1.0.0) (2022-07-07) | ||
### Features | ||
* **localizers:** move localizer dependencies ([e4a3235](https://github.com/jquense/react-big-calendar/commit/e4a323538c2d2c3cd6c56300ef560ac5f18519c4)) | ||
### BREAKING CHANGES | ||
* **localizers:** moment, luxon and globalize are no longer bundled | ||
## [0.40.8](https://github.com/jquense/react-big-calendar/compare/v0.40.7...v0.40.8) (2022-07-07) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "react-big-calendar", | ||
"version": "0.40.8", | ||
"version": "1.0.0", | ||
"description": "Calendar! with events", | ||
@@ -44,3 +44,2 @@ "author": { | ||
"peerDependencies": { | ||
"moment": "^2.29.1", | ||
"react": "^16.14.0 || ^17 || ^18", | ||
@@ -50,29 +49,29 @@ "react-dom": "^16.14.0 || ^17 || ^18" | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.5", | ||
"@babel/eslint-parser": "^7.17.0", | ||
"@babel/plugin-transform-runtime": "^7.17.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@commitlint/cli": "^16.2.1", | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@babel/cli": "^7.18.6", | ||
"@babel/core": "^7.18.6", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.18.6", | ||
"@babel/preset-env": "^7.18.6", | ||
"@commitlint/cli": "^17.0.3", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"@rollup/plugin-babel": "5.3.1", | ||
"@rollup/plugin-commonjs": "21.0.2", | ||
"@rollup/plugin-node-resolve": "13.1.3", | ||
"@rollup/plugin-commonjs": "22.0.1", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@rollup/plugin-replace": "4.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@storybook/addon-actions": "^6.4.19", | ||
"@storybook/addon-essentials": "^6.4.19", | ||
"@storybook/addon-jest": "6.4.19", | ||
"@storybook/addon-links": "^6.4.19", | ||
"@storybook/addon-postcss": "2.0.0", | ||
"@storybook/builder-webpack5": "^6.4.19", | ||
"@storybook/manager-webpack5": "^6.4.19", | ||
"@storybook/addon-actions": "^6.5.9", | ||
"@storybook/addon-essentials": "^6.5.9", | ||
"@storybook/addon-jest": "6.5.9", | ||
"@storybook/addon-links": "^6.5.9", | ||
"@storybook/addon-postcss": "^2.0.0", | ||
"@storybook/builder-webpack5": "^6.5.9", | ||
"@storybook/manager-webpack5": "^6.5.9", | ||
"@storybook/preset-scss": "1.0.3", | ||
"@storybook/react": "^6.4.19", | ||
"@storybook/theming": "6.4.19", | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"autoprefixer": "^10.4.2", | ||
"babel-jest": "^27.5.1", | ||
"babel-loader": "^8.2.3", | ||
"@storybook/react": "^6.5.9", | ||
"@storybook/theming": "6.5.9", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"autoprefixer": "^10.4.7", | ||
"babel-jest": "^28.1.2", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
@@ -83,48 +82,45 @@ "babel-plugin-transform-rename-import": "^2.3.0", | ||
"bootstrap-sass": "3.4.3", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.19.0", | ||
"eslint-config-jason": "^8.2.2", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-webpack": "^0.13.2", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-react": "^7.29.3", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"font-awesome": "^4.7.0", | ||
"globalize": "^0.1.1", | ||
"husky": "^7.0.0", | ||
"husky": "^8.0.1", | ||
"is-ci": "^3.0.1", | ||
"jest": "^27.5.1", | ||
"lint-staged": "^12.3.5", | ||
"luxon": "^2.3.1", | ||
"moment": "^2.29.1", | ||
"moment-timezone": "^0.5.34", | ||
"postcss": "^8.4.8", | ||
"postcss-cli": "^9.1.0", | ||
"prettier": "^2.5.1", | ||
"jest": "^28.1.2", | ||
"jest-environment-jsdom": "^28.1.2", | ||
"lint-staged": "^13.0.3", | ||
"postcss": "^8.4.14", | ||
"postcss-cli": "^10.0.0", | ||
"prettier": "^2.7.1", | ||
"react": "^17.0.2", | ||
"react-bootstrap": "^0.32.4", | ||
"react-docgen": "^5.4.0", | ||
"react-dom": "^17.0.2", | ||
"react-tackle-box": "^2.1.0", | ||
"regenerator-runtime": "^0.13.9", | ||
"rollup": "^2.70.0", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-clear": "^2.0.7", | ||
"rollup-plugin-size-snapshot": "^0.12.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "1.49.9", | ||
"sass-loader": "^12.6.0", | ||
"semantic-release": "^19.0.2", | ||
"webpack": "^5.70.0", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^4.7.4", | ||
"zx": "^5.2.0" | ||
"sass": "1.53.0", | ||
"sass-loader": "^13.0.2", | ||
"semantic-release": "^19.0.3", | ||
"zx": "^7.0.7" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.17.2", | ||
"clsx": "^1.1.1", | ||
"@babel/runtime": "^7.18.6", | ||
"clsx": "^1.2.1", | ||
"date-arithmetic": "^4.1.0", | ||
"dom-helpers": "^5.2.1", | ||
"globalize": "^0.1.1", | ||
"invariant": "^2.2.4", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21", | ||
"luxon": "^2.4.0", | ||
"memoize-one": "^6.0.0", | ||
"moment": "^2.29.4", | ||
"moment-timezone": "^0.5.34", | ||
"prop-types": "^15.8.1", | ||
@@ -131,0 +127,0 @@ "react-overlays": "^4.1.1", |
Sorry, the diff of this file is too big to display
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 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2437641
61
53262
0
17
+ Addedglobalize@^0.1.1
+ Addedluxon@^2.4.0
+ Addedmoment@^2.29.4
+ Addedmoment-timezone@^0.5.34
+ Addedglobalize@0.1.1(transitive)
+ Addedluxon@2.5.2(transitive)
+ Addedmoment-timezone@0.5.46(transitive)
Updated@babel/runtime@^7.18.6
Updatedclsx@^1.2.1