Skip to content

Commit

Permalink
pin pnpm and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
antpaw committed Jul 30, 2024
1 parent fd7f268 commit 6c52001
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"version": "0.0.0",
"type": "module",
"description": "",
"scripts": {
"build": "pnpm run --recursive --if-present --filter './theme' build",
"generate": "pnpm run --recursive --if-present generate",
Expand All @@ -17,8 +16,10 @@
"lint:format:write": "biome format --write ./",
"lint:all": "pnpm run lint:check && pnpm run lint:format"
},
"keywords": [],
"author": "",
"engines": {
"node": "20",
"pnpm": "9"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"typescript": "^5.2.2"
Expand Down
4 changes: 4 additions & 0 deletions testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"safetest:ci": "rm -f artifacts.json && pnpm safetest --run --bail=5",
"safetest:regenerate-screenshots": "pnpm safetest --run --update"
},
"engines": {
"node": "20",
"pnpm": "9"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
Expand Down
4 changes: 4 additions & 0 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"build:types": "tsc --emitDeclarationOnly",
"publish:dry": "pnpm publish --no-git-checks --dry-run"
},
"engines": {
"node": "20",
"pnpm": "9"
},
"peerDependencies": {
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/react": "^2.8.2",
Expand Down

0 comments on commit 6c52001

Please sign in to comment.