Skip to content

Commit

Permalink
chore!: drop support for node v14 and v16 (#208)
Browse files Browse the repository at this point in the history
* chore!: drop support for node v14 and v16

* chore: remove unused `vue-loader` dependency
  • Loading branch information
BobbieGoede authored May 28, 2024
1 parent af6bee6 commit e83a7d2
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 676 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0",
"vue": "^3.2.45",
"vue-loader": "^16.2.0",
"yorkie": "^2.0.0"
},
"engines": {
"node": ">= 14.18"
"node": ">= 18"
},
"files": [
"lib/*.js",
Expand Down
Loading

0 comments on commit e83a7d2

Please sign in to comment.