File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " webpack-genius build --env production"
9
9
},
10
10
"dependencies" : {
11
- "@redux-model/react" : " ^7.0.0-beta.13 " ,
11
+ "@redux-model/react" : " ^7.0.0" ,
12
12
"lodash" : " ^4.17.15" ,
13
13
"react" : " ^16.12.0" ,
14
14
"react-dom" : " ^16.12.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ class NpmInfoModel extends Model<Data> {
14
14
manage = $api . action ( ( packageName : string ) => {
15
15
return this
16
16
. get < Response > ( '/' + packageName )
17
- . throttle ( 1000 )
17
+ . throttle ( {
18
+ duration : 1000 ,
19
+ } )
18
20
. onSuccess ( ( _ , action ) => {
19
21
return action . response ;
20
22
} )
Original file line number Diff line number Diff line change 1137
1137
native-url "^0.2.6"
1138
1138
schema-utils "^2.6.5"
1139
1139
1140
- " @redux-model/core@^7.0.0-beta.13 " :
1141
- version "7.0.0-beta.13 "
1142
- resolved "https://registry.npmjs.org/@redux-model/core/-/core-7.0.0-beta.13. tgz#3993331a4b3dbfbc1f3b0ad0a1f7f64ada0d80fc "
1143
- integrity sha512-NtaSxVYzKV24sHltmNR5z6ygQuCjUwEVkT8ZOtLl556wSpwYGykWfEBg8VAEjzwybCMwWyoum/XuCuejqQvSEQ ==
1140
+ " @redux-model/core@^7.0.0 " :
1141
+ version "7.0.0"
1142
+ resolved "https://registry.npmjs.org/@redux-model/core/-/core-7.0.0. tgz#3da620228ee02e26af46005a70305b49d1b9aa8c "
1143
+ integrity sha512-oZx/CHz7xzlNZrkIqDAFb0XSNsu5RHCJMgu8lPrub6XhcGtrXwDPglD4WKNvJRMwDQpnMMRiUIfG40mDtp4iUA ==
1144
1144
dependencies :
1145
1145
clone "2.1.2"
1146
1146
immer "7.0.5"
1147
1147
1148
- " @redux-model/react@^7.0.0-beta.13 " :
1149
- version "7.0.0-beta.13 "
1150
- resolved "https://registry.npmjs.org/@redux-model/react/-/react-7.0.0-beta.13. tgz#d92fa6f70e2645ec43f365968ba2edf10ac896e1 "
1151
- integrity sha512-a+v2bAX1ZRz3wvpITJeCUqBPnih+N0Wiwwj5xG88o0QTTpp9RSYbdmNPRuPPwszmVga2+E4929O+QUn8Ejku1A ==
1148
+ " @redux-model/react@^7.0.0 " :
1149
+ version "7.0.0"
1150
+ resolved "https://registry.npmjs.org/@redux-model/react/-/react-7.0.0. tgz#84ca22aec5652a7c13e5d2cfe54e7229fe4325d5 "
1151
+ integrity sha512-JiFwGrt1Dro6UMe1k2leKrBSNHHygBm+IiQYCvqS0mfVyZzxvx5ZCUX7O4XGxOnP9e6AR/YFSWYV1vp9PKYvrA ==
1152
1152
dependencies :
1153
- " @redux-model/core" " ^7.0.0-beta.13 "
1153
+ " @redux-model/core" " ^7.0.0"
1154
1154
axios "0.19.2"
1155
1155
tslib "2.0.0"
1156
1156
You can’t perform that action at this time.
0 commit comments