1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-09 06:30:40 +02:00

Update to Node v16 for infrastructure (#4877)

* Update to Node v16 for infrastructure

* update node type def to Node 16
This commit is contained in:
Dylan Schiemann
2022-03-08 19:25:28 -07:00
committed by GitHub
parent 7122454583
commit 9907ad004e
3 changed files with 11 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
"@types/jest": "27.0.1",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"@types/node": "^16.11.26",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.9.0",