Update dependency eslint to v7.32.0
This commit is contained in:
parent
6ca50685af
commit
ba1cf5a675
2 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@
|
||||||
"@typescript-eslint/eslint-plugin": "4.28.5",
|
"@typescript-eslint/eslint-plugin": "4.28.5",
|
||||||
"@typescript-eslint/parser": "4.28.5",
|
"@typescript-eslint/parser": "4.28.5",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"eslint": "7.31.0",
|
"eslint": "7.32.0",
|
||||||
"eslint-config-prettier": "8.3.0",
|
"eslint-config-prettier": "8.3.0",
|
||||||
"eslint-plugin-prettier": "3.4.0",
|
"eslint-plugin-prettier": "3.4.0",
|
||||||
"fs-extra": "10.0.0",
|
"fs-extra": "10.0.0",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -1995,9 +1995,9 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint@npm:7.31.0":
|
"eslint@npm:7.32.0":
|
||||||
version: 7.31.0
|
version: 7.32.0
|
||||||
resolution: "eslint@npm:7.31.0"
|
resolution: "eslint@npm:7.32.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame": 7.12.11
|
"@babel/code-frame": 7.12.11
|
||||||
"@eslint/eslintrc": ^0.4.3
|
"@eslint/eslintrc": ^0.4.3
|
||||||
|
@ -2041,7 +2041,7 @@ __metadata:
|
||||||
v8-compile-cache: ^2.0.3
|
v8-compile-cache: ^2.0.3
|
||||||
bin:
|
bin:
|
||||||
eslint: bin/eslint.js
|
eslint: bin/eslint.js
|
||||||
checksum: 38c000372bfafc3715da2d2b6db2a75d4b3b95ac2c20696d774185aa5b6118065a37d0a1292eaa91292e07f86d53a0993cf9bfb838a7a9b935524a125e21af98
|
checksum: e25f9159d3b6b7e826b190ebb38accf3ec1513e1811bd7df2e8de83313370d266b8b6a571491a9f092d254fc53b2c5cde14dd2196cf046e22970ef037a4c7f3d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -4954,7 +4954,7 @@ fsevents@~2.3.2:
|
||||||
"@typescript-eslint/eslint-plugin": 4.28.5
|
"@typescript-eslint/eslint-plugin": 4.28.5
|
||||||
"@typescript-eslint/parser": 4.28.5
|
"@typescript-eslint/parser": 4.28.5
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
eslint: 7.31.0
|
eslint: 7.32.0
|
||||||
eslint-config-prettier: 8.3.0
|
eslint-config-prettier: 8.3.0
|
||||||
eslint-plugin-prettier: 3.4.0
|
eslint-plugin-prettier: 3.4.0
|
||||||
fs-extra: 10.0.0
|
fs-extra: 10.0.0
|
||||||
|
|
Reference in a new issue