Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed May 24, 2023
1 parent 85372f6 commit 91746f6
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/react",
"version": "6.1.7",
"version": "6.1.8",
"title": "FullCalendar React Component",
"description": "The official React Component for FullCalendar",
"keywords": [
Expand All @@ -17,19 +17,19 @@
"url": "https://github.com/fullcalendar/fullcalendar-react.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.7",
"@fullcalendar/core": "~6.1.8",
"react": "^16.7.0 || ^17 || ^18",
"react-dom": "^16.7.0 || ^17 || ^18"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@fullcalendar/core": "~6.1.7",
"@fullcalendar/daygrid": "~6.1.7",
"@fullcalendar/list": "~6.1.7",
"@fullcalendar/resource": "~6.1.7",
"@fullcalendar/resource-timeline": "~6.1.7",
"@fullcalendar/core": "~6.1.8",
"@fullcalendar/daygrid": "~6.1.8",
"@fullcalendar/list": "~6.1.8",
"@fullcalendar/resource": "~6.1.8",
"@fullcalendar/resource-timeline": "~6.1.8",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
Expand Down

0 comments on commit 91746f6

Please sign in to comment.