Skip to content

Commit e19ce3b

Browse files
Update Node.js to v18 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f76e8d5 commit e19ce3b

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
18.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@testing-library/react": "^9.5.0",
3232
"@testing-library/user-event": "^7.2.1",
3333
"@types/jest": "^25.1.4",
34-
"@types/node": "^12.12.38",
34+
"@types/node": "^12.12.38 || ^18.0.0",
3535
"@types/react": "^16.9.27",
3636
"@types/react-dom": "^16.9.7",
3737
"@typescript-eslint/eslint-plugin": "^2.26.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,16 +1938,11 @@
19381938
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
19391939
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
19401940

1941-
"@types/node@*":
1941+
"@types/node@*", "@types/node@^12.12.38 || ^18.0.0":
19421942
version "18.15.11"
19431943
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
19441944
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
19451945

1946-
"@types/node@^12.12.38":
1947-
version "12.20.55"
1948-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
1949-
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
1950-
19511946
"@types/parse-json@^4.0.0":
19521947
version "4.0.0"
19531948
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"

0 commit comments

Comments
 (0)