Skip to content

Commit

Permalink
use real v5
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 20, 2020
1 parent 0adcc48 commit f01804a
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,6 +1,6 @@
{
"name": "@fullcalendar/vue",
"version": "5.0.0-rc",
"version": "5.0.0",
"title": "FullCalendar Vue Component",
"description": "An official FullCalendar component for Vue",
"keywords": [
Expand All @@ -24,7 +24,7 @@
"ci": "./scripts/ci.sh"
},
"dependencies": {
"@fullcalendar/core": "5.0.0-rc",
"@fullcalendar/core": "~5.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand All @@ -34,7 +34,7 @@
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.8.4",
"@fullcalendar/daygrid": "5.0.0-rc",
"@fullcalendar/daygrid": "~5.0.0",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
Expand Down

0 comments on commit f01804a

Please sign in to comment.