Skip to content

Commit 23bb086

Browse files
committed
Upgrade ui-plugin
1 parent d595e6d commit 23bb086

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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": "react-plugin",
3-
"version": "1.0.0-alpha.16",
3+
"version": "1.0.0-alpha.17",
44
"description": "API for composable 3rd party React plugins",
55
"repository": "https://github.com/skidding/react-plugin.git",
66
"author": "Ovidiu Cherecheș <[email protected]>",
@@ -21,7 +21,7 @@
2121
"array-find-index": "^1.0.2",
2222
"lodash": "^4.17.11",
2323
"react-is": "^16.6.3",
24-
"ui-plugin": "^1.0.0-alpha.23"
24+
"ui-plugin": "^1.0.0-alpha.24"
2525
},
2626
"devDependencies": {
2727
"@skidding/async-retry": "^1.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,10 +3227,10 @@ uglify-to-browserify@~1.0.0:
32273227
version "1.0.2"
32283228
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
32293229

3230-
ui-plugin@^1.0.0-alpha.23:
3231-
version "1.0.0-alpha.23"
3232-
resolved "https://registry.yarnpkg.com/ui-plugin/-/ui-plugin-1.0.0-alpha.23.tgz#2fd391b22ac828625d8b6eb1b83bd1446ac6c49c"
3233-
integrity sha512-Ee1klLJVAe9hOoG1hd36ZU0ULXw4cJLxmm8jlxdJOihCSABuC0TxuUmySiXur7xdmKjTyB7msO9XC+iP/W+juw==
3230+
ui-plugin@^1.0.0-alpha.24:
3231+
version "1.0.0-alpha.24"
3232+
resolved "https://registry.yarnpkg.com/ui-plugin/-/ui-plugin-1.0.0-alpha.24.tgz#9f96662e5c4ce1684d9d59bf77747708303c6609"
3233+
integrity sha512-Hl3crnpbI9J9qadfWkmdI7wx0fuEHhlRSOZGgeWPBad3tKGcABlY2mKFdNzaHttQRaop7XkVA1Scljvec/jx8Q==
32343234
dependencies:
32353235
lodash "^4.17.11"
32363236

0 commit comments

Comments
 (0)