Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 74513ad

Browse files
build(deps): bump react-is from 17.0.2 to 18.1.0
Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 17.0.2 to 18.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 279e085 commit 74513ad

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

packages/remax-framework-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:debug": "npx --node-arg=--inspect-brk jest -i"
2222
},
2323
"dependencies": {
24-
"react-is": "^17.0.2"
24+
"react-is": "^18.1.0"
2525
},
2626
"devDependencies": {
2727
"@remax/types": "2.15.13",

packages/remax-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@remax/shared": "2.15.13",
3838
"@remax/web": "2.15.13",
3939
"qs": "^6.9.3",
40-
"react-is": "^17.0.2",
40+
"react-is": "^18.1.0",
4141
"react-reconciler": "0.26.2",
4242
"scheduler": "0.19.1"
4343
},

packages/remax-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@loadable/component": "^5.12.0",
2828
"@remax/framework-shared": "2.15.13",
2929
"@remax/react-router-cache-route": "^1.8.4",
30-
"react-is": "^17.0.2",
30+
"react-is": "^18.1.0",
3131
"react-router-dom": "^5.2.0",
3232
"rmc-pull-to-refresh": "^1.0.12",
3333
"umi-hd": "^5.0.1"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17070,11 +17070,16 @@ react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-i
1707017070
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1707117071
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1707217072

17073-
react-is@^17.0.1, react-is@^17.0.2:
17073+
react-is@^17.0.1:
1707417074
version "17.0.2"
1707517075
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1707617076
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1707717077

17078+
react-is@^18.1.0:
17079+
version "18.1.0"
17080+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
17081+
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
17082+
1707817083
react-reconciler@0.26.2:
1707917084
version "0.26.2"
1708017085
resolved "https://registry.nlark.com/react-reconciler/download/react-reconciler-0.26.2.tgz#bbad0e2d1309423f76cf3c3309ac6c96e05e9d91"

0 commit comments

Comments
 (0)