mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
build(deps): bump react-toastify from 10.0.6 to 11.0.5
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.6 to 11.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.6...v11.0.5) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+7
-7
@@ -20,7 +20,7 @@
|
||||
"react-dom": "18.3.1",
|
||||
"react-kofi": "0.0.2",
|
||||
"react-select": "^5.10.0",
|
||||
"react-toastify": "10.0.6"
|
||||
"react-toastify": "11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "3.7.0",
|
||||
@@ -17365,16 +17365,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-toastify": {
|
||||
"version": "10.0.6",
|
||||
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.6.tgz",
|
||||
"integrity": "sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==",
|
||||
"version": "11.0.5",
|
||||
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",
|
||||
"integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.0"
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"react": "^18 || ^19",
|
||||
"react-dom": "^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/react-transition-group": {
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
"react-dom": "18.3.1",
|
||||
"react-kofi": "0.0.2",
|
||||
"react-select": "^5.10.0",
|
||||
"react-toastify": "10.0.6"
|
||||
"react-toastify": "11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "3.7.0",
|
||||
|
||||
Reference in New Issue
Block a user