Skip to content

Commit 2f87b73

Browse files
authored
Updated node modules versions (#132)
2 parents e465834 + 4eb6301 commit 2f87b73

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.3.4](https://github.com/react-scheduler/react-big-schedule/compare/4.3.3...4.3.4)
2+
3+
`2024-02-21`
4+
5+
- Updated `node_modules` version by [@ansulagrawal](https://github.com/ansulagrawal) in [#132](https://github.com/react-scheduler/react-big-schedule/pull/132).
6+
- Fix Issue of Displaying hour headers properly in ViewType.Da by [@ansulagrawal](https://github.com/ansulagrawal) in [#131](https://github.com/react-scheduler/react-big-schedule/pull/131).
7+
- Bump webpack-dev-server from 4.15.1 to 5.0.2 by [@dependabot](https://github.com/dependabot) in [#130](https://github.com/react-scheduler/react-big-schedule/pull/130).
8+
19
## [4.3.3](https://github.com/react-scheduler/react-big-schedule/compare/4.3.2...4.3.3)
210

311
`2023-12-16`

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We take the security of react-big-schedule seriously. If you believe you have fo
77

88
| Version | Supported |
99
| --------| --------- |
10-
| 4.3.1 | :white_check_mark: |
10+
| 4.3.2 or grater | :white_check_mark: |
1111
| 4.2.5 | :white_check_mark: |
1212
| rest all | :x: |
1313

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-big-schedule",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"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",
55
"keywords": [
66
"react-big-schedule",
@@ -59,8 +59,8 @@
5959
"fix": "eslint ./"
6060
},
6161
"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",
6464
"dayjs": "^1.11.10",
6565
"prop-types": "^15.8.1",
6666
"react": "^18.2.0",
@@ -70,14 +70,14 @@
7070
"rrule": "^2.8.1"
7171
},
7272
"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",
7777
"@babel/preset-react": "^7.23.3",
7878
"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",
8181
"eslint": "^8.56.0",
8282
"eslint-config-airbnb": "^19.0.4",
8383
"eslint-plugin-import": "^2.29.1",
@@ -86,9 +86,9 @@
8686
"eslint-plugin-react-hooks": "^4.6.0",
8787
"eslint-webpack-plugin": "^4.0.1",
8888
"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",
9292
"webpack-cli": "^5.1.4",
9393
"webpack-dev-server": "^5.0.2"
9494
}

0 commit comments

Comments
 (0)