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

Commit7568c44

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 parent3f7b949 commit7568c44

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.25",
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.68.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.68.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.68.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.68.0"
4141
},
4242
"devDependencies": {
43-
"react":"^17.0.2",
43+
"react":"^18.2.0",
4444
"reactant-storage":"^0.68.0",
4545
"reactant-web":"^0.68.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.25":
3398+
version "17.0.52"
3399+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b"
3400+
integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==
34013401
dependencies:
34023402
"@types/prop-types" "*"
34033403
"@types/scheduler" "*"
@@ -10279,14 +10279,21 @@ react-shallow-renderer@^16.15.0:
1027910279
object-assign "^4.1.1"
1028010280
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
1028110281

10282-
"react@^16.12.0 || ^17", react@^17.0.2:
10282+
"react@^16.12.0 || ^17":
1028310283
version "17.0.2"
1028410284
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
1028510285
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1028610286
dependencies:
1028710287
loose-envify "^1.1.0"
1028810288
object-assign "^4.1.1"
1028910289

10290+
react@^18.2.0:
10291+
version "18.2.0"
10292+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
10293+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
10294+
dependencies:
10295+
loose-envify "^1.1.0"
10296+
1029010297
read-cmd-shim@^3.0.0:
1029110298
version "3.0.1"
1029210299
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