mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add @types/node to devDeps for npm extension
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0497947159
commit
e45905ebc8
@ -12,5 +12,8 @@
|
||||
"author": {
|
||||
"name": "Mirantis, Inc.",
|
||||
"email": "info@k8slens.dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.6"
|
||||
}
|
||||
}
|
||||
|
||||
8
src/extensions/npm/extensions/yarn.lock
Normal file
8
src/extensions/npm/extensions/yarn.lock
Normal file
@ -0,0 +1,8 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@types/node@^14.14.6":
|
||||
version "14.14.6"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f"
|
||||
integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw==
|
||||
Loading…
Reference in New Issue
Block a user