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 fbcb67f commit ccef205
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/angular",
"version": "5.0.0-rc",
"version": "5.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,10 +26,10 @@
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@fullcalendar/core": "5.0.0-rc",
"@fullcalendar/daygrid": "5.0.0-rc",
"@fullcalendar/interaction": "5.0.0-rc",
"@fullcalendar/timegrid": "5.0.0-rc",
"@fullcalendar/core": "~5.0.0",
"@fullcalendar/daygrid": "~5.0.0",
"@fullcalendar/interaction": "~5.0.0",
"@fullcalendar/timegrid": "~5.0.0",
"core-js": "^3.6.2",
"fast-deep-equal": "^3.1.1",
"rxjs": "~6.5.4",
Expand All @@ -46,7 +46,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"fullcalendar-scheduler": "5.0.0-rc",
"fullcalendar-scheduler": "~5.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/fullcalendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "5.0.0-rc",
"version": "5.0.0",
"title": "FullCalendar Angular Component",
"description": "An official FullCalendar component for Angular",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/fullcalendar/fullcalendar-angular.git"
},
"dependencies": {
"@fullcalendar/core": "5.0.0-rc",
"@fullcalendar/core": "~5.0.0",
"fast-deep-equal": "^3.1.1"
},
"peerDependencies": {
Expand Down

0 comments on commit ccef205

Please sign in to comment.