File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-plugin" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " API for composable 3rd party React plugins" ,
5
5
"repository" : " https://github.com/skidding/react-plugin.git" ,
6
6
"author" :
" Ovidiu Cherecheș <[email protected] >" ,
21
21
"array-find-index" : " ^1.0.2" ,
22
22
"lodash" : " ^4.17.11" ,
23
23
"react-is" : " ^16.6.3" ,
24
- "ui-plugin" : " ^2.0.0-alpha.1 "
24
+ "ui-plugin" : " ^2.0.0-alpha.2 "
25
25
},
26
26
"devDependencies" : {
27
27
"@skidding/async-retry" : " ^1.0.2" ,
Original file line number Diff line number Diff line change @@ -3227,10 +3227,10 @@ uglify-to-browserify@~1.0.0:
3227
3227
version "1.0.2"
3228
3228
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
3229
3229
3230
- ui-plugin@^2.0.0-alpha.1 :
3231
- version "2.0.0-alpha.1 "
3232
- resolved "https://registry.yarnpkg.com/ui-plugin/-/ui-plugin-2.0.0-alpha.1 .tgz#e86860b210145de21cedd7214fc3b604c528ef4a "
3233
- integrity sha512-2iXauJONxhJwgl2WryubxzOsoOGKxN1qfXALTFT8GI4ooeOsvtf3Fo9eSRJ2buX+LfLvFkUFiCqj+ufPMSOeHQ ==
3230
+ ui-plugin@^2.0.0-alpha.2 :
3231
+ version "2.0.0-alpha.2 "
3232
+ resolved "https://registry.yarnpkg.com/ui-plugin/-/ui-plugin-2.0.0-alpha.2 .tgz#966bd666d24e037a8da591346e0cb9d75bacf823 "
3233
+ integrity sha512-2jAvwG6Fe0UJjD+692yjeuoF+NefRB4yVBMFpN388zm/Y8k6l1XuekbXXdY2yH6g3zPsU1DzQ3+UIfJLUgVMhg ==
3234
3234
dependencies :
3235
3235
lodash "^4.17.11"
3236
3236
You can’t perform that action at this time.
0 commit comments