Pin dependencies
This commit is contained in:
parent
4df3ea71a8
commit
867363b4c7
2 changed files with 6 additions and 6 deletions
|
@ -34,8 +34,8 @@
|
|||
"@league-of-foundry-developers/foundry-vtt-types": "0.7.9-6",
|
||||
"@rollup/plugin-node-resolve": "13.0.0",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"@typescript-eslint/eslint-plugin": "4.24.0",
|
||||
"@typescript-eslint/parser": "4.24.0",
|
||||
"chalk": "4.1.1",
|
||||
"eslint": "7.27.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
|
|
|
@ -598,7 +598,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^4.24.0":
|
||||
"@typescript-eslint/eslint-plugin@npm:4.24.0":
|
||||
version: 4.24.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:4.24.0"
|
||||
dependencies:
|
||||
|
@ -636,7 +636,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^4.24.0":
|
||||
"@typescript-eslint/parser@npm:4.24.0":
|
||||
version: 4.24.0
|
||||
resolution: "@typescript-eslint/parser@npm:4.24.0"
|
||||
dependencies:
|
||||
|
@ -4910,8 +4910,8 @@ fsevents@~2.3.1:
|
|||
"@league-of-foundry-developers/foundry-vtt-types": 0.7.9-6
|
||||
"@rollup/plugin-node-resolve": 13.0.0
|
||||
"@types/fs-extra": 9.0.11
|
||||
"@typescript-eslint/eslint-plugin": ^4.24.0
|
||||
"@typescript-eslint/parser": ^4.24.0
|
||||
"@typescript-eslint/eslint-plugin": 4.24.0
|
||||
"@typescript-eslint/parser": 4.24.0
|
||||
chalk: 4.1.1
|
||||
eslint: 7.27.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
|
|
Reference in a new issue