Skip to content

Commit 5bffcb2

Browse files
chore(deps): bump react-toastify from 10.0.6 to 11.0.3
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.6 to 11.0.3. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](fkhadra/react-toastify@v10.0.6...v11.0.3) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c54c7b9 commit 5bffcb2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

examples/demo-subconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"framer-motion": "^10.18.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
29-
"react-toastify": "^10.0.6",
29+
"react-toastify": "^11.0.3",
3030
"react-use": "^17.6.0",
3131
"svelte-qrcode": "^1.0.1",
3232
"typink": "workspace:*"

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"framer-motion": "^10.18.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"react-toastify": "^10.0.6",
24+
"react-toastify": "^11.0.3",
2525
"react-use": "^17.6.0",
2626
"typink": "workspace:*"
2727
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6522,7 +6522,7 @@ __metadata:
65226522
languageName: node
65236523
linkType: hard
65246524

6525-
"clsx@npm:^2.1.0":
6525+
"clsx@npm:^2.1.1":
65266526
version: 2.1.1
65276527
resolution: "clsx@npm:2.1.1"
65286528
checksum: 10/cdfb57fa6c7649bbff98d9028c2f0de2f91c86f551179541cf784b1cfdc1562dcb951955f46d54d930a3879931a980e32a46b598acaea274728dbe068deca919
@@ -7099,7 +7099,7 @@ __metadata:
70997099
framer-motion: "npm:^10.18.0"
71007100
react: "npm:^18.3.1"
71017101
react-dom: "npm:^18.3.1"
7102-
react-toastify: "npm:^10.0.6"
7102+
react-toastify: "npm:^11.0.3"
71037103
react-use: "npm:^17.6.0"
71047104
svelte-qrcode: "npm:^1.0.1"
71057105
typescript: "npm:^5.5.2"
@@ -7131,7 +7131,7 @@ __metadata:
71317131
framer-motion: "npm:^10.18.0"
71327132
react: "npm:^18.3.1"
71337133
react-dom: "npm:^18.3.1"
7134-
react-toastify: "npm:^10.0.6"
7134+
react-toastify: "npm:^11.0.3"
71357135
react-use: "npm:^17.6.0"
71367136
typescript: "npm:^5.5.2"
71377137
typink: "workspace:*"
@@ -12417,15 +12417,15 @@ __metadata:
1241712417
languageName: node
1241812418
linkType: hard
1241912419

12420-
"react-toastify@npm:^10.0.6":
12421-
version: 10.0.6
12422-
resolution: "react-toastify@npm:10.0.6"
12420+
"react-toastify@npm:^11.0.3":
12421+
version: 11.0.3
12422+
resolution: "react-toastify@npm:11.0.3"
1242312423
dependencies:
12424-
clsx: "npm:^2.1.0"
12424+
clsx: "npm:^2.1.1"
1242512425
peerDependencies:
12426-
react: ">=18"
12427-
react-dom: ">=18"
12428-
checksum: 10/60ec092f6b6ab4c6dd0a42e6207ce0d72af1f41a010ae8aa1b3de080697a3cdaa4d2249eb9092f9331bc17f155b1b45c681bd4a29dc698e20a6ac6fe79f967e6
12426+
react: ^18 || ^19
12427+
react-dom: ^18 || ^19
12428+
checksum: 10/3b8320873803ee73d27fccbee2890221bc64cd7f6e0082244a6044c77871ec559bac59cdd771f06e586a427cbd575780bbcfb47add0cca3137317ec5debd92fb
1242912429
languageName: node
1243012430
linkType: hard
1243112431

0 commit comments

Comments
 (0)