Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0ae2cb

Browse files
build(deps-dev): bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.Updates `react` from 17.0.2 to 18.2.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.2.0/packages/react)Updates `@types/react` from 17.0.49 to 18.0.19- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)---updated-dependencies:- dependency-name: react dependency-type: direct:development update-type: version-update:semver-major- dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parente96a11e commita0ae2cb

File tree

7 files changed

+18
-11
lines changed

7 files changed

+18
-11
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/glob-parent":"^5.1.0",
5454
"@types/jest":"^29.0.3",
5555
"@types/node":"^13.7.1",
56-
"@types/react":"^17.0.49",
56+
"@types/react":"^18.0.27",
5757
"@types/react-dom":"^17.0.17",
5858
"@types/react-redux":"^7.1.24",
5959
"@types/react-router":"^5.1.18",

‎packages/reactant-module/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"redux":"^4.1.0"
3232
},
3333
"devDependencies": {
34-
"react":"^17.0.2",
34+
"react":"^18.2.0",
3535
"redux-devtools-extension":"^2.13.8"
3636
}
3737
}

‎packages/reactant-router/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-router":"^5.3.1"
3232
},
3333
"devDependencies": {
34-
"react":"^17.0.2",
34+
"react":"^18.2.0",
3535
"react-redux":"^7.2.8",
3636
"reactant-module":"^0.72.0",
3737
"redux":"^4.1.0"

‎packages/reactant-ssr/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"next":"^12.1.0",
47-
"react":"^17.0.2",
47+
"react":"^18.2.0",
4848
"reactant-web":"^0.72.0"
4949
}
5050
}

‎packages/reactant-storage/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"redux-persist":"^6.0.0"
3333
},
3434
"devDependencies": {
35-
"react":"^17.0.2",
35+
"react":"^18.2.0",
3636
"react-redux":"^7.2.8",
3737
"reactant-module":"^0.72.0",
3838
"redux":"^4.1.0"

‎packages/reactant/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"reactant-module":"^0.72.0"
4141
},
4242
"devDependencies": {
43-
"react":"^17.0.2",
43+
"react":"^18.2.0",
4444
"reactant-storage":"^0.72.0",
4545
"reactant-web":"^0.72.0"
4646
}

‎yarn.lock‎

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3394,10 +3394,10 @@
33943394
"@types/history" "^4.7.11"
33953395
"@types/react" "*"
33963396

3397-
"@types/react@*", "@types/react@^17", "@types/react@^17.0.49":
3398-
version "17.0.49"
3399-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.49.tgz#df87ba4ca8b7942209c3dc655846724539dc1049"
3400-
integrity sha512-CCBPMZaPhcKkYUTqFs/hOWqKjPxhTEmnZWjlHHgIMop67DsXywf9B5Os9Hz8KSacjNOgIdnZVJamwl232uxoPg==
3397+
"@types/react@*", "@types/react@^17", "@types/react@^17.0.49", "@types/react@^18.0.27":
3398+
version "17.0.53"
3399+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
3400+
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
34013401
dependencies:
34023402
"@types/prop-types" "*"
34033403
"@types/scheduler" "*"
@@ -10305,14 +10305,21 @@ react-shallow-renderer@^16.15.0:
1030510305
object-assign "^4.1.1"
1030610306
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
1030710307

10308-
"react@^16.12.0 || ^17", react@^17.0.2:
10308+
"react@^16.12.0 || ^17":
1030910309
version "17.0.2"
1031010310
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
1031110311
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1031210312
dependencies:
1031310313
loose-envify "^1.1.0"
1031410314
object-assign "^4.1.1"
1031510315

10316+
react@^18.2.0:
10317+
version "18.2.0"
10318+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
10319+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
10320+
dependencies:
10321+
loose-envify "^1.1.0"
10322+
1031610323
read-cmd-shim@^3.0.0:
1031710324
version "3.0.1"
1031810325
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-3.0.1.tgz#868c235ec59d1de2db69e11aec885bc095aea087"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp