|
1 | 1 | {
|
2 | 2 | "name": "react-big-schedule",
|
3 |
| - "version": "4.3.3", |
| 3 | + "version": "4.3.4", |
4 | 4 | "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",
|
5 | 5 | "keywords": [
|
6 | 6 | "react-big-schedule",
|
|
59 | 59 | "fix": "eslint ./"
|
60 | 60 | },
|
61 | 61 | "dependencies": {
|
62 |
| - "@ant-design/icons": "^5.2.6", |
63 |
| - "antd": "^5.12.2", |
| 62 | + "@ant-design/icons": "^5.3.0", |
| 63 | + "antd": "^5.14.1", |
64 | 64 | "dayjs": "^1.11.10",
|
65 | 65 | "prop-types": "^15.8.1",
|
66 | 66 | "react": "^18.2.0",
|
|
70 | 70 | "rrule": "^2.8.1"
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/cli": "^7.23.4", |
74 |
| - "@babel/core": "^7.23.6", |
75 |
| - "@babel/eslint-parser": "^7.23.3", |
76 |
| - "@babel/preset-env": "^7.23.6", |
| 73 | + "@babel/cli": "^7.23.9", |
| 74 | + "@babel/core": "^7.23.9", |
| 75 | + "@babel/eslint-parser": "^7.23.10", |
| 76 | + "@babel/preset-env": "^7.23.9", |
77 | 77 | "@babel/preset-react": "^7.23.3",
|
78 | 78 | "babel-loader": "^9.1.3",
|
79 |
| - "copy-webpack-plugin": "^12.0.1", |
80 |
| - "css-loader": "^6.8.1", |
| 79 | + "copy-webpack-plugin": "^12.0.2", |
| 80 | + "css-loader": "^6.10.0", |
81 | 81 | "eslint": "^8.56.0",
|
82 | 82 | "eslint-config-airbnb": "^19.0.4",
|
83 | 83 | "eslint-plugin-import": "^2.29.1",
|
|
86 | 86 | "eslint-plugin-react-hooks": "^4.6.0",
|
87 | 87 | "eslint-webpack-plugin": "^4.0.1",
|
88 | 88 | "fs-extra": "^11.2.0",
|
89 |
| - "html-webpack-plugin": "^5.5.4", |
90 |
| - "style-loader": "^3.3.3", |
91 |
| - "webpack": "^5.89.0", |
| 89 | + "html-webpack-plugin": "^5.6.0", |
| 90 | + "style-loader": "^3.3.4", |
| 91 | + "webpack": "^5.90.3", |
92 | 92 | "webpack-cli": "^5.1.4",
|
93 | 93 | "webpack-dev-server": "^5.0.2"
|
94 | 94 | }
|
|
0 commit comments