Skip to content

Commit 42f6e64

Browse files
authored
chore: bump update a package with Ref component (#4068)
1 parent 2bc1275 commit 42f6e64

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"homepage": "https://github.com/Semantic-Org/Semantic-UI-React#readme",
6969
"dependencies": {
7070
"@babel/runtime": "^7.10.5",
71-
"@fluentui/react-component-event-listener": "~0.51.0",
72-
"@fluentui/react-component-ref": "~0.51.0",
71+
"@fluentui/react-component-event-listener": "~0.51.1",
72+
"@fluentui/react-component-ref": "~0.51.1",
7373
"@semantic-ui-react/event-stack": "^3.1.0",
7474
"clsx": "^1.1.1",
7575
"keyboard-key": "^1.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,17 +1049,17 @@
10491049
lodash "^4.17.19"
10501050
to-fast-properties "^2.0.0"
10511051

1052-
"@fluentui/react-component-event-listener@~0.51.0":
1053-
version "0.51.0"
1054-
resolved "https://registry.yarnpkg.com/@fluentui/react-component-event-listener/-/react-component-event-listener-0.51.0.tgz#29701f875a37870e168b99b0198d3518866a7f84"
1055-
integrity sha512-YzvtrqSOQIr19V5hLQ71Zt2HnBpHsPbgE6YNRI0fYkld1YbZWggiPSpk6nhmjB5U30h3EqwZzvsuQTvHbuP2Iw==
1052+
"@fluentui/react-component-event-listener@~0.51.1":
1053+
version "0.51.1"
1054+
resolved "https://registry.yarnpkg.com/@fluentui/react-component-event-listener/-/react-component-event-listener-0.51.1.tgz#0ef671a53fcac3906425328e7b1c53b039e17379"
1055+
integrity sha512-5krZPZW7dDcPCTIMS1KYTVtK3PrqiootE9a4SEhpYPjnIrr3Fv91nPcQx12htsI3FQX4ppdDCaS+YNEFLumItw==
10561056
dependencies:
10571057
"@babel/runtime" "^7.10.4"
10581058

1059-
"@fluentui/react-component-ref@~0.51.0":
1060-
version "0.51.0"
1061-
resolved "https://registry.yarnpkg.com/@fluentui/react-component-ref/-/react-component-ref-0.51.0.tgz#e27e50e36a7d96586bc814c16bd84f9da53b3029"
1062-
integrity sha512-eYTiZCGmcsU1RuKeHepd8i6XksnroSF5b2lqHJaQO9x+Ec62d7+M2i9FW/nhe2Mpb5f96inL0Oz3zzVMrSwJdw==
1059+
"@fluentui/react-component-ref@~0.51.1":
1060+
version "0.51.1"
1061+
resolved "https://registry.yarnpkg.com/@fluentui/react-component-ref/-/react-component-ref-0.51.1.tgz#af0cc81c5c587d4e29ec4e6528a690c1b99a2fdb"
1062+
integrity sha512-TxYq2px9Qy8+gT2fyqgsGzBAJGS6RqNO9BEY9AJ6c0sWCByLRViBbfKRv+95gt+CowEjVbP1B5woPeLwuWSG6g==
10631063
dependencies:
10641064
"@babel/runtime" "^7.10.4"
10651065
react-is "^16.6.3"

0 commit comments

Comments
 (0)