Skip to content

Commit 10bddc9

Browse files
authored
Merge pull request #973 from oasisprotocol/renovate/node-20.x
Update Node.js to v20
2 parents c99a128 + 49cb733 commit 10bddc9

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changelog/973.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Node.js to v20

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
},
4646
"engines": {
47-
"node": ">=19"
47+
"node": ">=20"
4848
},
4949
"resolutions": {
5050
"**/@emotion/styled": "11.11.0",
@@ -101,7 +101,7 @@
101101
"@testing-library/react": "14.0.0",
102102
"@testing-library/user-event": "14.5.1",
103103
"@types/jest": "^29.5.7",
104-
"@types/node": "18.18.7",
104+
"@types/node": "20.8.10",
105105
"@types/react": "18.2.31",
106106
"@types/react-dom": "18.2.14",
107107
"@typescript-eslint/eslint-plugin": "6.9.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4686,10 +4686,10 @@
46864686
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.6.tgz#5e9aaa86be03a09decafd61b128d6cec64a5fe40"
46874687
integrity sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==
46884688

4689-
"@types/node@18.18.7":
4690-
version "18.18.7"
4691-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.7.tgz#bb3a7068dc4ba421b6968f2a259298b3a4e129e8"
4692-
integrity sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==
4689+
"@types/node@20.8.10":
4690+
version "20.8.10"
4691+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
4692+
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
46934693
dependencies:
46944694
undici-types "~5.26.4"
46954695

0 commit comments

Comments
 (0)