diff --git a/my-cv/package-lock.json b/my-cv/package-lock.json index 064822b..f13781e 100644 --- a/my-cv/package-lock.json +++ b/my-cv/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "@sanity/vision": "^3.18.1", + "@sanity/vision": "^3.19.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", @@ -2847,9 +2847,9 @@ "integrity": "sha512-wtMYcV5GIDIhVyF/jjmdwq1GdlK07dRL40XMns73VbrFI7FteRltxv48bhYVZPcLkRXb0SHjpDS/icj9/yzbVA==" }, "node_modules/@sanity/icons": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-2.4.1.tgz", - "integrity": "sha512-/yxcIT0k1RxStI/pP/oHM44fHI6Oxiygf0jPcdV06Ce0xfFo+51UEqJSfE8hQ3fh+uFkat8ZZObZjq5v1ceJzw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-2.7.0.tgz", + "integrity": "sha512-vW/G8CB3+R1gww8C8ZjNchhpXrXSDLIJ0KnWy9iDlSWaFEnUrbi18yzCCrHRMFzXTPl2QtqZhjtE+A5Gyhf2QA==", "engines": { "node": ">=14.0.0" }, @@ -3006,15 +3006,15 @@ } }, "node_modules/@sanity/ui": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-1.8.2.tgz", - "integrity": "sha512-XWtVdIG1PWBEiNPcObRfXsX/EPhiPCHMmfdn+frPIVLTLnoQnNju3W9UQAWec+BwjXBCpPtfc36AoiQSDUkxzw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-1.9.3.tgz", + "integrity": "sha512-AdWEVFaK0Snk6xxP0lGPVP3QQYKwzkfGFpFZnL9d6UtWt8yeuS8BMLVAzmXzg14hrqH50ex9nvNl3eq6a0MWiw==", "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.1", + "framer-motion": "^10.16.2", "react-refractor": "^2.1.7" }, "engines": { @@ -3050,9 +3050,9 @@ } }, "node_modules/@sanity/vision": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/@sanity/vision/-/vision-3.18.1.tgz", - "integrity": "sha512-R/2R7AH16/cEaaRPd2zSRh3I2XCjWtIutZsNpwaaPNHULhCBSgavGqwVbZ892G//BSliwTK3mOP1qLnlP92O6Q==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/@sanity/vision/-/vision-3.19.0.tgz", + "integrity": "sha512-oPbwISyGH5AEk4K+DMKXQL9TK3h86A3tCp9K/JoIQNgwAeW0UJ2Aimf/06nS2RLAFo56tjZ6C0SoYOcVAdxhgQ==", "dependencies": { "@codemirror/autocomplete": "^6.1.0", "@codemirror/commands": "^6.0.1", @@ -3065,8 +3065,8 @@ "@rexxars/react-json-inspector": "^8.0.1", "@rexxars/react-split-pane": "^0.1.93", "@sanity/color": "^2.1.20", - "@sanity/icons": "^2.4.0", - "@sanity/ui": "^1.7.2", + "@sanity/icons": "^2.6.0", + "@sanity/ui": "^1.8.3", "@uiw/react-codemirror": "^4.11.4", "hashlru": "^2.3.0", "is-hotkey": "^0.1.6", @@ -3075,7 +3075,7 @@ }, "peerDependencies": { "react": "^18", - "styled-components": "^5.2" + "styled-components": "^5.2 || ^6" } }, "node_modules/@tanstack/react-virtual": { diff --git a/my-cv/package.json b/my-cv/package.json index ed6e914..8baa96c 100644 --- a/my-cv/package.json +++ b/my-cv/package.json @@ -15,7 +15,7 @@ "sanity" ], "dependencies": { - "@sanity/vision": "^3.18.1", + "@sanity/vision": "^3.19.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0",