Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Dec 27, 2022
1 parent 16851d9 commit 271eec1
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.0.1",
"version": "6.0.2",
"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.0.1",
"@fullcalendar/core": "~6.0.2",
"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.0.1",
"@fullcalendar/daygrid": "~6.0.1",
"@fullcalendar/interaction": "~6.0.1",
"@fullcalendar/resource": "~6.0.1",
"@fullcalendar/resource-timeline": "~6.0.1",
"@fullcalendar/core": "~6.0.2",
"@fullcalendar/daygrid": "~6.0.2",
"@fullcalendar/interaction": "~6.0.2",
"@fullcalendar/resource": "~6.0.2",
"@fullcalendar/resource-timeline": "~6.0.2",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
Expand Down

0 comments on commit 271eec1

Please sign in to comment.