Skip to content

Commit

Permalink
fix: add engines to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Sep 5, 2023
1 parent 02c0dcd commit 55d86f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@
"typescript": "^5.0.4",
"vite": "^4.3.2",
"vite-tsconfig-paths": "^4.2.0"
},
"engines": {
"node": ">=18",
"pnpm": ">=8.5.0"
}
}
4 changes: 4 additions & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
"@iconify/icons-solar": "^1.2.0",
"@iconify/react": "^1.1.3",
"@tailwindcss/typography": "^0.5.9"
},
"engines": {
"node": ">=18",
"pnpm": ">=8.5.0"
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"name": "vexilla",
"dependencies": {
"yargs": "^17.5.1"
},
"engines": {
"node": ">=18",
"pnpm": ">=8.5.0"
}
}

0 comments on commit 55d86f4

Please sign in to comment.