diff --git a/CHANGELOG.md b/CHANGELOG.md index aa79766..571b485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.3.2](https://github.com/react-scheduler/react-big-schedule/compare/4.3.1...4.3.2) + +`2023-11-06` + +- Updated `node_modules` version by [@ansulagrawal](https://github.com/ansulagrawal) in [#111](https://github.com/react-scheduler/react-big-schedule/pull/111). + ## [4.3.1](https://github.com/react-scheduler/react-big-schedule/compare/4.3.0...4.3.1) `2023-10-16` diff --git a/package.json b/package.json index 2f1c0df..060f073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-schedule", - "version": "4.3.1", + "version": "4.3.2", "description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler", "keywords": [ "react-big-schedule", @@ -60,7 +60,7 @@ }, "dependencies": { "@ant-design/icons": "^5.2.6", - "antd": "^5.10.1", + "antd": "^5.11.0", "dayjs": "^1.11.10", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -78,10 +78,10 @@ "babel-loader": "^9.1.3", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", - "eslint": "^8.51.0", + "eslint": "^8.53.0", "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-webpack-plugin": "^4.0.1",