Skip to content

Commit e4f6e38

Browse files
committed
build(deps-dev): add cross-spawn types
1 parent d388401 commit e4f6e38

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"@babel/cli": "^7.14.5",
116116
"@babel/core": "^7.14.6",
117117
"@babel/preset-env": "^7.14.7",
118+
"@types/cross-spawn": "^6.0.2",
118119
"babel-jest": "^27.0.6",
119120
"eslint-config-kentcdodds": "^19.1.0",
120121
"husky": "^7.0.1",

yarn.lock

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,13 @@
15561556
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
15571557
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
15581558

1559+
"@types/cross-spawn@^6.0.2":
1560+
version "6.0.2"
1561+
resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.2.tgz#168309de311cd30a2b8ae720de6475c2fbf33ac7"
1562+
integrity sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==
1563+
dependencies:
1564+
"@types/node" "*"
1565+
15591566
"@types/graceful-fs@^4.1.2":
15601567
version "4.1.3"
15611568
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
@@ -1691,6 +1698,14 @@
16911698
"@typescript-eslint/typescript-estree" "4.28.3"
16921699
debug "^4.3.1"
16931700

1701+
"@typescript-eslint/[email protected]":
1702+
version "4.28.1"
1703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
1704+
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
1705+
dependencies:
1706+
"@typescript-eslint/types" "4.28.1"
1707+
"@typescript-eslint/visitor-keys" "4.28.1"
1708+
16941709
"@typescript-eslint/[email protected]":
16951710
version "4.28.3"
16961711
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
@@ -1699,11 +1714,29 @@
16991714
"@typescript-eslint/types" "4.28.3"
17001715
"@typescript-eslint/visitor-keys" "4.28.3"
17011716

1717+
"@typescript-eslint/[email protected]":
1718+
version "4.28.1"
1719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
1720+
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
1721+
17021722
"@typescript-eslint/[email protected]":
17031723
version "4.28.3"
17041724
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
17051725
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
17061726

1727+
"@typescript-eslint/[email protected]":
1728+
version "4.28.1"
1729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
1730+
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
1731+
dependencies:
1732+
"@typescript-eslint/types" "4.28.1"
1733+
"@typescript-eslint/visitor-keys" "4.28.1"
1734+
debug "^4.3.1"
1735+
globby "^11.0.3"
1736+
is-glob "^4.0.1"
1737+
semver "^7.3.5"
1738+
tsutils "^3.21.0"
1739+
17071740
"@typescript-eslint/[email protected]":
17081741
version "4.28.3"
17091742
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
@@ -1717,6 +1750,14 @@
17171750
semver "^7.3.5"
17181751
tsutils "^3.21.0"
17191752

1753+
"@typescript-eslint/[email protected]":
1754+
version "4.28.1"
1755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
1756+
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
1757+
dependencies:
1758+
"@typescript-eslint/types" "4.28.1"
1759+
eslint-visitor-keys "^2.0.0"
1760+
17201761
"@typescript-eslint/[email protected]":
17211762
version "4.28.3"
17221763
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"

0 commit comments

Comments
 (0)