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

Commit

Permalink
Revert "move vue-class-component to peerDependencies"
Browse files Browse the repository at this point in the history
This reverts commit ce36340.
  • Loading branch information
kaorun343 committed Jun 18, 2020
1 parent 3730103 commit 7894cae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"rollup": "^1.15.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2",
"vue": "^2.6.10",
"vue-class-component": "^7.2.3"
"vue": "^2.6.10"
},
"typings": "./lib/vue-property-decorator.d.ts",
"dependencies": {},
"dependencies": {
"vue-class-component": "^7.1.0"
},
"peerDependencies": {
"vue": "*",
"vue-class-component": "*"
"vue": "*"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3404,10 +3404,10 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vue-class-component@^7.2.3:
version "7.2.3"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.2.3.tgz#a5b1abd53513a72ad51098752e2dedd499807cca"
integrity sha512-oEqYpXKaFN+TaXU+mRLEx8dX0ah85aAJEe61mpdoUrq0Bhe/6sWhyZX1JjMQLhVsHAkncyhedhmCdDVSasUtDw==
vue-class-component@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.1.0.tgz#b33efcb10e17236d684f70b1e96f1946ec793e87"
integrity sha512-G9152NzUkz0i0xTfhk0Afc8vzdXxDR1pfN4dTwE72cskkgJtdXfrKBkMfGvDuxUh35U500g5Ve4xL8PEGdWeHg==

vue@^2.6.10:
version "2.6.10"
Expand Down

0 comments on commit 7894cae

Please sign in to comment.