chore(deps): update dependency @tophat/eslint-config to v0.9.0 #265
3 changed files with 11 additions and 11 deletions
|
@ -39,7 +39,7 @@
|
||||||
"types:watch": "yarn types --watch"
|
"types:watch": "yarn types --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tophat/eslint-config": "^0.7.0",
|
"@tophat/eslint-config": "0.9.0",
|
||||||
"@types/jest": "26.0.23",
|
"@types/jest": "26.0.23",
|
||||||
"@types/node": "14.17.2",
|
"@types/node": "14.17.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
||||||
|
|
|
@ -15,7 +15,7 @@ async function prepareWorkspace(): Promise<string> {
|
||||||
|
|
||||||
async function cleanUpWorkspace(paths: string[]): Promise<void> {
|
async function cleanUpWorkspace(paths: string[]): Promise<void> {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
paths.map(async path => fs.rmdir(path, { recursive: true })),
|
paths.map(async (path) => fs.rmdir(path, { recursive: true })),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -723,20 +723,20 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@tophat/eslint-config@npm:^0.7.0":
|
"@tophat/eslint-config@npm:0.9.0":
|
||||||
version: 0.7.0
|
version: 0.9.0
|
||||||
resolution: "@tophat/eslint-config@npm:0.7.0"
|
resolution: "@tophat/eslint-config@npm:0.9.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ">=6.0.0"
|
eslint: ">=7.0.0"
|
||||||
eslint-config-prettier: ">=6.0.0"
|
eslint-config-prettier: ">=8.0.0"
|
||||||
eslint-plugin-import: ">=2.18.0"
|
eslint-plugin-import: ">=2.18.0"
|
||||||
eslint-plugin-jest: ">=23.0.0"
|
eslint-plugin-jest: ">=24.1.5"
|
||||||
eslint-plugin-jsx-a11y: ">=6.0.0"
|
eslint-plugin-jsx-a11y: ">=6.0.0"
|
||||||
eslint-plugin-prettier: ">=3.0.0"
|
eslint-plugin-prettier: ">=3.0.0"
|
||||||
eslint-plugin-react: ">=7.0.0"
|
eslint-plugin-react: ">=7.0.0"
|
||||||
eslint-plugin-react-hooks: ">=2.0.0"
|
eslint-plugin-react-hooks: ">=2.0.0"
|
||||||
prettier: ">=1.0.0"
|
prettier: ">=2.0.0"
|
||||||
checksum: e78b4d67367686a8ba7fd32b784cd2481e6f121019178ab26ab8f1e7f87e90c8817a906c0a3842b2ef127bdf7fe0bd61f91d91f0dcb91895bc2c8a93c237ea75
|
checksum: ea79e1dc33827b9f6fbf18e59bd766db4e6fdf60793189d1df68308eaa7d1362125e247e0df888acc10163193fb3f153b30ad006e420b70e82c8e480844ce1cf
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -4194,7 +4194,7 @@ fsevents@^2.3.2:
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "packwatch@workspace:."
|
resolution: "packwatch@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tophat/eslint-config": ^0.7.0
|
"@tophat/eslint-config": 0.9.0
|
||||||
"@types/jest": 26.0.23
|
"@types/jest": 26.0.23
|
||||||
"@types/node": 14.17.2
|
"@types/node": 14.17.2
|
||||||
"@typescript-eslint/eslint-plugin": ^4.26.0
|
"@typescript-eslint/eslint-plugin": ^4.26.0
|
||||||
|
|
Reference in a new issue