From cac1cda8e4081301ef4d9e7459e7b64783b586a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:31:18 +0000 Subject: [PATCH] chore(deps): bump @sanity/color-input from 4.0.1 to 4.0.2 Bumps [@sanity/color-input](https://github.com/sanity-io/color-input) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/sanity-io/color-input/releases) - [Changelog](https://github.com/sanity-io/color-input/blob/main/CHANGELOG.md) - [Commits](https://github.com/sanity-io/color-input/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: "@sanity/color-input" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 106 ++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 93 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c88f3f44..91ff7be0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@variant/homepage", "version": "3.0.0", "dependencies": { - "@sanity/color-input": "^4.0.1", + "@sanity/color-input": "^4.0.2", "@sanity/document-internationalization": "^3.0.1", "@sanity/image-url": "^1.0.2", "@sanity/preview-url-secret": "^1.6.11", @@ -3675,14 +3675,13 @@ } }, "node_modules/@sanity/color-input": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sanity/color-input/-/color-input-4.0.1.tgz", - "integrity": "sha512-Ra/IZO7j5vsx5VIF1OGIoeVfgwZu74tii8qOLuLQIRYbd6Av8si1mQFl6MOBu/kzWKWURE6JEN8+Ac1K2fi8Ww==", - "license": "MIT", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@sanity/color-input/-/color-input-4.0.2.tgz", + "integrity": "sha512-4FMaIVouv8cQzyIs8AkZvGTTKzvgJxGtX795nlO1k35YfZgeEhakxwLLYgjkaEzVyCwYVTRqSOjtqjvAesKWJA==", "dependencies": { - "@sanity/icons": "^3.4.0", - "@sanity/incompatible-plugin": "^1.0.4", - "@sanity/ui": "^2.8.9", + "@sanity/icons": "^3.5.3", + "@sanity/incompatible-plugin": "^1.0.5", + "@sanity/ui": "^2.10.10", "react-color": "^2.19.3", "use-effect-event": "^1.0.2" }, @@ -3690,21 +3689,90 @@ "node": ">=18" }, "peerDependencies": { - "react": "^18.3", + "react": "^18.3 || ^19", "sanity": "^3.23.0", "styled-components": "^6.1" } }, "node_modules/@sanity/color-input/node_modules/@sanity/icons": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-3.4.0.tgz", - "integrity": "sha512-X8BMM68w3y5cuCLpPwV7jGhVNGgAL/FA3UI6JaRCsyVOahA6aBOeKdjFs5MHtKi8cmrKwq1a98h/HbrK56kszA==", - "license": "MIT", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-3.5.3.tgz", + "integrity": "sha512-vI633N44QeSuUoYDZqI7vx6IAfgZshUPSnJHJUBODQdxW8064yEqtcROHP/FThp400RmXUGncWZNBoGbwbhl5w==", + "dependencies": { + "react-compiler-runtime": "19.0.0-beta-201e55d-20241215" + }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "react": "^18.3 || >=19.0.0-rc" + "react": "^18.3 || ^19.0.0-0" + } + }, + "node_modules/@sanity/color-input/node_modules/@sanity/incompatible-plugin": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@sanity/incompatible-plugin/-/incompatible-plugin-1.0.5.tgz", + "integrity": "sha512-9JGAacbElUPy9Chghd+sllIiM3jAcraZdD65bWYWUVKkghOsf1L/+jFLz1rcAuvrA9o2s7Y+T75BNcXuLwRcvw==", + "peerDependencies": { + "react": "^16.9 || ^17 || ^18 || ^19", + "react-dom": "^16.9 || ^17 || ^18 || ^19" + } + }, + "node_modules/@sanity/color-input/node_modules/@sanity/ui": { + "version": "2.10.11", + "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-2.10.11.tgz", + "integrity": "sha512-yq4JzfitBpspgAgoVBIXerQN2W1yBhGCyHYHuNboXXk7KCx2CpRPqeYbHBmmQQodcymOYKF2Wj/LH8baEg5PKA==", + "dependencies": { + "@floating-ui/react-dom": "^2.1.2", + "@sanity/color": "^3.0.6", + "@sanity/icons": "^3.5.3", + "csstype": "^3.1.3", + "framer-motion": "^11.15.0", + "react-compiler-runtime": "19.0.0-beta-201e55d-20241215", + "react-refractor": "^2.2.0", + "use-effect-event": "^1.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": "^18 || >=19.0.0-0", + "react-dom": "^18 || >=19.0.0-0", + "react-is": "^18 || >=19.0.0-0", + "styled-components": "^5.2 || ^6" + } + }, + "node_modules/@sanity/color-input/node_modules/@sanity/ui/node_modules/framer-motion": { + "version": "11.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.15.0.tgz", + "integrity": "sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==", + "dependencies": { + "motion-dom": "^11.14.3", + "motion-utils": "^11.14.3", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, + "node_modules/@sanity/color-input/node_modules/react-compiler-runtime": { + "version": "19.0.0-beta-201e55d-20241215", + "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-201e55d-20241215.tgz", + "integrity": "sha512-jBEo/UqVgiz6veJjhQMoNaGQLKUQwzMQpiYrA4XsGVOC2sElDF0oMjic5107LitP988yHrqDDZwZirS4OAEqyA==", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/@sanity/comlink": { @@ -11307,6 +11375,16 @@ "node": "*" } }, + "node_modules/motion-dom": { + "version": "11.14.3", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.14.3.tgz", + "integrity": "sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==" + }, + "node_modules/motion-utils": { + "version": "11.14.3", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.14.3.tgz", + "integrity": "sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==" + }, "node_modules/mrmime": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", diff --git a/package.json b/package.json index 17ca689dc..fb214cc1c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "prepare": "husky" }, "dependencies": { - "@sanity/color-input": "^4.0.1", + "@sanity/color-input": "^4.0.2", "@sanity/document-internationalization": "^3.0.1", "@sanity/image-url": "^1.0.2", "@sanity/preview-url-secret": "^1.6.11",