Browse Source

Bump @fullcalendar/timegrid from 4.4.2 to 5.3.1 (#3007)

Bumps [@fullcalendar/timegrid](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 years ago
parent
commit
f59da2129d
2 changed files with 18 additions and 13 deletions
  1. 17 12
      package-lock.json
  2. 1 1
      package.json

+ 17 - 12
package-lock.json

@@ -1197,14 +1197,6 @@
         "tslib": "^2.0.0"
       }
     },
-    "@fullcalendar/common": {
-      "version": "5.3.1",
-      "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.3.1.tgz",
-      "integrity": "sha512-2PREEpiFQSDN5MNdoD/OkpJ+d7FPtN2TwTJMsuq3fTjmj3nM+utrxBmUr9a2F6WWW1X+xGU5nHQA52vhqIiQOQ==",
-      "requires": {
-        "tslib": "^2.0.0"
-      }
-    },
     "@fullcalendar/core": {
       "version": "4.4.2",
       "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.2.tgz",
@@ -1225,11 +1217,24 @@
       }
     },
     "@fullcalendar/timegrid": {
-      "version": "4.4.2",
-      "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-4.4.2.tgz",
-      "integrity": "sha512-M5an7qii8OUmI4ogY47k5pn2j/qUbLp6sa6Vo0gO182HR5pb9YtrEZnoQhnScok+I0BkDkLFzMQoiAMTjBm2PQ==",
+      "version": "5.3.1",
+      "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.3.1.tgz",
+      "integrity": "sha512-ahyJC/kybGip5pTLC4cpsEdnhDZb3Hg0F7LTD/VVK4GxzplDiI0ZaWACC4O22zmp1+7a40NUMIV0HLO3D5SV4A==",
       "requires": {
-        "@fullcalendar/daygrid": "~4.4.0"
+        "@fullcalendar/common": "~5.3.1",
+        "@fullcalendar/daygrid": "~5.3.1",
+        "tslib": "^2.0.0"
+      },
+      "dependencies": {
+        "@fullcalendar/daygrid": {
+          "version": "5.3.2",
+          "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.3.2.tgz",
+          "integrity": "sha512-BK+YIecF3q9d/+6lAnf6WiJEEs7Wpa/mu9gXpkEf8vn4nl2bicPHUwykg5dUMCBy7ADAkDoL7VuBVi0XBRtPYw==",
+          "requires": {
+            "@fullcalendar/common": "~5.3.1",
+            "tslib": "^2.0.0"
+          }
+        }
       }
     },
     "@lgaitan/pace-progress": {

+ 1 - 1
package.json

@@ -72,7 +72,7 @@
     "@fullcalendar/core": "^4.4.2",
     "@fullcalendar/daygrid": "^4.4.2",
     "@fullcalendar/interaction": "^5.3.1",
-    "@fullcalendar/timegrid": "^4.4.2",
+    "@fullcalendar/timegrid": "^5.3.1",
     "@lgaitan/pace-progress": "^1.0.7",
     "@sweetalert2/theme-bootstrap-4": "^3.2.0",
     "@ttskch/select2-bootstrap4-theme": "^1.4.0",