Skip to content

Commit 77d45ca

Browse files
committed
chore: udpate react-is
1 parent b3c4c2e commit 77d45ca

File tree

8 files changed

+29
-40
lines changed

8 files changed

+29
-40
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"@types/progress": "2.0.5",
159159
"@types/react": "18.3.18",
160160
"@types/react-dom": "18.3.5",
161-
"@types/react-is": "18.3.0",
161+
"@types/react-is": "18.3.1",
162162
"@types/react-test-renderer": "18.3.1",
163163
"@types/react-transition-group": "4.4.6",
164164
"@types/react-window": "^1.8.2",
@@ -299,7 +299,7 @@
299299
"react-app-polyfill": "2.0.0",
300300
"react-dom": "18.3.0",
301301
"react-hot-loader": "4.13.0",
302-
"react-is": "18.3.0",
302+
"react-is": "18.3.1",
303303
"react-shadow": "20.3.0",
304304
"react-test-renderer": "18.3.0",
305305
"react-vis": "1.12.1",
@@ -383,8 +383,7 @@
383383
"swc-loader": "^0.2.6",
384384
"prettier": "2.8.8",
385385
"puppeteer": "19.6.0",
386-
"ws": "8.17.1",
387-
"**/@mdx-js/react/@types/react": "^17"
386+
"ws": "8.17.1"
388387
},
389388
"nx": {
390389
"includedScripts": []

packages/fluentui/react-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lz-string": "^1.4.4",
1919
"react-document-title": "^2.0.3",
2020
"react-frame-component": "^4.1.1",
21-
"react-is": "^18.3.0",
21+
"react-is": "^18.3.1",
2222
"use-immer": "^0.6.0"
2323
},
2424
"devDependencies": {

packages/fluentui/react-component-ref/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/microsoft/fluentui/issues",
77
"dependencies": {
88
"@babel/runtime": "^7.10.4",
9-
"react-is": "^18.3.0"
9+
"react-is": "^18.3.1"
1010
},
1111
"devDependencies": {
1212
"@fluentui/eslint-plugin": "*",

packages/fluentui/react-northstar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"downshift": "5.0.5",
2626
"lodash": "^4.17.15",
2727
"prop-types": "^15.7.2",
28-
"react-is": "^18.3.0",
28+
"react-is": "^18.3.1",
2929
"react-transition-group": "^4.4.1"
3030
},
3131
"devDependencies": {

packages/react-components/react-jsx-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@fluentui/react-utilities": "^9.18.23",
22-
"react-is": "^18.3.0",
22+
"react-is": "^18.3.1",
2323
"@swc/helpers": "^0.5.1"
2424
},
2525
"peerDependencies": {

packages/react-components/react-motion/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@fluentui/react-shared-contexts": "^9.23.1",
2929
"@fluentui/react-utilities": "^9.18.23",
3030
"@swc/helpers": "^0.5.1",
31-
"react-is": "^18.3.0"
31+
"react-is": "^18.3.1"
3232
},
3333
"peerDependencies": {
3434
"@types/react": ">=16.8.0 <19.0.0",

packages/react-conformance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"lodash": "^4.17.15",
2323
"chalk": "^2.4.2",
2424
"react-docgen-typescript": "^2.1.0",
25-
"react-is": "^18.3.0",
25+
"react-is": "^18.3.1",
2626
"@swc/helpers": "^0.5.1"
2727
},
2828
"peerDependencies": {
2929
"@types/react": ">=16.8.0 <19.0.0",
3030
"@types/react-dom": ">=16.8.0 <19.0.0",
31-
"@testing-library/react": "^12.0.0",
31+
"@testing-library/react": "^16.0.0",
3232
"jest": "^26.0.0",
3333
"react": ">=16.8.0 <19.0.0",
3434
"react-dom": ">=16.8.0 <19.0.0",

yarn.lock

Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5670,12 +5670,12 @@
56705670
dependencies:
56715671
"@types/react" "*"
56725672

5673-
"@types/[email protected].0":
5674-
version "18.3.0"
5675-
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.3.0.tgz#07008aecacf9c788f68e72eecca43701d7e6eefb"
5676-
integrity sha512-KZJpHUkAdzyKj/kUHJDc6N7KyidftICufJfOFpiG6haL/BDQNQt5i4n1XDUL/nDZAtGLHDSWRYpLzKTAKSvX6w==
5673+
"@types/[email protected].1":
5674+
version "18.3.1"
5675+
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.3.1.tgz#c354bd8954551d4c32143038b25abcd6effae04d"
5676+
integrity sha512-zts4lhQn5ia0cF/y2+3V6Riu0MAfez9/LJYavdM8TvcVl+S91A/7VWxyBT8hbRuWspmuCaiGI0F41OJYGrKhRA==
56775677
dependencies:
5678-
"@types/react" "*"
5678+
"@types/react" "^18"
56795679

56805680
"@types/react-router-dom@^5.1.5":
56815681
version "5.1.5"
@@ -5737,23 +5737,23 @@
57375737
dependencies:
57385738
"@types/react" "*"
57395739

5740-
"@types/react@*", "@types/[email protected].18", "@types/react@^18":
5741-
version "18.3.18"
5742-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
5743-
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
5740+
"@types/react@*", "@types/[email protected].20", "@types/react@^18":
5741+
version "18.3.20"
5742+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.20.tgz#b0dccda9d2f1bc24d2a04b1d0cb5d0b9a3576ad3"
5743+
integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==
57445744
dependencies:
57455745
"@types/prop-types" "*"
57465746
csstype "^3.0.2"
57475747

5748-
"@types/[email protected].20":
5749-
version "18.3.20"
5750-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.20.tgz#b0dccda9d2f1bc24d2a04b1d0cb5d0b9a3576ad3"
5751-
integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==
5748+
"@types/[email protected].18":
5749+
version "18.3.18"
5750+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
5751+
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
57525752
dependencies:
57535753
"@types/prop-types" "*"
57545754
csstype "^3.0.2"
57555755

5756-
"@types/react@>=16", "@types/react@^17":
5756+
"@types/react@>=16":
57575757
version "17.0.44"
57585758
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
57595759
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
@@ -5810,12 +5810,7 @@
58105810
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
58115811
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
58125812

5813-
"@types/scheduler@*":
5814-
version "0.23.0"
5815-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.23.0.tgz#0a6655b3e2708eaabca00b7372fafd7a792a7b09"
5816-
integrity sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==
5817-
5818-
5813+
"@types/scheduler@*", "@types/[email protected]":
58195814
version "0.16.2"
58205815
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
58215816
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
@@ -19798,21 +19793,16 @@ [email protected]:
1979819793
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
1979919794
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
1980019795

19801-
[email protected].0, react-is@^18.0.0, react-is@^18.3.0:
19802-
version "18.3.0"
19803-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.0.tgz#6c2d9b6cdd4c2cffb7c89b1bcb57bc44d12f1993"
19804-
integrity sha512-wRiUsea88TjKDc4FBEn+sLvIDesp6brMbGWnJGjew2waAc9evdhja/2LvePc898HJbHw0L+MTWy7NhpnELAvLQ==
19796+
[email protected].1, react-is@^18.0.0, react-is@^18.3.0, react-is@^18.3.1:
19797+
version "18.3.1"
19798+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
19799+
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
1980519800

1980619801
react-is@^16.12.0, "react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^16.13.1, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.9.0:
1980719802
version "16.13.1"
1980819803
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1980919804
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1981019805

19811-
react-is@^18.3.1:
19812-
version "18.3.1"
19813-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
19814-
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
19815-
1981619806
react-lifecycles-compat@^3.0.4:
1981719807
version "3.0.4"
1981819808
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

0 commit comments

Comments
 (0)