Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Aug 10, 2019
1 parent 450d622 commit 4fe3847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/vue",
"version": "4.2.2",
"version": "4.3.0",
"title": "FullCalendar Vue Component",
"description": "An official FullCalendar component for Vue",
"keywords": [
Expand All @@ -27,15 +27,15 @@
"ci": "./scripts/ci.sh"
},
"dependencies": {
"@fullcalendar/core": "~4.2.0",
"@fullcalendar/core": "~4.3.0",
"fast-deep-equal": "^2.0.1"
},
"peerDependencies": {
"vue": "^2.6.6"
},
"devDependencies": {
"@babel/preset-env": "^7.4.3",
"@fullcalendar/daygrid": "~4.2.0",
"@fullcalendar/daygrid": "~4.3.0",
"@vue/test-utils": "^1.0.0-beta.29",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
Expand Down

0 comments on commit 4fe3847

Please sign in to comment.