From 06ca42049f7192a0d43ace66bedc99b10c2f43e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:44:43 +0000 Subject: [PATCH] build(deps): bump @sanity/icons from 3.5.0 to 3.5.2 Bumps [@sanity/icons](https://github.com/sanity-io/icons) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/sanity-io/icons/releases) - [Changelog](https://github.com/sanity-io/icons/blob/main/CHANGELOG.md) - [Commits](https://github.com/sanity-io/icons/compare/v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: "@sanity/icons" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++++----- package.json | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 595e754..acff7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@portabletext/react": "^3.1.0", "@sanity/client": "^6.24.1", "@sanity/demo": "^2.0.0", - "@sanity/icons": "^3.4.0", + "@sanity/icons": "^3.5.2", "@sanity/image-url": "^1.1.0", "@sanity/ui": "^2.10.1", "@sanity/vision": "^3.65.1", @@ -3712,14 +3712,25 @@ "integrity": "sha512-wtMYcV5GIDIhVyF/jjmdwq1GdlK07dRL40XMns73VbrFI7FteRltxv48bhYVZPcLkRXb0SHjpDS/icj9/yzbVA==" }, "node_modules/@sanity/icons": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-3.5.0.tgz", - "integrity": "sha512-OXZILmwd1lZybwO4RYSY3fr6Kn6MePWOjBJRWDiw5lu9W+DmYO87P82S8nD5y/toQvWr53eNQfRzob2PLo+ZOA==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-3.5.2.tgz", + "integrity": "sha512-ZPSBevYnmBvtjWvvM/Akpey+kreAvGhSUJYoqf4bJUwKvC1q/80s2o2EWL+xtZe1K3BJJI8HyBeL4WHQA3EMrA==", + "dependencies": { + "react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206" + }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "react": "^18.3 || >=19.0.0-rc" + "react": "^18.3 || ^19.0.0-0" + } + }, + "node_modules/@sanity/icons/node_modules/react-compiler-runtime": { + "version": "19.0.0-beta-37ed2a7-20241206", + "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-37ed2a7-20241206.tgz", + "integrity": "sha512-9e6rCpVylr9EnVocgYAjft7+2v01BDpajeHKRoO+oc9pKcAMTpstHtHvE/TSVbyf4FvzCGjfKcfHM9XGTXI6Tw==", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/@sanity/image-url": { diff --git a/package.json b/package.json index 1d775e1..4b14463 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@portabletext/react": "^3.1.0", "@sanity/client": "^6.24.1", "@sanity/demo": "^2.0.0", - "@sanity/icons": "^3.4.0", + "@sanity/icons": "^3.5.2", "@sanity/image-url": "^1.1.0", "@sanity/ui": "^2.10.1", "@sanity/vision": "^3.65.1",