Skip to content

Commit

Permalink
Update dependency react-toast-notifications to ^2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 19, 2021
1 parent fc16e18 commit 5c8b830
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-toast-notifications": "^2.4.4",
"react-toast-notifications": "^2.5.1",
"react-use-form-state": "^0.13.2",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react-pseudo-state": "^2.2.2",
"react-router-dom": "5.2.0",
"react-select": "^3.2.0",
"react-toast-notifications": "^2.4.4",
"react-toast-notifications": "^2.5.1",
"react-transition-group": "^4.4.2",
"react-uid": "^2.3.1",
"resize-observer-polyfill": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-location-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mongoose": "^5.12.13",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
"react-toast-notifications": "^2.4.4"
"react-toast-notifications": "^2.5.1"
},
"devDependencies": {
"dotenv": "^8.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-dom": "^17.0.2",
"react-image": "^4.0.3",
"react-select": "^3.2.0",
"react-toast-notifications": "^2.4.4"
"react-toast-notifications": "^2.5.1"
},
"devDependencies": {
"@keystonejs/app-static": "*",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22747,10 +22747,10 @@ react-sortable-hoc@^0.8.3:
invariant "^2.2.1"
prop-types "^15.5.7"

react-toast-notifications@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/react-toast-notifications/-/react-toast-notifications-2.4.4.tgz#a4b46195b437f312d72f552073957e3a1916f1ab"
integrity sha512-FNekr4IIeZZ+9B7LO4Wdqfp16jX6yH6A3HMajbPHpfPwhmcqIX///wPhdbcef9bQaa+NZwdyCHKeCSC6eFnduw==
react-toast-notifications@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/react-toast-notifications/-/react-toast-notifications-2.5.1.tgz#30216eedb5608ec69719a818b9a2e09283e90074"
integrity sha512-eYuuiSPGLyuMHojRH2U7CbENvFHsvNia39pLM/s10KipIoNs14T7RIJk4aU2N+l++OsSgtJqnFObx9bpwLMU5A==
dependencies:
"@emotion/core" "^10.0.14"
react-transition-group "^4.4.1"
Expand Down

0 comments on commit 5c8b830

Please sign in to comment.