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

Commitc4258e7

Browse files
committed
Update react-redux 7.1.3
1 parentc21f709 commitc4258e7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"redux-ts",
3-
"version":"4.2.0-rc.2",
3+
"version":"4.2.0-rc.3",
44
"description":"Utils to define redux reducer/action in typescript",
55
"main":"dist/redux-ts.production.min.js",
66
"types":"lib/index.d.ts",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"react":"^16.7.0",
4848
"react-dom":"^16.7.0",
49-
"react-redux":"^6.0.0",
49+
"react-redux":"^7.1.3",
5050
"redux":"^4.0.1"
5151
},
5252
"devDependencies": {

‎yarn.lock‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/runtime@^7.3.1":
5+
"@babel/runtime@^7.5.5":
66
version "7.7.2"
77
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
88
integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==
@@ -2786,22 +2786,22 @@ react-dom@^16.7.0:
27862786
prop-types "^15.6.2"
27872787
scheduler "^0.17.0"
27882788

2789-
react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.2:
2789+
react-is@^16.7.0, react-is@^16.8.1, react-is@^16.9.0:
27902790
version "16.11.0"
27912791
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
27922792
integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw==
27932793

2794-
react-redux@^6.0.0:
2795-
version "6.0.1"
2796-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-6.0.1.tgz#0d423e2c1cb10ada87293d47e7de7c329623ba4d"
2797-
integrity sha512-T52I52Kxhbqy/6TEfBv85rQSDz6+Y28V/pf52vDWs1YRXG19mcFOGfHnY2HsNFHyhP+ST34Aih98fvt6tqwVcQ==
2794+
react-redux@^7.1.3:
2795+
version "7.1.3"
2796+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.1.3.tgz#717a3d7bbe3a1b2d535c94885ce04cdc5a33fc79"
2797+
integrity sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w==
27982798
dependencies:
2799-
"@babel/runtime""^7.3.1"
2799+
"@babel/runtime""^7.5.5"
28002800
hoist-non-react-statics "^3.3.0"
28012801
invariant "^2.2.4"
28022802
loose-envify "^1.4.0"
28032803
prop-types "^15.7.2"
2804-
react-is "^16.8.2"
2804+
react-is "^16.9.0"
28052805

28062806
react@^16.7.0:
28072807
version "16.11.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp