Skip to content
Snippets Groups Projects
Verified Commit 44a0d49e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: add types for nodejs itself

parent d0ec67bc
Branches
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
"extends": "react-app" "extends": "react-app"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.31",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"eslint": "^5.12.1", "eslint": "^5.12.1",
"eslint-config-react-app": "^3.0.6", "eslint-config-react-app": "^3.0.6",
......
...@@ -119,6 +119,11 @@ ...@@ -119,6 +119,11 @@
semver "^7.3.5" semver "^7.3.5"
tar "^6.1.11" tar "^6.1.11"
"@types/node@^17.0.31":
version "17.0.31"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==
abbrev@1: abbrev@1:
version "1.1.1" version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment