Skip to content

Commit 7d1ca34

Browse files
committed
bump
1 parent f381d6c commit 7d1ca34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullcalendar/vue",
3-
"version": "6.1.15",
3+
"version": "6.1.17",
44
"title": "FullCalendar Vue 2 Component",
55
"description": "The official Vue 2 component for FullCalendar",
66
"keywords": [
@@ -18,19 +18,19 @@
1818
"url": "https://github.com/fullcalendar/fullcalendar-vue2.git"
1919
},
2020
"peerDependencies": {
21-
"@fullcalendar/core": "~6.1.15",
21+
"@fullcalendar/core": "~6.1.17",
2222
"vue": "^2.6.12"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.10.2",
2626
"@babel/plugin-transform-runtime": "^7.10.1",
2727
"@babel/preset-env": "^7.8.4",
2828
"@babel/runtime": "^7.12.1",
29-
"@fullcalendar/core": "~6.1.15",
30-
"@fullcalendar/daygrid": "~6.1.15",
31-
"@fullcalendar/interaction": "~6.1.15",
32-
"@fullcalendar/resource": "~6.1.15",
33-
"@fullcalendar/resource-timeline": "~6.1.15",
29+
"@fullcalendar/core": "~6.1.17",
30+
"@fullcalendar/daygrid": "~6.1.17",
31+
"@fullcalendar/interaction": "~6.1.17",
32+
"@fullcalendar/resource": "~6.1.17",
33+
"@fullcalendar/resource-timeline": "~6.1.17",
3434
"@vue/test-utils": "^1.0.3",
3535
"babel-loader": "^8.1.0",
3636
"concurrently": "^5.3.0",

0 commit comments

Comments
 (0)