Fixed there deps for peer deps resulting in smaller package

This commit is contained in:
Hein 2025-10-22 08:32:04 +02:00
parent c9e288672a
commit 008979efec
2 changed files with 18 additions and 18 deletions

View File

@ -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"
}
}

View File

@ -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