Skip to content

Commit 15363e9

Browse files
committed
chore(deps): update type definition
1 parent 2bded72 commit 15363e9

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@commitlint/cli": "9.1.2",
1919
"@commitlint/config-conventional": "9.1.2",
2020
"commitizen": "4.2.1",
21-
"@types/jest": "26.0.13",
21+
"@types/jest": "26.0.14",
2222
"cross-env": "7.0.2",
2323
"dependency-cruiser": "9.14.0",
2424
"sort-package-json": "1.44.0"

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/resolve-pkg": "2.0.0",
4646
"@types/webpack": "4.41.22",
4747
"@types/webpack-dev-server": "3.11.0",
48-
"@typescript-eslint/eslint-plugin": "4.1.1",
49-
"@typescript-eslint/parser": "4.1.1",
48+
"@typescript-eslint/eslint-plugin": "4.2.0",
49+
"@typescript-eslint/parser": "4.2.0",
5050
"autoprefixer": "9.8.6",
5151
"babel-loader": "8.1.0",
5252
"clean-webpack-plugin": "3.0.0",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,10 +2580,10 @@
25802580
dependencies:
25812581
"@types/istanbul-lib-report" "*"
25822582

2583-
"@types/[email protected].13":
2584-
version "26.0.13"
2585-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e"
2586-
integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==
2583+
"@types/[email protected].14":
2584+
version "26.0.14"
2585+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
2586+
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
25872587
dependencies:
25882588
jest-diff "^25.2.1"
25892589
pretty-format "^25.2.1"
@@ -2794,74 +2794,74 @@
27942794
dependencies:
27952795
"@types/yargs-parser" "*"
27962796

2797-
"@typescript-eslint/eslint-plugin@4.1.1":
2798-
version "4.1.1"
2799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.1.tgz#78d5b18e259b13c2f4ec41dd9105af269a161a75"
2800-
integrity sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ==
2797+
"@typescript-eslint/eslint-plugin@4.2.0":
2798+
version "4.2.0"
2799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
2800+
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
28012801
dependencies:
2802-
"@typescript-eslint/experimental-utils" "4.1.1"
2803-
"@typescript-eslint/scope-manager" "4.1.1"
2802+
"@typescript-eslint/experimental-utils" "4.2.0"
2803+
"@typescript-eslint/scope-manager" "4.2.0"
28042804
debug "^4.1.1"
28052805
functional-red-black-tree "^1.0.1"
28062806
regexpp "^3.0.0"
28072807
semver "^7.3.2"
28082808
tsutils "^3.17.1"
28092809

2810-
"@typescript-eslint/experimental-utils@4.1.1":
2811-
version "4.1.1"
2812-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.1.tgz#52ff4e37c93113eb96385a4e6d075abece1ea72d"
2813-
integrity sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A==
2810+
"@typescript-eslint/experimental-utils@4.2.0":
2811+
version "4.2.0"
2812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
2813+
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
28142814
dependencies:
28152815
"@types/json-schema" "^7.0.3"
2816-
"@typescript-eslint/scope-manager" "4.1.1"
2817-
"@typescript-eslint/types" "4.1.1"
2818-
"@typescript-eslint/typescript-estree" "4.1.1"
2816+
"@typescript-eslint/scope-manager" "4.2.0"
2817+
"@typescript-eslint/types" "4.2.0"
2818+
"@typescript-eslint/typescript-estree" "4.2.0"
28192819
eslint-scope "^5.0.0"
28202820
eslint-utils "^2.0.0"
28212821

2822-
"@typescript-eslint/parser@4.1.1":
2823-
version "4.1.1"
2824-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.1.tgz#324b4b35e314075adbc92bd8330cf3ef0c88cf3e"
2825-
integrity sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ==
2822+
"@typescript-eslint/parser@4.2.0":
2823+
version "4.2.0"
2824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
2825+
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
28262826
dependencies:
2827-
"@typescript-eslint/scope-manager" "4.1.1"
2828-
"@typescript-eslint/types" "4.1.1"
2829-
"@typescript-eslint/typescript-estree" "4.1.1"
2827+
"@typescript-eslint/scope-manager" "4.2.0"
2828+
"@typescript-eslint/types" "4.2.0"
2829+
"@typescript-eslint/typescript-estree" "4.2.0"
28302830
debug "^4.1.1"
28312831

2832-
"@typescript-eslint/scope-manager@4.1.1":
2833-
version "4.1.1"
2834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.1.tgz#bdb8526e82435f32b4ccd9dd4cec01af97b48850"
2835-
integrity sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA==
2832+
"@typescript-eslint/scope-manager@4.2.0":
2833+
version "4.2.0"
2834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
2835+
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
28362836
dependencies:
2837-
"@typescript-eslint/types" "4.1.1"
2838-
"@typescript-eslint/visitor-keys" "4.1.1"
2837+
"@typescript-eslint/types" "4.2.0"
2838+
"@typescript-eslint/visitor-keys" "4.2.0"
28392839

2840-
"@typescript-eslint/types@4.1.1":
2841-
version "4.1.1"
2842-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.1.tgz#57500c4a86b28cb47094c1a62f1177ea279a09cb"
2843-
integrity sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA==
2840+
"@typescript-eslint/types@4.2.0":
2841+
version "4.2.0"
2842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
2843+
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
28442844

2845-
"@typescript-eslint/typescript-estree@4.1.1":
2846-
version "4.1.1"
2847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.1.tgz#2015a84d71303ecdb6f46efd807ac19a51aab490"
2848-
integrity sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw==
2845+
"@typescript-eslint/typescript-estree@4.2.0":
2846+
version "4.2.0"
2847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
2848+
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
28492849
dependencies:
2850-
"@typescript-eslint/types" "4.1.1"
2851-
"@typescript-eslint/visitor-keys" "4.1.1"
2850+
"@typescript-eslint/types" "4.2.0"
2851+
"@typescript-eslint/visitor-keys" "4.2.0"
28522852
debug "^4.1.1"
28532853
globby "^11.0.1"
28542854
is-glob "^4.0.1"
28552855
lodash "^4.17.15"
28562856
semver "^7.3.2"
28572857
tsutils "^3.17.1"
28582858

2859-
"@typescript-eslint/visitor-keys@4.1.1":
2860-
version "4.1.1"
2861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.1.tgz#bb05664bf4bea28dc120d1da94f3027d42ab0f6f"
2862-
integrity sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw==
2859+
"@typescript-eslint/visitor-keys@4.2.0":
2860+
version "4.2.0"
2861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
2862+
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
28632863
dependencies:
2864-
"@typescript-eslint/types" "4.1.1"
2864+
"@typescript-eslint/types" "4.2.0"
28652865
eslint-visitor-keys "^2.0.0"
28662866

28672867
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)