Skip to content

Commit d44e150

Browse files
committed
fix(deps): update typescript to ^4.29.1
1 parent 22681e7 commit d44e150

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/signal-exit": "^3.0.0",
2828
"@types/stack-trace": "^0.0.29",
2929
"@types/webpack-merge": "^4.1.5",
30-
"@typescript-eslint/eslint-plugin": "^4.28.1",
31-
"@typescript-eslint/parser": "^4.28.1",
30+
"@typescript-eslint/eslint-plugin": "^4.29.1",
31+
"@typescript-eslint/parser": "^4.29.1",
3232
"babel-jest": "^24.9.0",
3333
"chalk": "^4.1.2",
3434
"chokidar": "^3.5.1",

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@feedback-fish/react": "^1.2.1",
2626
"@types/react-instantsearch-dom": "^5.2.6",
2727
"@types/socket.io-client": "^1.4.35",
28-
"@typescript-eslint/eslint-plugin": "^4.28.1",
29-
"@typescript-eslint/parser": "^4.28.1",
28+
"@typescript-eslint/eslint-plugin": "^4.29.1",
29+
"@typescript-eslint/parser": "^4.29.1",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
3232
"gatsby": "^3.12.0-next.3",

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@nodelib/fs.walk": "^1.2.4",
2323
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
2424
"@types/http-proxy": "^1.17.4",
25-
"@typescript-eslint/eslint-plugin": "^4.28.1",
26-
"@typescript-eslint/parser": "^4.28.1",
25+
"@typescript-eslint/eslint-plugin": "^4.29.1",
26+
"@typescript-eslint/parser": "^4.29.1",
2727
"address": "1.1.2",
2828
"anser": "^2.0.1",
2929
"autoprefixer": "^10.2.4",

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -5140,73 +5140,73 @@
51405140
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
51415141
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
51425142

5143-
"@typescript-eslint/eslint-plugin@^4.28.1":
5144-
version "4.28.1"
5145-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
5146-
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
5143+
"@typescript-eslint/eslint-plugin@^4.29.1":
5144+
version "4.29.1"
5145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
5146+
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
51475147
dependencies:
5148-
"@typescript-eslint/experimental-utils" "4.28.1"
5149-
"@typescript-eslint/scope-manager" "4.28.1"
5148+
"@typescript-eslint/experimental-utils" "4.29.1"
5149+
"@typescript-eslint/scope-manager" "4.29.1"
51505150
debug "^4.3.1"
51515151
functional-red-black-tree "^1.0.1"
51525152
regexpp "^3.1.0"
51535153
semver "^7.3.5"
51545154
tsutils "^3.21.0"
51555155

5156-
"@typescript-eslint/experimental-utils@4.28.1":
5157-
version "4.28.1"
5158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
5159-
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
5156+
"@typescript-eslint/experimental-utils@4.29.1":
5157+
version "4.29.1"
5158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
5159+
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
51605160
dependencies:
51615161
"@types/json-schema" "^7.0.7"
5162-
"@typescript-eslint/scope-manager" "4.28.1"
5163-
"@typescript-eslint/types" "4.28.1"
5164-
"@typescript-eslint/typescript-estree" "4.28.1"
5162+
"@typescript-eslint/scope-manager" "4.29.1"
5163+
"@typescript-eslint/types" "4.29.1"
5164+
"@typescript-eslint/typescript-estree" "4.29.1"
51655165
eslint-scope "^5.1.1"
51665166
eslint-utils "^3.0.0"
51675167

5168-
"@typescript-eslint/parser@^4.28.1":
5169-
version "4.28.1"
5170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
5171-
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
5168+
"@typescript-eslint/parser@^4.29.1":
5169+
version "4.29.1"
5170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d"
5171+
integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg==
51725172
dependencies:
5173-
"@typescript-eslint/scope-manager" "4.28.1"
5174-
"@typescript-eslint/types" "4.28.1"
5175-
"@typescript-eslint/typescript-estree" "4.28.1"
5173+
"@typescript-eslint/scope-manager" "4.29.1"
5174+
"@typescript-eslint/types" "4.29.1"
5175+
"@typescript-eslint/typescript-estree" "4.29.1"
51765176
debug "^4.3.1"
51775177

5178-
"@typescript-eslint/scope-manager@4.28.1":
5179-
version "4.28.1"
5180-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
5181-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
5178+
"@typescript-eslint/scope-manager@4.29.1":
5179+
version "4.29.1"
5180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
5181+
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
51825182
dependencies:
5183-
"@typescript-eslint/types" "4.28.1"
5184-
"@typescript-eslint/visitor-keys" "4.28.1"
5183+
"@typescript-eslint/types" "4.29.1"
5184+
"@typescript-eslint/visitor-keys" "4.29.1"
51855185

5186-
"@typescript-eslint/types@4.28.1":
5187-
version "4.28.1"
5188-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
5189-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
5186+
"@typescript-eslint/types@4.29.1":
5187+
version "4.29.1"
5188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
5189+
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
51905190

5191-
"@typescript-eslint/typescript-estree@4.28.1":
5192-
version "4.28.1"
5193-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
5194-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
5191+
"@typescript-eslint/typescript-estree@4.29.1":
5192+
version "4.29.1"
5193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
5194+
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
51955195
dependencies:
5196-
"@typescript-eslint/types" "4.28.1"
5197-
"@typescript-eslint/visitor-keys" "4.28.1"
5196+
"@typescript-eslint/types" "4.29.1"
5197+
"@typescript-eslint/visitor-keys" "4.29.1"
51985198
debug "^4.3.1"
51995199
globby "^11.0.3"
52005200
is-glob "^4.0.1"
52015201
semver "^7.3.5"
52025202
tsutils "^3.21.0"
52035203

5204-
"@typescript-eslint/visitor-keys@4.28.1":
5205-
version "4.28.1"
5206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
5207-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
5204+
"@typescript-eslint/visitor-keys@4.29.1":
5205+
version "4.29.1"
5206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
5207+
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
52085208
dependencies:
5209-
"@typescript-eslint/types" "4.28.1"
5209+
"@typescript-eslint/types" "4.29.1"
52105210
eslint-visitor-keys "^2.0.0"
52115211

52125212
"@urql/core@^1.16.0":

0 commit comments

Comments
 (0)