Adam Shaw 6 лет назад
Родитель
Сommit
a419eb8b67

+ 0 - 1
package.json

@@ -100,7 +100,6 @@
     "rollup-plugin-sourcemaps": "^0.4.2",
     "rrule": "^2.6.2",
     "shelljs": "^0.8.3",
-    "tslib": "^1.9.3",
     "tslint": "^5.16.0",
     "tslint-config-standard": "^8.0.1",
     "typescript": "^3.7.3",

+ 3 - 0
packages/bootstrap/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Bootstrap Plugin",
   "description": "Bootstrap 4 theming for your calendar",
   "docs": "https://fullcalendar.io/docs/bootstrap-theme",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 3 - 0
packages/bundle/package.json

@@ -1,5 +1,8 @@
 {
   "private": true,
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "devDependencies": {
     "@fullcalendar/core": "4.3.1",
     "@fullcalendar/interaction": "4.3.0",

+ 4 - 1
packages/core/package.json

@@ -4,5 +4,8 @@
   "version": "4.3.1",
   "title": "FullCalendar Core Package",
   "description": "Provides core functionality, including the Calendar class",
-  "docs": "https://fullcalendar.io/docs/initialize-es6"
+  "docs": "https://fullcalendar.io/docs/initialize-es6",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  }
 }

+ 3 - 0
packages/daygrid/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Day Grid Plugin",
   "description": "Display events on Month view or DayGrid view",
   "docs": "https://fullcalendar.io/docs/month-view",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 3 - 0
packages/google-calendar/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Google Calendar Plugin",
   "description": "Fetch events from a public Google Calendar feed",
   "docs": "https://fullcalendar.io/docs/google-calendar",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 3 - 0
packages/interaction/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Interaction Plugin",
   "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
   "docs": "https://fullcalendar.io/docs/editable",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 3 - 0
packages/list/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar List View Plugin",
   "description": "View your events as a bulleted list",
   "docs": "https://fullcalendar.io/docs/list-view",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 3 - 0
packages/luxon/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Luxon Plugin",
   "description": "A connector to the Luxon date library",
   "docs": "https://fullcalendar.io/docs/luxon-plugin",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "luxon": "^1.12.1"

+ 3 - 0
packages/moment-timezone/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Moment Timezone Plugin",
   "description": "A connector to the moment-timezone library",
   "docs": "https://fullcalendar.io/docs/moment-plugins#moment-timezone",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "moment": "^2.24.0",

+ 3 - 0
packages/moment/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar Moment Plugin",
   "description": "A connector to the MomentJS date library",
   "docs": "https://fullcalendar.io/docs/moment-plugins",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "moment": "^2.24.0"

+ 3 - 0
packages/rrule/package.json

@@ -5,6 +5,9 @@
   "title": "FullCalendar RRule Plugin",
   "description": "A connector to the RRule library, for recurring events",
   "docs": "https://fullcalendar.io/docs/rrule-plugin",
+  "dependencies": {
+    "tslib": "^1.9.3"
+  },
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "rrule": "^2.6.0"

+ 1 - 0
packages/timegrid/package.json

@@ -6,6 +6,7 @@
   "description": "Display your events on a grid of time slots",
   "docs": "https://fullcalendar.io/docs/timegrid-view",
   "dependencies": {
+    "tslib": "^1.9.3",
     "@fullcalendar/daygrid": "~4.3.0"
   },
   "peerDependencies": {