Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 854b990 commit 390d275
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"start-server-and-test": "2.0.1"
},
"volta": {
"node": "18.18.2"
"node": "20.9.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/core": "7.23.2",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.6",
"@types/node": "18.18.7",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.9.0",
Expand Down Expand Up @@ -88,6 +88,6 @@
"e2e"
],
"volta": {
"node": "18.18.2"
"node": "20.9.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3716,12 +3716,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.18.7":
version: 18.18.7
resolution: "@types/node@npm:18.18.7"
"@types/node@npm:20.8.10":
version: 20.8.10
resolution: "@types/node@npm:20.8.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 4dee54745a6ef13e2904bd1b251687e47d5079996e2e00ae14a0f86d9f236e3966b5cbbbf96ff34317907230be24cf54cb353f2887e6783eab33b9b53c9d23e2
checksum: 8930039077c8ad74de74c724909412bea8110c3f8892bcef8dda3e9629073bed65632ee755f94b252bcdae8ca71cf83e89a4a440a105e2b1b7c9797b43483049
languageName: node
linkType: hard

Expand Down Expand Up @@ -8952,7 +8952,7 @@ __metadata:
"@babel/core": "npm:7.23.2"
"@testing-library/react": "npm:14.0.0"
"@types/jest": "npm:29.5.6"
"@types/node": "npm:18.18.7"
"@types/node": "npm:20.8.10"
"@types/react": "npm:18.2.33"
"@types/react-dom": "npm:18.2.14"
"@typescript-eslint/eslint-plugin": "npm:6.9.0"
Expand Down

0 comments on commit 390d275

Please sign in to comment.