File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metrics-queue-react" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " React utilities for seemless integration with the MetricsQueue" ,
5
5
"main" : " lib/metrics-queue-react.js" ,
6
6
"unpkg" : " dist/metrics-queue-react.js" ,
98
98
},
99
99
"dependencies" : {
100
100
"@babel/runtime" : " ^7.17.9" ,
101
- "metrics-queue" : " ^1.0.3 " ,
101
+ "metrics-queue" : " ^1.0.4 " ,
102
102
"react" : " ^18.1.0"
103
103
},
104
104
"peerDependencies" : {
105
- "metrics-queue" : " ^1.0.3 " ,
105
+ "metrics-queue" : " ^1.0.4 " ,
106
106
"react" : " ^16.8.0"
107
107
},
108
108
"browserslist" : [
Original file line number Diff line number Diff line change @@ -4022,10 +4022,10 @@ merge2@^1.3.0, merge2@^1.4.1:
4022
4022
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
4023
4023
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
4024
4024
4025
- metrics-queue@^1.0.3 :
4026
- version "1.0.3 "
4027
- resolved "https://registry.yarnpkg.com/metrics-queue/-/metrics-queue-1.0.3 .tgz#0107d09ffe9468c2f46f20ece52b3a4da8dabd5d "
4028
- integrity sha512-0dDROq1dradbJsxdQY/8XfDn+w1Km0eiFnV88Q0XDI0zeNSzUsaeHVKZmZyn6TAUyIwkx9Pi5T6e0+yVS7Ifnw ==
4025
+ metrics-queue@^1.0.4 :
4026
+ version "1.0.4 "
4027
+ resolved "https://registry.yarnpkg.com/metrics-queue/-/metrics-queue-1.0.4 .tgz#2cadfd26935e47d514b7904fe248eb8d4df1f8fc "
4028
+ integrity sha512-GkyG3oYb1tP637by5jSUiC7ZHSc5bZFy66c4sFnpvcBQQ3WrwB0JO9GQz18/NRTUlkmneIK3tEWBMw13H1EsGA ==
4029
4029
dependencies :
4030
4030
" @babel/runtime" " ^7.17.9"
4031
4031
You can’t perform that action at this time.
0 commit comments