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 Feb 25, 2025
1 parent bc4a212 commit 516f46e
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.28.1"
},
"engines": {
"node": ">=18.0.0",
"node": ">=22.14.0",
"pnpm": ">=9.15.6"
},
"packageManager": "[email protected]"
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.14.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.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
}
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.14.0"
}
}

0 comments on commit 516f46e

Please sign in to comment.