Skip to content

Commit

Permalink
fix dep problems
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 16, 2020
1 parent dcbcfe4 commit dfdfad5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

v5.0.0-rc
---------
v5.0.0-rc (2020-06-15)
----------------------

Changes since beta.4:
- breaking changes:
Expand Down Expand Up @@ -29,6 +29,7 @@ Changes since beta.4:
- Resource::setProp
- Resource::setExtendedProp
- Resource::toPlainObject, Resource::toJSON
- View::calendar
- bugfixes:
- Event popover display issues with many events (#5471)
- Jest test runner cannot find fullcalendar modules (#5467)
Expand Down
2 changes: 1 addition & 1 deletion example-projects
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
],
"nohoist": [
"**/codelyzer",
"**/karma-sourcemap-loader",
"**/@vue/cli-service",
"@fullcalendar/vue/**"
"**/karma*",
"**/@vue/cli-service"
]
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages-contrib/vue
Submodule vue updated 1 files
+1 −1 package.json
5 changes: 5 additions & 0 deletions packages/common/src/ViewApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export class ViewApi { // always represents the current view. otherwise, it'd ne
}


get calendar() {
return this.getCurrentData().calendarApi
}


get title() {
return this.getCurrentData().viewTitle
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2289,9 +2289,9 @@
string-width "^2.0.0"

"@soda/get-current-script@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.1.tgz#f4afffcb36e069a801d5339c90499601c47a2516"
integrity sha512-zeOomWIE52M9JpYXlsR3iOf7TXTTmNQHnSbqjMsQZ5phzfAenHzL/1+vQ0ZoJfagocK11LNf8vnn2JG0ufRMUQ==
version "1.0.2"
resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz#a53515db25d8038374381b73af20bb4f2e508d87"
integrity sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==

"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
Expand Down Expand Up @@ -16686,7 +16686,7 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue@^2.6.11, vue@^2.6.6:
vue@^2.6.11:
version "2.6.11"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
Expand Down

0 comments on commit dfdfad5

Please sign in to comment.