Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update node.js to v22 #415

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.5
22.14.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/lodash.camelcase": "^4.3.9",
"@types/node": "^18.19.70",
"@types/node": "^22.14.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.12",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3303,7 +3303,7 @@ __metadata:
"@testing-library/user-event": ^14.5.2
"@types/jest": ^29.5.14
"@types/lodash.camelcase": ^4.3.9
"@types/node": ^18.19.70
"@types/node": ^22.14.0
"@types/react": ^18.3.18
"@types/react-dom": ^18.3.5
"@types/react-transition-group": ^4.4.12
Expand Down Expand Up @@ -5770,12 +5770,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.19.70":
version: 18.19.70
resolution: "@types/node@npm:18.19.70"
"@types/node@npm:^22.14.0":
version: 22.14.0
resolution: "@types/node@npm:22.14.0"
dependencies:
undici-types: ~5.26.4
checksum: 6ce382b659a03fb694b8af4bbf3a397c0f8b6448ab4c0f17fc58de8fe649c474146b88c0317ab0ccb50ce9e251464498b0aa43227f1626d4f65bd196cbae6764
undici-types: ~6.21.0
checksum: 8bfae1d3c428b122d23750690bdc5b8295a53949823563ec60654a24ece98bde4fc0d2b5f06ddc6def6f01a08dfe62cece7c93e60964b74f736145dad5ee1302
languageName: node
linkType: hard

Expand Down Expand Up @@ -21797,10 +21797,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
languageName: node
linkType: hard

Expand Down
Loading