Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
feat(vue): upgrade to latest vue beta
Browse files Browse the repository at this point in the history
  • Loading branch information
basvanmeurs committed May 4, 2020
1 parent f5b00cb commit 7526c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^6.8.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"vue": "^3.0.0-beta.5"
"vue": "^3.0.0-beta.7"
},
"files": [
"lib/**",
Expand All @@ -32,7 +32,7 @@
"jsdelivr": "dist/vugel.js",
"unpkg": "dist/vugel.js",
"peerDependencies": {
"vue": "^3.0.0-beta.5"
"vue": "^3.0.0-beta.7"
},
"repository": "github:Planning-nl/vugel",
"scripts": {
Expand Down

0 comments on commit 7526c20

Please sign in to comment.