Skip to content

Commit b7668ba

Browse files
committed
Upgrade to node 18
1 parent 241d63f commit b7668ba

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/benchmark": "^2.1.1",
3939
"@types/jest": "^29.4.0",
4040
"@types/markdown-it": "^12.2.3",
41-
"@types/node": "^14",
41+
"@types/node": "^18.15.5",
4242
"@typescript-eslint/eslint-plugin": "^5.23.0",
4343
"@typescript-eslint/parser": "^5.23.0",
4444
"babel-plugin-root-import": "^6.6.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,16 +1523,11 @@
15231523
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
15241524
integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==
15251525

1526-
"@types/node@*":
1526+
"@types/node@*", "@types/node@^18.15.5":
15271527
version "18.15.5"
15281528
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.5.tgz#3af577099a99c61479149b716183e70b5239324a"
15291529
integrity sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==
15301530

1531-
"@types/node@^14":
1532-
version "14.18.40"
1533-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.40.tgz#773945366f7531d60473087be12b819f300e3e69"
1534-
integrity sha512-pGteXO/JQX7wPxGR8lyT+doqjMa7XvlVowwrDwLfX92k5SdLkk4cwC7CYSLBxrenw/R5oQwKioVIak7ZgplM3g==
1535-
15361531
"@types/prettier@^2.1.5":
15371532
version "2.7.2"
15381533
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.2.tgz#6c2324641cc4ba050a8c710b2b251b377581fbf0"

0 commit comments

Comments
 (0)