Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 8bd9353 commit 9fd88ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@changesets/cli": "^2.27.9"
},
"engines": {
"node": ">=18.0.0",
"node": ">=22.11.0",
"pnpm": ">=9.13.2"
},
"packageManager": "pnpm@9.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dist/"
],
"engines": {
"node": ">=18.0.0"
"node": ">=22.11.0"
},
"dependencies": {
"@giftee/abukuma-design-tokens": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/designTokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"style-dictionary": "^3.9.2"
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
}
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.11.0"
}
}

0 comments on commit 9fd88ba

Please # to comment.