diff --git a/package-lock.json b/package-lock.json index 98fd1d3..f821b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@sanity/icons": "^2.7.0", "@sanity/incompatible-plugin": "^1.0.4", "@sanity/preview-url-secret": "^1.3.3", - "@sanity/ui": "^1.9.3", + "@sanity/ui": "^2.0.0", "framer-motion": "^10.16.5", "suspend-react": "0.1.3", "usehooks-ts": "2.9.1" @@ -3117,26 +3117,27 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz", - "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.3.tgz", + "integrity": "sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==", "dependencies": { - "@floating-ui/utils": "^0.1.3" + "@floating-ui/utils": "^0.2.0" } }, "node_modules/@floating-ui/dom": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz", - "integrity": "sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.4.tgz", + "integrity": "sha512-jByEsHIY+eEdCjnTVu+E3ephzTOzkQ8hgUfGwos+bg7NlH33Zc5uO+QHz1mrQUOgIKKDD1RtS201P9NvAfq3XQ==", "dependencies": { - "@floating-ui/core": "^1.4.2", - "@floating-ui/utils": "^0.1.3" + "@floating-ui/core": "^1.5.3", + "@floating-ui/utils": "^0.2.0" } }, "node_modules/@floating-ui/react-dom": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.0.tgz", "integrity": "sha512-Ke0oU3SeuABC2C4OFu2mSAwHIP5WUiV98O9YWoHV4Q5aT6E9k06DV0Khi5uYspR8xmmBk08t8ZDcz3TR3ARkEg==", + "devOptional": true, "dependencies": { "@floating-ui/dom": "^1.2.7" }, @@ -3146,9 +3147,9 @@ } }, "node_modules/@floating-ui/utils": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz", - "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==" + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", + "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.13", @@ -4301,7 +4302,8 @@ "node_modules/@sanity/color": { "version": "2.2.5", "resolved": "https://registry.npmjs.org/@sanity/color/-/color-2.2.5.tgz", - "integrity": "sha512-tTi22KoKuER3sldXYl4c1Dq2zU7tMLDkljFiaUKVkBbu4PBvRGCFw75kXZnD2b4Bsp6vin+7sI+AKdCKRhfRuw==" + "integrity": "sha512-tTi22KoKuER3sldXYl4c1Dq2zU7tMLDkljFiaUKVkBbu4PBvRGCFw75kXZnD2b4Bsp6vin+7sI+AKdCKRhfRuw==", + "devOptional": true }, "node_modules/@sanity/diff": { "version": "3.21.1", @@ -4971,6 +4973,29 @@ "styled-components": "^5.2 || ^6.1.1" } }, + "node_modules/@sanity/presentation/node_modules/@sanity/ui": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-1.9.3.tgz", + "integrity": "sha512-AdWEVFaK0Snk6xxP0lGPVP3QQYKwzkfGFpFZnL9d6UtWt8yeuS8BMLVAzmXzg14hrqH50ex9nvNl3eq6a0MWiw==", + "devOptional": true, + "dependencies": { + "@floating-ui/react-dom": "2.0.0", + "@sanity/color": "^2.2.5", + "@sanity/icons": "^2.4.1", + "csstype": "^3.1.2", + "framer-motion": "^10.16.2", + "react-refractor": "^2.1.7" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": "^18", + "react-dom": "^18", + "react-is": "^18", + "styled-components": "^5.2 || ^6" + } + }, "node_modules/@sanity/preview-url-secret": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/@sanity/preview-url-secret/-/preview-url-secret-1.3.3.tgz", @@ -5040,15 +5065,15 @@ } }, "node_modules/@sanity/ui": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-1.9.3.tgz", - "integrity": "sha512-AdWEVFaK0Snk6xxP0lGPVP3QQYKwzkfGFpFZnL9d6UtWt8yeuS8BMLVAzmXzg14hrqH50ex9nvNl3eq6a0MWiw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-2.0.1.tgz", + "integrity": "sha512-jrdLQmU+fRLTx54uuxqfe+m/lLJTcRMk46X45UMJgOosSgvz27r0DM0uJ+hSxu/mJg0OlMNfWFZlK0e6LhDoUA==", "dependencies": { - "@floating-ui/react-dom": "2.0.0", - "@sanity/color": "^2.2.5", - "@sanity/icons": "^2.4.1", + "@floating-ui/react-dom": "^2.0.4", + "@sanity/color": "^3.0.0", + "@sanity/icons": "^2.7.0", "csstype": "^3.1.2", - "framer-motion": "^10.16.2", + "framer-motion": "^10.16.5", "react-refractor": "^2.1.7" }, "engines": { @@ -5061,6 +5086,26 @@ "styled-components": "^5.2 || ^6" } }, + "node_modules/@sanity/ui/node_modules/@floating-ui/react-dom": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.6.tgz", + "integrity": "sha512-IB8aCRFxr8nFkdYZgH+Otd9EVQPJoynxeFRGTB8voPoZMRWo8XjYuCRgpI1btvuKY69XMiLnW+ym7zoBHM90Rw==", + "dependencies": { + "@floating-ui/dom": "^1.5.4" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@sanity/ui/node_modules/@sanity/color": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sanity/color/-/color-3.0.0.tgz", + "integrity": "sha512-JLIsloyyn0lhta/JivmYlxlcN7U3dpBNqtH7uAzM9/kPirFxWJ8LAVuF5vxK5JHwTNbgpVy6AmfIss/av7N96w==", + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@sanity/util": { "version": "3.21.1", "resolved": "https://registry.npmjs.org/@sanity/util/-/util-3.21.1.tgz", @@ -19321,6 +19366,29 @@ "node": ">=14.18" } }, + "node_modules/sanity/node_modules/@sanity/ui": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-1.9.3.tgz", + "integrity": "sha512-AdWEVFaK0Snk6xxP0lGPVP3QQYKwzkfGFpFZnL9d6UtWt8yeuS8BMLVAzmXzg14hrqH50ex9nvNl3eq6a0MWiw==", + "devOptional": true, + "dependencies": { + "@floating-ui/react-dom": "2.0.0", + "@sanity/color": "^2.2.5", + "@sanity/icons": "^2.4.1", + "csstype": "^3.1.2", + "framer-motion": "^10.16.2", + "react-refractor": "^2.1.7" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": "^18", + "react-dom": "^18", + "react-is": "^18", + "styled-components": "^5.2 || ^6" + } + }, "node_modules/sanity/node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", diff --git a/package.json b/package.json index d954340..81f27d0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@sanity/icons": "^2.7.0", "@sanity/incompatible-plugin": "^1.0.4", "@sanity/preview-url-secret": "^1.3.3", - "@sanity/ui": "^1.9.3", + "@sanity/ui": "^2.0.0", "framer-motion": "^10.16.5", "suspend-react": "0.1.3", "usehooks-ts": "2.9.1"