aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 05:38:29 +0000
committerGitHub <[email protected]>2024-03-18 05:38:29 +0000
commit93ddf0fe620f79b083ecb37312b9fe0bc55f45ad (patch)
treee3aec62fc890418fa18c5dccf2b6be6ac31d71d0
parent2adaa00d1092e41ce11dfae46ce7d2a5bad97ead (diff)
downloadzmk-93ddf0fe620f79b083ecb37312b9fe0bc55f45ad.tar.gz
zmk-93ddf0fe620f79b083ecb37312b9fe0bc55f45ad.zip
chore(deps): bump react-toastify from 7.0.4 to 10.0.5 in /docsdependabot/npm_and_yarn/docs/react-toastify-10.0.5
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 7.0.4 to 10.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v7.0.4...v10.0.5) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--docs/package-lock.json22
-rw-r--r--docs/package.json2
2 files changed, 8 insertions, 16 deletions
diff --git a/docs/package-lock.json b/docs/package-lock.json
index 16525e7c4e..5d448ac326 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -20,7 +20,7 @@
"react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.0.0",
- "react-toastify": "^7.0.4",
+ "react-toastify": "^10.0.5",
"web-tree-sitter": "^0.20.8"
},
"devDependencies": {
@@ -18049,23 +18049,15 @@
}
},
"node_modules/react-toastify": {
- "version": "7.0.4",
- "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz",
- "integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==",
+ "version": "10.0.5",
+ "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz",
+ "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==",
"dependencies": {
- "clsx": "^1.1.1"
+ "clsx": "^2.1.0"
},
"peerDependencies": {
- "react": ">=16",
- "react-dom": ">=16"
- }
- },
- "node_modules/react-toastify/node_modules/clsx": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
- "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
- "engines": {
- "node": ">=6"
+ "react": ">=18",
+ "react-dom": ">=18"
}
},
"node_modules/read-package-json-fast": {
diff --git a/docs/package.json b/docs/package.json
index 7f468cb53d..a080176303 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -27,7 +27,7 @@
"react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.0.0",
- "react-toastify": "^7.0.4",
+ "react-toastify": "^10.0.5",
"web-tree-sitter": "^0.20.8"
},
"browserslist": {