From cb171c1b7f0faa791526d3c1990f9e6785a75d01 Mon Sep 17 00:00:00 2001 From: SchnozzleCat Date: Tue, 14 Apr 2026 16:24:35 +0200 Subject: [PATCH] fix: unpinned chakra ui t --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd410ed..ad782cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@chakra-ui/react": "^3", + "@chakra-ui/react": "3.30.0", "@emotion/react": "^11", "@emotion/styled": "^11", "@phosphor-icons/react": "^2.1.0", @@ -2146,12 +2146,12 @@ } }, "node_modules/@chakra-ui/react": { - "version": "3.34.0", - "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.34.0.tgz", - "integrity": "sha512-VLhpVwv5IVxhwajO10KnS1VQT4hDqQMQP/A796Ya+uVu8AdoSX+5HHyTLTkYIeXIDMe0xLqJfov04OBKbBchJA==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.30.0.tgz", + "integrity": "sha512-eIRRAilqY4f2zN8GWRnjcciBYsvy3GZDOmzGD9xk596LBxCTNCJaivdBiHCcgNlqA3y1wMyM1jepy2b2vQC4QA==", "license": "MIT", "dependencies": { - "@ark-ui/react": "^5.34.1", + "@ark-ui/react": "^5.29.1", "@emotion/is-prop-valid": "^1.4.0", "@emotion/serialize": "^1.3.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", diff --git a/package.json b/package.json index 791b2fc..e99d48b 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "typescript": "^5.7.2" }, "dependencies": { - "@chakra-ui/react": "^3", + "@chakra-ui/react": "3.30.0", "@emotion/react": "^11", "@emotion/styled": "^11", "@phosphor-icons/react": "^2.1.0",