Skip to content

Commit fb61842

Browse files
committed
chore(deps): update type definition
1 parent 9ba28be commit fb61842

File tree

3 files changed

+53
-53
lines changed

3 files changed

+53
-53
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"@types/html-webpack-plugin": "3.2.3",
4141
"@types/marked": "1.1.0",
4242
"@types/mini-css-extract-plugin": "0.9.1",
43-
"@types/react": "16.9.49",
43+
"@types/react": "16.9.50",
4444
"@types/react-dom": "16.9.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.3.0",
49+
"@typescript-eslint/parser": "4.3.0",
5050
"autoprefixer": "9.8.6",
5151
"babel-loader": "8.1.0",
5252
"clean-webpack-plugin": "3.0.0",

yarn.lock

Lines changed: 49 additions & 49 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"
@@ -2688,10 +2688,10 @@
26882688
"@types/prop-types" "*"
26892689
csstype "^2.2.0"
26902690

2691-
"@types/[email protected].49":
2692-
version "16.9.49"
2693-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872"
2694-
integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==
2691+
"@types/[email protected].50":
2692+
version "16.9.50"
2693+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.50.tgz#cb5f2c22d42de33ca1f5efc6a0959feb784a3a2d"
2694+
integrity sha512-kPx5YsNnKDJejTk1P+lqThwxN2PczrocwsvqXnjvVvKpFescoY62ZiM3TV7dH1T8lFhlHZF+PE5xUyimUwqEGA==
26952695
dependencies:
26962696
"@types/prop-types" "*"
26972697
csstype "^3.0.2"
@@ -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.3.0":
2798+
version "4.3.0"
2799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
2800+
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
28012801
dependencies:
2802-
"@typescript-eslint/experimental-utils" "4.1.1"
2803-
"@typescript-eslint/scope-manager" "4.1.1"
2802+
"@typescript-eslint/experimental-utils" "4.3.0"
2803+
"@typescript-eslint/scope-manager" "4.3.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.3.0":
2811+
version "4.3.0"
2812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
2813+
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
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.3.0"
2817+
"@typescript-eslint/types" "4.3.0"
2818+
"@typescript-eslint/typescript-estree" "4.3.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.3.0":
2823+
version "4.3.0"
2824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
2825+
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
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.3.0"
2828+
"@typescript-eslint/types" "4.3.0"
2829+
"@typescript-eslint/typescript-estree" "4.3.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.3.0":
2833+
version "4.3.0"
2834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
2835+
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
28362836
dependencies:
2837-
"@typescript-eslint/types" "4.1.1"
2838-
"@typescript-eslint/visitor-keys" "4.1.1"
2837+
"@typescript-eslint/types" "4.3.0"
2838+
"@typescript-eslint/visitor-keys" "4.3.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.3.0":
2841+
version "4.3.0"
2842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
2843+
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
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.3.0":
2846+
version "4.3.0"
2847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
2848+
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
28492849
dependencies:
2850-
"@typescript-eslint/types" "4.1.1"
2851-
"@typescript-eslint/visitor-keys" "4.1.1"
2850+
"@typescript-eslint/types" "4.3.0"
2851+
"@typescript-eslint/visitor-keys" "4.3.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.3.0":
2860+
version "4.3.0"
2861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
2862+
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
28632863
dependencies:
2864-
"@typescript-eslint/types" "4.1.1"
2864+
"@typescript-eslint/types" "4.3.0"
28652865
eslint-visitor-keys "^2.0.0"
28662866

28672867
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)