Skip to content

Commit

Permalink
chore: update engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 20, 2023
1 parent 1126213 commit 022179d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecosystem/vuepress-vite/package.json
Expand Up @@ -50,5 +50,8 @@
"peerDependencies": {
"@vuepress/client": "workspace:*",
"vue": "^3.2.47"
},
"engines": {
"node": ">=16.0.0"
}
}
3 changes: 3 additions & 0 deletions ecosystem/vuepress-webpack/package.json
Expand Up @@ -47,5 +47,8 @@
},
"peerDependencies": {
"vue": "^3.2.47"
},
"engines": {
"node": ">=16.0.0"
}
}
3 changes: 3 additions & 0 deletions ecosystem/vuepress/package.json
Expand Up @@ -39,5 +39,8 @@
},
"dependencies": {
"vuepress-vite": "workspace:*"
},
"engines": {
"node": ">=16.0.0"
}
}

0 comments on commit 022179d

Please sign in to comment.