Skip to content

Bump @fullcalendar/timeline from 6.1.11 to 6.1.17 in /client #1669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fullcalendar/resource-timegrid": "^6.1.11",
"@fullcalendar/resource-timeline": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.6",
"@fullcalendar/timeline": "^6.1.6",
"@fullcalendar/timeline": "^6.1.17",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"agora-rtc-sdk-ng": "^4.20.2",
Expand Down
36 changes: 34 additions & 2 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2541,6 +2541,15 @@ __metadata:
languageName: node
linkType: hard

"@fullcalendar/premium-common@npm:~6.1.17":
version: 6.1.17
resolution: "@fullcalendar/premium-common@npm:6.1.17"
peerDependencies:
"@fullcalendar/core": ~6.1.17
checksum: 248e34a3a8588f787458f040b690c5e4a1498c2e5446023e6b030bf6bdc32404f0099d58feee436082d9638ce6016086ec5c6675d914864ee3faa277d1013822
languageName: node
linkType: hard

"@fullcalendar/react@npm:^6.1.6":
version: 6.1.11
resolution: "@fullcalendar/react@npm:6.1.11"
Expand Down Expand Up @@ -2615,6 +2624,17 @@ __metadata:
languageName: node
linkType: hard

"@fullcalendar/scrollgrid@npm:~6.1.17":
version: 6.1.17
resolution: "@fullcalendar/scrollgrid@npm:6.1.17"
dependencies:
"@fullcalendar/premium-common": ~6.1.17
peerDependencies:
"@fullcalendar/core": ~6.1.17
checksum: 2069477519e92bc51bf590bb8ccb85ee5647bea1375854e2b6d997c2bf74a7e4fbba98e2cb3ab362a4052f2db727e8551ee5910438dd4ddfc8b12a95fdcfe53c
languageName: node
linkType: hard

"@fullcalendar/timegrid@npm:^6.1.6, @fullcalendar/timegrid@npm:~6.1.11":
version: 6.1.11
resolution: "@fullcalendar/timegrid@npm:6.1.11"
Expand All @@ -2626,7 +2646,19 @@ __metadata:
languageName: node
linkType: hard

"@fullcalendar/timeline@npm:^6.1.6, @fullcalendar/timeline@npm:~6.1.11":
"@fullcalendar/timeline@npm:^6.1.17":
version: 6.1.17
resolution: "@fullcalendar/timeline@npm:6.1.17"
dependencies:
"@fullcalendar/premium-common": ~6.1.17
"@fullcalendar/scrollgrid": ~6.1.17
peerDependencies:
"@fullcalendar/core": ~6.1.17
checksum: 9dbffafbeb9068b68f4e257d51c4ffa35ada841d49d8b8778afbd4aafb85b184e50284c429e9b44f2808cacf392b01c879aae245d64eddc922152202ffd14142
languageName: node
linkType: hard

"@fullcalendar/timeline@npm:~6.1.11":
version: 6.1.11
resolution: "@fullcalendar/timeline@npm:6.1.11"
dependencies:
Expand Down Expand Up @@ -14015,7 +14047,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
"@fullcalendar/resource-timegrid": ^6.1.11
"@fullcalendar/resource-timeline": ^6.1.11
"@fullcalendar/timegrid": ^6.1.6
"@fullcalendar/timeline": ^6.1.6
"@fullcalendar/timeline": ^6.1.17
"@types/react": ^18.2.45
"@types/react-dom": ^18.2.18
agora-rtc-sdk-ng: ^4.20.2
Expand Down
Loading