Skip to content

Commit

Permalink
Updated Node Packages Versions (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansulagrawal authored Nov 6, 2023
2 parents b1b5503 + 1a99dde commit e143b37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e143b37

Please sign in to comment.