diff --git a/package.json b/package.json index 9753522..a21d4e1 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@extollo/di": "file:../di", "@extollo/lib": "file:../lib", "@extollo/util": "file:../util", + "@types/node": "^14.14.35", "colors": "^1.4.0", "typescript": "^4.1.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 155795a..7e36da4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,10 +2,15 @@ dependencies: '@extollo/di': link:../di '@extollo/lib': link:../lib '@extollo/util': link:../util + '@types/node': 14.14.35 colors: 1.4.0 typescript: 4.2.3 lockfileVersion: 5.2 packages: + /@types/node/14.14.35: + dev: false + resolution: + integrity: sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag== /colors/1.4.0: dev: false engines: @@ -23,5 +28,6 @@ specifiers: '@extollo/di': file:../di '@extollo/lib': file:../lib '@extollo/util': file:../util + '@types/node': ^14.14.35 colors: ^1.4.0 typescript: ^4.1.3