From 008979efecdb3ed5af4e6af55529255cec5eca8f Mon Sep 17 00:00:00 2001 From: Hein Date: Wed, 22 Oct 2025 08:32:04 +0200 Subject: [PATCH] Fixed there deps for peer deps resulting in smaller package --- package.json | 18 +++++++++--------- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 27ef759..55f2e82 100644 --- a/package.json +++ b/package.json @@ -49,18 +49,13 @@ "./oranguru.css": "./oranguru.css" }, "dependencies": { - "@glideapps/glide-data-grid": "^6.0.3", - "@mantine/notifications": "^8.3.5", - "@tabler/icons-react": "^3.35.0", - "@tanstack/react-query": "^5.90.5", - "immer": "^10.1.3", - "moment": "^2.30.1", - "postcss": "^8.5.6", - "postcss-preset-mantine": "^1.18.0", - "postcss-simple-vars": "^7.0.1" + "moment": "^2.30.1" }, "devDependencies": { "@changesets/cli": "^2.29.7", + "postcss": "^8.5.6", + "postcss-preset-mantine": "^1.18.0", + "postcss-simple-vars": "^7.0.1", "@eslint/js": "^9.38.0", "@storybook/react-vite": "^9.1.13", "@testing-library/jest-dom": "^6.9.1", @@ -95,11 +90,16 @@ "peerDependencies": { "@mantine/core": "^8.3.1", "@mantine/hooks": "^8.3.1", + "@glideapps/glide-data-grid": "^6.0.3", + "@mantine/notifications": "^8.3.5", "@warkypublic/artemis-kit": "^1.0.10", "@warkypublic/zustandsyncstore": "^0.0.4", "react": ">= 19.0.0", "react-dom": ">= 19.0.0", "use-sync-external-store": ">= 1.4.0", + "@tabler/icons-react": "^3.35.0", + "@tanstack/react-query": "^5.90.5", + "immer": "^10.1.3", "zustand": ">= 5.0.0" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a32fa9..7d82189 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,15 +38,6 @@ importers: moment: specifier: ^2.30.1 version: 2.30.1 - postcss: - specifier: ^8.5.6 - version: 8.5.6 - postcss-preset-mantine: - specifier: ^1.18.0 - version: 1.18.0(postcss@8.5.6) - postcss-simple-vars: - specifier: ^7.0.1 - version: 7.0.1(postcss@8.5.6) use-sync-external-store: specifier: '>= 1.4.0' version: 1.5.0(react@19.2.0) @@ -114,6 +105,15 @@ importers: jsdom: specifier: ^27.0.1 version: 27.0.1(postcss@8.5.6) + postcss: + specifier: ^8.5.6 + version: 8.5.6 + postcss-preset-mantine: + specifier: ^1.18.0 + version: 1.18.0(postcss@8.5.6) + postcss-simple-vars: + specifier: ^7.0.1 + version: 7.0.1(postcss@8.5.6) prettier: specifier: ^3.6.2 version: 3.6.2