Skip to content

Commit 3dee034

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

File tree

3 files changed

+96
-55
lines changed

3 files changed

+96
-55
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.15",
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.53",
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.6.0",
49+
"@typescript-eslint/parser": "4.6.0",
5050
"autoprefixer": "9.8.6",
5151
"babel-loader": "8.1.0",
5252
"clean-webpack-plugin": "3.0.0",

yarn.lock

Lines changed: 92 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,17 @@
15461546
"@types/yargs" "^15.0.0"
15471547
chalk "^4.0.0"
15481548

1549+
"@jest/types@^26.6.1":
1550+
version "26.6.1"
1551+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.1.tgz#2638890e8031c0bc8b4681e0357ed986e2f866c5"
1552+
integrity sha512-ywHavIKNpAVrStiRY5wiyehvcktpijpItvGiK72RAn5ctqmzvPk8OvKnvHeBqa1XdQr959CTWAJMqxI8BTibyg==
1553+
dependencies:
1554+
"@types/istanbul-lib-coverage" "^2.0.0"
1555+
"@types/istanbul-reports" "^3.0.0"
1556+
"@types/node" "*"
1557+
"@types/yargs" "^15.0.0"
1558+
chalk "^4.0.0"
1559+
15491560
15501561
version "3.21.0"
15511562
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.21.0.tgz#27007bde71cc7b0a2969ab3c2f0ae41578b4577b"
@@ -2580,13 +2591,13 @@
25802591
dependencies:
25812592
"@types/istanbul-lib-report" "*"
25822593

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==
2594+
"@types/[email protected].15":
2595+
version "26.0.15"
2596+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe"
2597+
integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog==
25872598
dependencies:
2588-
jest-diff "^25.2.1"
2589-
pretty-format "^25.2.1"
2599+
jest-diff "^26.0.0"
2600+
pretty-format "^26.0.0"
25902601

25912602
25922603
version "26.0.9"
@@ -2688,10 +2699,10 @@
26882699
"@types/prop-types" "*"
26892700
csstype "^2.2.0"
26902701

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==
2702+
"@types/[email protected].53":
2703+
version "16.9.53"
2704+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.53.tgz#40cd4f8b8d6b9528aedd1fff8fcffe7a112a3d23"
2705+
integrity sha512-4nW60Sd4L7+WMXH1D6jCdVftuW7j4Za6zdp6tJ33Rqv0nk1ZAmQKML9ZLD4H0dehA3FZxXR/GM8gXplf82oNGw==
26952706
dependencies:
26962707
"@types/prop-types" "*"
26972708
csstype "^3.0.2"
@@ -2794,74 +2805,74 @@
27942805
dependencies:
27952806
"@types/yargs-parser" "*"
27962807

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==
2808+
"@typescript-eslint/eslint-plugin@4.6.0":
2809+
version "4.6.0"
2810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.0.tgz#210cd538bb703f883aff81d3996961f5dba31fdb"
2811+
integrity sha512-1+419X+Ynijytr1iWI+/IcX/kJryc78YNpdaXR1aRO1sU3bC0vZrIAF1tIX7rudVI84W7o7M4zo5p1aVt70fAg==
28012812
dependencies:
2802-
"@typescript-eslint/experimental-utils" "4.1.1"
2803-
"@typescript-eslint/scope-manager" "4.1.1"
2813+
"@typescript-eslint/experimental-utils" "4.6.0"
2814+
"@typescript-eslint/scope-manager" "4.6.0"
28042815
debug "^4.1.1"
28052816
functional-red-black-tree "^1.0.1"
28062817
regexpp "^3.0.0"
28072818
semver "^7.3.2"
28082819
tsutils "^3.17.1"
28092820

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==
2821+
"@typescript-eslint/experimental-utils@4.6.0":
2822+
version "4.6.0"
2823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.0.tgz#f750aef4dd8e5970b5c36084f0a5ca2f0db309a4"
2824+
integrity sha512-pnh6Beh2/4xjJVNL+keP49DFHk3orDHHFylSp3WEjtgW3y1U+6l+jNnJrGlbs6qhAz5z96aFmmbUyKhunXKvKw==
28142825
dependencies:
28152826
"@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"
2827+
"@typescript-eslint/scope-manager" "4.6.0"
2828+
"@typescript-eslint/types" "4.6.0"
2829+
"@typescript-eslint/typescript-estree" "4.6.0"
28192830
eslint-scope "^5.0.0"
28202831
eslint-utils "^2.0.0"
28212832

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==
2833+
"@typescript-eslint/parser@4.6.0":
2834+
version "4.6.0"
2835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.0.tgz#7e9ff7df2f21d5c8f65f17add3b99eeeec33199d"
2836+
integrity sha512-Dj6NJxBhbdbPSZ5DYsQqpR32MwujF772F2H3VojWU6iT4AqL4BKuoNWOPFCoSZvCcADDvQjDpa6OLDAaiZPz2Q==
28262837
dependencies:
2827-
"@typescript-eslint/scope-manager" "4.1.1"
2828-
"@typescript-eslint/types" "4.1.1"
2829-
"@typescript-eslint/typescript-estree" "4.1.1"
2838+
"@typescript-eslint/scope-manager" "4.6.0"
2839+
"@typescript-eslint/types" "4.6.0"
2840+
"@typescript-eslint/typescript-estree" "4.6.0"
28302841
debug "^4.1.1"
28312842

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==
2843+
"@typescript-eslint/scope-manager@4.6.0":
2844+
version "4.6.0"
2845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.0.tgz#b7d8b57fe354047a72dfb31881d9643092838662"
2846+
integrity sha512-uZx5KvStXP/lwrMrfQQwDNvh2ppiXzz5TmyTVHb+5TfZ3sUP7U1onlz3pjoWrK9konRyFe1czyxObWTly27Ang==
28362847
dependencies:
2837-
"@typescript-eslint/types" "4.1.1"
2838-
"@typescript-eslint/visitor-keys" "4.1.1"
2848+
"@typescript-eslint/types" "4.6.0"
2849+
"@typescript-eslint/visitor-keys" "4.6.0"
28392850

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==
2851+
"@typescript-eslint/types@4.6.0":
2852+
version "4.6.0"
2853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
2854+
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
28442855

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==
2856+
"@typescript-eslint/typescript-estree@4.6.0":
2857+
version "4.6.0"
2858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
2859+
integrity sha512-s4Z9qubMrAo/tw0CbN0IN4AtfwuehGXVZM0CHNMdfYMGBDhPdwTEpBrecwhP7dRJu6d9tT9ECYNaWDHvlFSngA==
28492860
dependencies:
2850-
"@typescript-eslint/types" "4.1.1"
2851-
"@typescript-eslint/visitor-keys" "4.1.1"
2861+
"@typescript-eslint/types" "4.6.0"
2862+
"@typescript-eslint/visitor-keys" "4.6.0"
28522863
debug "^4.1.1"
28532864
globby "^11.0.1"
28542865
is-glob "^4.0.1"
28552866
lodash "^4.17.15"
28562867
semver "^7.3.2"
28572868
tsutils "^3.17.1"
28582869

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==
2870+
"@typescript-eslint/visitor-keys@4.6.0":
2871+
version "4.6.0"
2872+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
2873+
integrity sha512-38Aa9Ztl0XyFPVzmutHXqDMCu15Xx8yKvUo38Gu3GhsuckCh3StPI5t2WIO9LHEsOH7MLmlGfKUisU8eW1Sjhg==
28632874
dependencies:
2864-
"@typescript-eslint/types" "4.1.1"
2875+
"@typescript-eslint/types" "4.6.0"
28652876
eslint-visitor-keys "^2.0.0"
28662877

