🔥 Remove unused exports and update dependencies (#1146)

This commit is contained in:
Alejandra
2024-04-02 22:57:53 -05:00
committed by GitHub
parent b117d30675
commit 73666b0556
10 changed files with 2 additions and 55 deletions

View File

@@ -20,8 +20,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "7.49.3", "react-hook-form": "7.49.3",
"react-icons": "5.0.1", "react-icons": "5.0.1",
"react-query": "3.39.3", "react-query": "3.39.3"
"zustand": "4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.6.1", "@biomejs/biome": "1.6.1",
@@ -4023,33 +4022,6 @@
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }
},
"node_modules/zustand": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.0.tgz",
"integrity": "sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==",
"dependencies": {
"use-sync-external-store": "1.2.0"
},
"engines": {
"node": ">=12.7.0"
},
"peerDependencies": {
"@types/react": ">=16.8",
"immer": ">=9.0.6",
"react": ">=16.8"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"immer": {
"optional": true
},
"react": {
"optional": true
}
}
} }
}, },
"dependencies": { "dependencies": {
@@ -6761,14 +6733,6 @@
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"dev": true "dev": true
},
"zustand": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.0.tgz",
"integrity": "sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==",
"requires": {
"use-sync-external-store": "1.2.0"
}
} }
} }
} }

View File

@@ -23,8 +23,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "7.49.3", "react-hook-form": "7.49.3",
"react-icons": "5.0.1", "react-icons": "5.0.1",
"react-query": "3.39.3", "react-query": "3.39.3"
"zustand": "4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.6.1", "@biomejs/biome": "1.6.1",

View File

@@ -33,5 +33,3 @@ function Layout() {
</Flex> </Flex>
) )
} }
export default Layout

View File

@@ -113,5 +113,3 @@ function Admin() {
</> </>
) )
} }
export default Admin

View File

@@ -26,5 +26,3 @@ function Dashboard() {
</> </>
) )
} }
export default Dashboard

View File

@@ -87,5 +87,3 @@ function Items() {
</> </>
) )
} }
export default Items

View File

@@ -56,5 +56,3 @@ function UserSettings() {
</Container> </Container>
) )
} }
export default UserSettings

View File

@@ -124,5 +124,3 @@ function Login() {
</> </>
) )
} }
export default Login

View File

@@ -86,5 +86,3 @@ function RecoverPassword() {
</Container> </Container>
) )
} }
export default RecoverPassword

View File

@@ -120,5 +120,3 @@ function ResetPassword() {
</Container> </Container>
) )
} }
export default ResetPassword