Skip to content

Commit b607779

Browse files
committed
Bump deps for react packages
1 parent 323a512 commit b607779

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"immer": "9.0.21",
4242
"react-copy-to-clipboard": "5.1.0",
43-
"react-redux": "8.0.5",
43+
"react-redux": "8.1.1",
4444
"slugify": "1.6.6"
4545
},
4646
"peerDependencies": {
@@ -51,8 +51,8 @@
5151
"@strapi/utils": "^4.13.1",
5252
"lodash": "4.17.21",
5353
"prop-types": "^15.8.1",
54-
"react": "^17.0.0 || ^18.0.0",
55-
"react-intl": "^6.4.4",
54+
"react": "^18.0.0",
55+
"react-intl": "^6.4.1",
5656
"styled-components": "5.3.3"
5757
},
5858
"devDependencies": {
@@ -85,8 +85,8 @@
8585
"lodash": "4.17.21",
8686
"prettier": "2.8.8",
8787
"prop-types": "^15.8.1",
88-
"react": "^17.0.0 || ^18.0.0",
89-
"react-intl": "^6.4.4",
88+
"react": "^18.0.0",
89+
"react-intl": "^6.4.1",
9090
"styled-components": "5.3.3"
9191
},
9292
"repository": {

Diff for: yarn.lock

+2-14
Original file line numberDiff line numberDiff line change
@@ -10002,7 +10002,7 @@ [email protected]:
1000210002
intl-messageformat "10.3.4"
1000310003
tslib "^2.4.0"
1000410004

10005-
react-intl@^6.4.4:
10005+
react-intl@^6.4.1:
1000610006
version "6.5.1"
1000710007
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.5.1.tgz#c44f67798e25b2778b2091563e004f54e8dc911b"
1000810008
integrity sha512-mKxfH7GV5P4dJcQmbq/xU8FVBl//xRudXgS5r1Gt62NEr+T8pnzQZZ2th1jP5BQ+Ne/3kS3uYpFcynj5KyXVhg==
@@ -10037,18 +10037,6 @@ [email protected]:
1003710037
broadcast-channel "^3.4.1"
1003810038
match-sorter "^6.0.2"
1003910039

10040-
10041-
version "8.0.5"
10042-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.5.tgz#e5fb8331993a019b8aaf2e167a93d10af469c7bd"
10043-
integrity sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==
10044-
dependencies:
10045-
"@babel/runtime" "^7.12.1"
10046-
"@types/hoist-non-react-statics" "^3.3.1"
10047-
"@types/use-sync-external-store" "^0.0.3"
10048-
hoist-non-react-statics "^3.3.2"
10049-
react-is "^18.0.0"
10050-
use-sync-external-store "^1.0.0"
10051-
1005210040
1005310041
version "8.1.1"
1005410042
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.1.tgz#8e740f3fd864a4cd0de5ba9cdc8ad39cc9e7c81a"
@@ -10171,7 +10159,7 @@ [email protected]:
1017110159
"@babel/runtime" "^7.0.0"
1017210160
memoize-one ">=3.1.1 <6"
1017310161

10174-
"react@^17.0.0 || ^18.0.0", react@^18.2.0:
10162+
react@^18.0.0, react@^18.2.0:
1017510163
version "18.2.0"
1017610164
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
1017710165
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==

0 commit comments

Comments
 (0)