Skip to content

Commit

Permalink
#1493 fic fullcalendar display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Apr 11, 2023
1 parent 0e5c824 commit e92252e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ module.exports = function (grunt) {
"node_modules/bootstrap-markdown/js/bootstrap-markdown.js",
"node_modules/bootstrap-markdown/locale/bootstrap-markdown.de.js",
"node_modules/fullcalendar/index.global.js",
"node_modules/luxon/build/global/luxon.js",
"node_modules/@fullcalendar/luxon2/index.global.js",
"node_modules/jquery-validation/dist/jquery.validate.js",
"node_modules/jquery-validation/dist/additional-methods.js",
"softwerkskammer/frontend/3rd_party_js/bootstrap5-multidropdownhack.js",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.3.0",
"@fullcalendar/luxon2": "6.1.5",
"@popperjs/core": "2.11.7",
"CoolBeans": "0.0.9",
"awesome-bootstrap-checkbox": "1.0.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@
resolved "https://registry.yarnpkg.com/@fullcalendar/list/-/list-6.1.5.tgz#0276d495fbb2b229871ec5fb0547078531eaf756"
integrity sha512-Z34h32ZuI0+sU6GdV2WrXnF6Z17VvsagjSBY+8/bMrMHfDoLbT76sGfoI6N0GCAr7aW9N2NgWWz8kuQw9uFAZQ==

"@fullcalendar/luxon2@6.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@fullcalendar/luxon2/-/luxon2-6.1.5.tgz#69b40c79b33810cbed64151dd05aadec428cd7a6"
integrity sha512-CSRgXPUjJ7JOTs4+Gtzu96hjM5P2sXeufBg+b1TGXmVQHzXWV6tpepuwS3pkHbkwcYZPrlglTVPmkB+E/RgtWA==

"@fullcalendar/multimonth@~6.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@fullcalendar/multimonth/-/multimonth-6.1.5.tgz#6f63c9a0200c2edc132d7f7684e2d055deaa1d62"
Expand Down

0 comments on commit e92252e

Please sign in to comment.