forked from FoundKeyGang/FoundKey
chore: update yarn files
This commit is contained in:
parent
6010884e62
commit
5b898c6c82
3 changed files with 14 additions and 2 deletions
|
@ -170,11 +170,11 @@
|
|||
"@typescript-eslint/parser": "^5.46.1",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-plugin-foundkey-custom-rules": "file:../shared/custom-rules",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"execa": "6.1.0",
|
||||
"form-data": "^4.0.0",
|
||||
"sinon": "^14.0.2",
|
||||
"typescript": "^4.9.4",
|
||||
"eslint-plugin-foundkey-custom-rules": "file:../shared/custom-rules"
|
||||
"typescript": "^4.9.4"
|
||||
}
|
||||
}
|
||||
|
|
4
packages/shared/custom-rules/package.json
Normal file
4
packages/shared/custom-rules/package.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "custom-rules",
|
||||
"packageManager": "yarn@3.3.0"
|
||||
}
|
|
@ -3764,6 +3764,7 @@ __metadata:
|
|||
deep-email-validator: 0.1.21
|
||||
escape-regexp: 0.0.1
|
||||
eslint: ^8.29.0
|
||||
eslint-plugin-foundkey-custom-rules: "file:../shared/custom-rules"
|
||||
eslint-plugin-import: ^2.26.0
|
||||
execa: 6.1.0
|
||||
feed: 4.2.2
|
||||
|
@ -7005,6 +7006,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-foundkey-custom-rules@file:../shared/custom-rules::locator=backend%40workspace%3Apackages%2Fbackend":
|
||||
version: 0.0.0
|
||||
resolution: "eslint-plugin-foundkey-custom-rules@file:../shared/custom-rules#../shared/custom-rules::hash=81166b&locator=backend%40workspace%3Apackages%2Fbackend"
|
||||
checksum: ac30bdbd2f8f135362128b93fe202e3eeabe785225439056ac1de78be10d919ee2f371b801e31a6de05e169d9002b29269726c2b26ca07f8003e98bbbb8600a7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-import@npm:^2.26.0":
|
||||
version: 2.26.0
|
||||
resolution: "eslint-plugin-import@npm:2.26.0"
|
||||
|
|
Loading…
Reference in a new issue