diff --git a/package-lock.json b/package-lock.json index e1e6bd3..51a158c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@chakra-ui/icons": "^2.1.1", - "@chakra-ui/react": "^3.36.0", + "@chakra-ui/react": "^3.36.1", "@deck.gl/core": "^9.3.7", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.14.1", @@ -387,9 +387,9 @@ } }, "node_modules/@chakra-ui/react": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.36.0.tgz", - "integrity": "sha512-6AxUbJsC6yyTzPeYL8sxyAL07lflT0NA+S6tcPzEuwdMux+benRMFOpPktnkifWKl/Vq/JD7fhxDyMuDQ4M0gA==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.36.1.tgz", + "integrity": "sha512-8uPVBdkw9CfwDQSGGmNqx8jLygUanV9virh2dwbj3x02Cu5bmw12ZCRdD/RZ+00+KrklJZlVnmG20y7PwLhyqg==", "license": "MIT", "dependencies": { "@ark-ui/react": "5.37.2", @@ -1869,13 +1869,6 @@ "tailwindcss": "4.3.3" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz", @@ -2209,13 +2202,6 @@ "tailwindcss": "4.3.3" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tanstack/react-virtual": { "version": "3.14.5", "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.5.tgz", diff --git a/package.json b/package.json index 6a1119c..f16b312 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@chakra-ui/icons": "^2.1.1", - "@chakra-ui/react": "^3.36.0", + "@chakra-ui/react": "^3.36.1", "@deck.gl/core": "^9.3.7", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.14.1",