-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(TS): switch from vue2 and 3 directly to vue-demi
- Loading branch information
Jan Ackermann
committed
Aug 24, 2024
1 parent
ba2af71
commit 848027e
Showing
5 changed files
with
104 additions
and
115 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,14 @@ | |
}, | ||
"homepage": "https://github.com/AckermannJan/single-spa-vue#readme", | ||
"peerDependencies": { | ||
"@vue/composition-api": "^1.7.2", | ||
"vue": "^2.7.0 || >=3.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/composition-api": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.25.3", | ||
|
@@ -73,5 +79,8 @@ | |
"vue": "^3.4.23", | ||
"vue-tsc": "^2.0.13", | ||
"vue2": "npm:[email protected]" | ||
}, | ||
"dependencies": { | ||
"vue-demi": "^0.14.10" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.