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
/keaPublic

Commitb925b80

Browse files
committed
remove peer dependencies that shouldn't be there
1 parent3c0b70e commitb925b80

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
##3.0.1 - 2022-05-19
6+
- Remove incorrect`peerDependencies` from`package.json`
7+
8+
##3.0.0 - 2022-05-12
9+
10+
- Read more here:https://keajs.org/blog/kea-3.0
11+
512
##2.6.0 - 2022-05-06
613

714
- Update version requirements of peer dependencies:`reselect` 4.1+,`redux` 4.2+,`react-redux` 7+ and`react` 16.8+.

‎package.json‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@
6161
}
6262
},
6363
"peerDependencies": {
64-
"react":">= 16.8",
65-
"react-redux":">= 7",
66-
"redux":">= 4.2",
67-
"reselect":">= 4.1"
64+
"react":">= 16.8"
6865
},
6966
"devDependencies": {
7067
"@babel/cli":"^7.14.5",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp