Skip to content

Commit

Permalink
Upgrade react-burger-menu package to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Dec 29, 2023
1 parent 59c69b7 commit adf8632
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"qs": "6.7.0",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-burger-menu": "3.0.6",
"react-burger-menu": "^3.0.9",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-easyfullscreen": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Object {
<button
id="react-burger-menu-btn"
style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 0px; background: transparent; cursor: pointer;"
type="button"
>
Open Menu
</button>
Expand Down Expand Up @@ -240,6 +241,7 @@ Object {
id="react-burger-cross-btn"
style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 0px; background: transparent; cursor: pointer;"
tabindex="-1"
type="button"
>
Close Menu
</button>
Expand Down Expand Up @@ -278,6 +280,7 @@ Object {
<button
id="react-burger-menu-btn"
style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 0px; background: transparent; cursor: pointer;"
type="button"
>
Open Menu
</button>
Expand Down Expand Up @@ -500,6 +503,7 @@ Object {
id="react-burger-cross-btn"
style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 0px; background: transparent; cursor: pointer;"
tabindex="-1"
type="button"
>
Close Menu
</button>
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9501,10 +9501,10 @@ react-addons-test-utils@^15.6.2:
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.2.tgz#c12b6efdc2247c10da7b8770d185080a7b047156"
integrity sha1-wStu/cIkfBDae4dw0YUICnsEcVY=

[email protected].6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/react-burger-menu/-/react-burger-menu-3.0.6.tgz#9003cc1d65dc9e70d1460e5d8d8982f6b1a79d1d"
integrity sha512-Xikyl8VRkQBOyFVoMKpbScTLG6LlW64rajiquyCGwtpPswrDxaifusKckzTWAOH0At40Boguhj5lXq451NO0LA==
react-burger-menu@^3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/react-burger-menu/-/react-burger-menu-3.0.9.tgz#8ce525adfbf2dd760af7650a3ac3baadbc782e26"
integrity sha512-Qy15hkCxwxNEKfqdAv43F+8ZSl+/c6KkqrBwGP0CesFYJ02onHtiUFUbuhSWCMtBH8/n0HhfekFlp/NyCdKYzQ==
dependencies:
browserify-optional "^1.0.0"
classnames "^2.2.6"
Expand Down

0 comments on commit adf8632

Please sign in to comment.