28672878
"@webassemblyjs/[email protected]":
@@ -5378,6 +5389,11 @@ diff-sequences@^26.3.0:
53785389
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.3.0.tgz#62a59b1b29ab7fd27cef2a33ae52abe73042d0a2"
53795390
integrity sha512-5j5vdRcw3CNctePNYN0Wy2e/JbWT6cAYnXv5OuqPhDpyCGc0uLu2TK0zOCJWNB9kOIfYMSpIulRaDgIi4HJ6Ig==
53805391

5392+
diff-sequences@^26.5.0:
5393+
version "26.5.0"
5394+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.5.0.tgz#ef766cf09d43ed40406611f11c6d8d9dd8b2fefd"
5395+
integrity sha512-ZXx86srb/iYy6jG71k++wBN9P9J05UNQ5hQHQd9MtMPvcqXPx/vKU69jfHV637D00Q2gSgPk2D+jSx3l1lDW/Q==
5396+
53815397
diff@^4.0.1:
53825398
version "4.0.2"
53835399
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
@@ -8043,6 +8059,16 @@ jest-diff@^25.2.1:
80438059
jest-get-type "^25.2.6"
80448060
pretty-format "^25.5.0"
80458061

8062+
jest-diff@^26.0.0:
8063+
version "26.6.1"
8064+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.1.tgz#38aa194979f454619bb39bdee299fb64ede5300c"
8065+
integrity sha512-BBNy/zin2m4kG5In126O8chOBxLLS/XMTuuM2+YhgyHk87ewPzKTuTJcqj3lOWOi03NNgrl+DkMeV/exdvG9gg==
8066+
dependencies:
8067+
chalk "^4.0.0"
8068+
diff-sequences "^26.5.0"
8069+
jest-get-type "^26.3.0"
8070+
pretty-format "^26.6.1"
8071+
80468072
jest-diff@^26.4.2:
80478073
version "26.4.2"
80488074
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.4.2.tgz#a1b7b303bcc534aabdb3bd4a7caf594ac059f5aa"
@@ -10695,6 +10721,16 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
1069510721
ansi-styles "^4.0.0"
1069610722
react-is "^16.12.0"
1069710723

10724+
pretty-format@^26.0.0, pretty-format@^26.6.1:
10725+
version "26.6.1"
10726+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.1.tgz#af9a2f63493a856acddeeb11ba6bcf61989660a8"
10727+
integrity sha512-MeqqsP5PYcRBbGMvwzsyBdmAJ4EFX7pWFyl7x4+dMVg5pE0ZDdBIvEH2ergvIO+Gvwv1wh64YuOY9y5LuyY/GA==
10728+
dependencies:
10729+
"@jest/types" "^26.6.1"
10730+
ansi-regex "^5.0.0"
10731+
ansi-styles "^4.0.0"
10732+
react-is "^17.0.1"
10733+
1069810734
pretty-format@^26.4.2:
1069910735
version "26.4.2"
1070010736
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.2.tgz#d081d032b398e801e2012af2df1214ef75a81237"
@@ -10937,6 +10973,11 @@ react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
1093710973
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1093810974
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1093910975

10976+
react-is@^17.0.1:
10977+
version "17.0.1"
10978+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
10979+
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
10980+
1094010981
react-svg-core@^3.0.3:
1094110982
version "3.0.3"
1094210983
resolved "https://registry.yarnpkg.com/react-svg-core/-/react-svg-core-3.0.3.tgz#5d856efeaa4d089b0afeebe885b20b8c9500d162"

0 commit comments

Comments
 (0)