Skip to content

Commit

Permalink
Drop support for Node.js < 18 and use peer dep @bedrock/vue v6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Oct 17, 2023
1 parent 27458a3 commit 2a24fe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Changed
- Update dependencies.
- **BREAKING**: Drop support for Node.js < 18.
- **BREAKING**: Update peer dep `@bedrock/vue` to v6.0 that uses peer dep
`@bedrock/web@4.0`.
- **BREAKING**: Remove bedrock override to use quasar UMD bundle.
- Any app using this package and `bedrock-webpack` is effected by this change
and may need to update imports due to differences in the UMD vs ESM quasar
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"quasar": "^2.12.7"
},
"peerDependencies": {
"@bedrock/vue": "^5.0.1",
"@bedrock/vue": "digitalbazaar/bedrock-vue#drop-node-16",
"vue": "^3.3.4"
},
"devDependencies": {
Expand All @@ -57,6 +57,6 @@
}
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}

0 comments on commit 2a24fe2

Please sign in to comment.