Skip to content

Commit

Permalink
update react tags; fix related warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
niculistana committed Jun 24, 2020
1 parent 9556966 commit e0d96c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/javascript/ui/global/Pill.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Pill.propTypes = {
symbolSize: PropTypes.number,
onDelete: PropTypes.func,
deleteIcon: PropTypes.node,
tag: PropTypes.node,
tag: PropTypes.object,
selectable: PropTypes.bool,
selected: PropTypes.bool,
onSelect: PropTypes.func,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"react-select": "2.0.0",
"react-stripe-elements": "2.0.0",
"react-svg-loader": "^2.1.0",
"react-tag-autocomplete": "^5.5.1",
"react-tag-autocomplete": "^5.13.1",
"react-truncator": "0.0.5",
"react-viewer": "^2.9.1",
"react-visibility-sensor": "^3.11.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12488,10 +12488,10 @@ react-svg-loader@^2.1.0:
loader-utils "^1.1.0"
react-svg-core "^2.1.0"

react-tag-autocomplete@^5.5.1:
version "5.5.1"
resolved "https://registry.yarnpkg.com/react-tag-autocomplete/-/react-tag-autocomplete-5.5.1.tgz#6b3f253d3d69eb546925118cdf43138a9aafe113"
integrity sha512-/x6izH2OUySduXfJ9pgb3B2IirkE8w9+JEC1TF4QyPvyLTQ2tDFf4hlvTmK7iGEo+ll7oRZbtEHScLDI5YvvEQ==
react-tag-autocomplete@^5.13.1:
version "5.13.1"
resolved "https://registry.yarnpkg.com/react-tag-autocomplete/-/react-tag-autocomplete-5.13.1.tgz#9d3376cbbf66ce8901a62355ca35fd68a58abfc8"
integrity sha512-ECcQnizAxw8VnEDUfCKuA2ZDQ0Fyxds3kVtE4NVAhJvBYOMMgkRNAM3UwyEXAQ0h7nnCwmIA+czJiwso07Mrqw==

react-test-renderer@^16.0.0-0, react-test-renderer@^16.8.0:
version "16.9.0"
Expand Down

0 comments on commit e0d96c1

Please sign in to comment.