Skip to content

Commit

Permalink
chore(deps): update node.js to v16.20.2 (#1438)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v16.20.2

* Create lucky-lemons-tease.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: たふみ <qsf@de-liker.com>
  • Loading branch information
renovate[bot] and Qs-F committed Aug 14, 2023
1 parent 4398eca commit c8ab5e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-lemons-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@4design/for-ui": patch
---

chore(deps): update node.js to v16.20.2
2 changes: 1 addition & 1 deletion example/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"yalc": "1.0.0-pre.53"
},
"volta": {
"node": "16.20.1"
"node": "16.20.2"
}
}
2 changes: 1 addition & 1 deletion example/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"yalc": "1.0.0-pre.53"
},
"volta": {
"node": "16.20.1"
"node": "16.20.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"typescript": "5.1.6"
},
"volta": {
"node": "16.20.1"
"node": "16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/for-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
},
"sideEffects": false,
"volta": {
"node": "16.20.1"
"node": "16.20.2"
}
}

0 comments on commit c8ab5e2

Please sign in to comment.