Skip to content

Commit

Permalink
feat: integrated vue-component-type-helpers (#2026)
Browse files Browse the repository at this point in the history
This commit also drops node 14 from the build

The public signatures of `mount` and `renderToString` are now simplified, and should be more accurate.

Fixes #1973
  • Loading branch information
johnsoncodehk authored Apr 15, 2023
1 parent e78d5a5 commit d3e50f9
Show file tree
Hide file tree
Showing 17 changed files with 144 additions and 532 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [14, 16, 18]
node: [16, 18]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
"vitest": "0.30.1",
"vue": "3.2.47",
"vue-class-component": "8.0.0-rc.1",
"vue-component-type-helpers": "1.3.14-patch.1",
"vue-router": "4.1.6",
"vue-tsc": "1.2.0",
"vue-tsc": "1.3.14",
"vuex": "4.1.0"
},
"peerDependencies": {
Expand Down
52 changes: 30 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3e50f9

Please sign in to comment.