Skip to content
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

Reflecting other changes #477

Merged
merged 10 commits into from
Nov 5, 2023
Merged
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 @@ -7,7 +7,7 @@
"@fullcalendar/core": "^6.1.6",
"@fullcalendar/daygrid": "^6.1.6",
"@fullcalendar/interaction": "^6.1.6",
"@fullcalendar/list": "^6.1.6",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/moment": "^6.1.6",
"@fullcalendar/react": "^6.1.6",
"@fullcalendar/timegrid": "^6.1.6",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"devDependencies": {
"@types/core-js": "^2.5.5",
"@types/intl": "^1.2.0",
"@types/intl": "^1.2.1",
"@types/papaparse": "^5.3.5",
"@types/regenerator-runtime": "^0.13.1",
"@types/uuid": "^8.3.4",
Expand Down
22 changes: 11 additions & 11 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2532,12 +2532,12 @@ __metadata:
languageName: node
linkType: hard

"@fullcalendar/list@npm:^6.1.6":
version: 6.1.8
resolution: "@fullcalendar/list@npm:6.1.8"
"@fullcalendar/list@npm:^6.1.9":
version: 6.1.9
resolution: "@fullcalendar/list@npm:6.1.9"
peerDependencies:
"@fullcalendar/core": ~6.1.8
checksum: b5c397040e0ed9566f0bdbe2c6377a3656f2db823b38085bf45bfb50c6415ecc854411e496b81d5932a5c77a1a9abfa8b582d67bad1e4dc562f41b6b14621dae
"@fullcalendar/core": ~6.1.9
checksum: 978dd54b7131369d023e4d8a0e97b986a89a986b94a0d71dc6e9782e60e6c268184f2c596dcc7fa0580b143bfd39390a40ea4c9114afd1fa2eca5c48a7b0aaab
languageName: node
linkType: hard

Expand Down Expand Up @@ -4025,10 +4025,10 @@ __metadata:
languageName: node
linkType: hard

"@types/intl@npm:^1.2.0":
version: 1.2.0
resolution: "@types/intl@npm:1.2.0"
checksum: 95348313fee4949c6feba98bb35be45c0930ff816d7fedee8afd003282cbc004bf682ff94e6a662af5987c8fcc98bb4e8f93a4919d1ef6bbd9ce83577bd77fa6
"@types/intl@npm:^1.2.1":
version: 1.2.1
resolution: "@types/intl@npm:1.2.1"
checksum: 5e1c93792a0c61f55c21384d8a64e521deae878cb5ff730008aca43790b2a6e91d96ab5779c390014ec9184246e2420835455c261645a8877a2500c96646a49e
languageName: node
linkType: hard

Expand Down Expand Up @@ -11843,7 +11843,7 @@ __metadata:
"@fullcalendar/core": ^6.1.6
"@fullcalendar/daygrid": ^6.1.6
"@fullcalendar/interaction": ^6.1.6
"@fullcalendar/list": ^6.1.6
"@fullcalendar/list": ^6.1.9
"@fullcalendar/moment": ^6.1.6
"@fullcalendar/react": ^6.1.6
"@fullcalendar/timegrid": ^6.1.6
Expand Down Expand Up @@ -11999,7 +11999,7 @@ __metadata:
"@rjsf/utils": ^5.10.0
"@rjsf/validator-ajv8": ^5.10.0
"@types/core-js": ^2.5.5
"@types/intl": ^1.2.0
"@types/intl": ^1.2.1
"@types/lodash": ^4.14.194
"@types/node": ^16.7.13
"@types/papaparse": ^5.3.5
Expand Down