Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 23, 2023
1 parent 858c83e commit ffe822a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/vue",
"version": "6.1.5",
"version": "6.1.6",
"title": "FullCalendar Vue 2 Component",
"description": "The official Vue 2 component for FullCalendar",
"keywords": [
Expand All @@ -18,19 +18,19 @@
"url": "https://github.com/fullcalendar/fullcalendar-vue2.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.5",
"@fullcalendar/core": "~6.1.6",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.12.1",
"@fullcalendar/core": "~6.1.5",
"@fullcalendar/daygrid": "~6.1.5",
"@fullcalendar/interaction": "~6.1.5",
"@fullcalendar/resource": "~6.1.5",
"@fullcalendar/resource-timeline": "~6.1.5",
"@fullcalendar/core": "~6.1.6",
"@fullcalendar/daygrid": "~6.1.6",
"@fullcalendar/interaction": "~6.1.6",
"@fullcalendar/resource": "~6.1.6",
"@fullcalendar/resource-timeline": "~6.1.6",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
Expand Down

0 comments on commit ffe822a

Please sign in to comment.