Skip to content

Commit

Permalink
fix: limit version of sweetalert2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjaneczek committed Jul 17, 2023
1 parent 706328a commit 3f1efc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"serialize-error": "^9.1.0",
"style-loader": "^3.2.1",
"svg-url-loader": "^7.1.1",
"sweetalert2": "^11.4.0",
"sweetalert2": "^11.4.0, <11.4.9",
"sweetalert2-react-content": "^4.2.0",
"timezone-mock": "^1.3.0",
"true-myth": "~5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19972,10 +19972,10 @@ sweetalert2-react-content@^4.2.0:
resolved "https://registry.yarnpkg.com/sweetalert2-react-content/-/sweetalert2-react-content-4.2.0.tgz#ab4a6e02e37150dd0ea34d00179ec76952e3f442"
integrity sha512-eB324swnq10UJH8nAH2S6GHuAKDgH6GpGU8vI+ulYdmlPzpb0T5QPc7O4RFNRx28GzVZUnfvtpxZbKtZ5/KOnQ==

sweetalert2@^11.4.0:
version "11.4.0"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.4.0.tgz#d5cb4b711af4cb5f580e4eef4389b95dbc417427"
integrity sha512-+p0jT2LxUQGreWa60j7nm1frJfqbcmamZcpZi4puEGAJ0CmyPqQ4UGmBqbB4WxkJYKsn8qcOA9ufqn0MWtQWLQ==
"sweetalert2@^11.4.0, <11.4.9":
version "11.4.8"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.4.8.tgz#f436eb34107c5637a0278fa7330edc722090ebbb"
integrity sha512-BDS/+E8RwaekGSxCPUbPnsRAyQ439gtXkTF/s98vY2l9DaVEOMjGj1FaQSorfGREKsbbxGSP7UXboibL5vgTMA==

symbol-tree@^3.2.4:
version "3.2.4"
Expand Down

0 comments on commit 3f1efc0

Please sign in to comment.