aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-28 17:32:02 +0000
committerCem Aksoylar <[email protected]>2024-03-28 10:41:56 -0700
commitd672b0c70512aa9c880c76f34dd448f9cffe4ae6 (patch)
tree90901dcd892890395ea054714b6b2308a2e4e3a9
parent18b86b7720201dde045fddb42965cd64d1082a9b (diff)
downloadzmk-d672b0c70512aa9c880c76f34dd448f9cffe4ae6.tar.gz
zmk-d672b0c70512aa9c880c76f34dd448f9cffe4ae6.zip
chore(deps): bump react-toastify from 7.0.4 to 10.0.5 in /docs
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 379360a966..3c76a963b8 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": {