setup yarn in lib
This commit is contained in:
parent
db6603ebba
commit
b164efbe8c
4 changed files with 20 additions and 6 deletions
BIN
lib/.yarn/cache/@types-node-npm-18.0.4-19671c4a3f-981284fd57.zip
vendored
Normal file
BIN
lib/.yarn/cache/@types-node-npm-18.0.4-19671c4a3f-981284fd57.zip
vendored
Normal file
Binary file not shown.
BIN
lib/.yarn/install-state.gz
Normal file
BIN
lib/.yarn/install-state.gz
Normal file
Binary file not shown.
1
lib/.yarnrc.yml
Normal file
1
lib/.yarnrc.yml
Normal file
|
@ -0,0 +1 @@
|
|||
nodeLinker: node-modules
|
|
@ -1,8 +1,21 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
# This file is generated by running "yarn install" inside your project.
|
||||
# Manual changes might be lost - proceed with caution!
|
||||
|
||||
__metadata:
|
||||
version: 6
|
||||
cacheKey: 8
|
||||
|
||||
"@types/node@^18.0.4":
|
||||
version "18.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.4.tgz#48aedbf35efb3af1248e4cd4d792c730290cd5d6"
|
||||
integrity sha512-M0+G6V0Y4YV8cqzHssZpaNCqvYwlCiulmm0PwpNLF55r/+cT8Ol42CHRU1SEaYFH2rTwiiE1aYg/2g2rrtGdPA==
|
||||
"@types/node@npm:^18.0.4":
|
||||
version: 18.0.4
|
||||
resolution: "@types/node@npm:18.0.4"
|
||||
checksum: 981284fd57941f233f0e77038087c122f56e3c2b4fc4e090dfc7f0a93abfc526d5ccdd59eb3ef551d713245cf3943e37c7b957f12ba699209341a447c39fab59
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"automod@workspace:.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "automod@workspace:."
|
||||
dependencies:
|
||||
"@types/node": ^18.0.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
|
Loading…
Reference in a new issue