Cleanup unnecessary deps
All checks were successful
armco-org/configs/pipeline/head This commit looks good

This commit is contained in:
2025-11-11 00:37:06 +05:30
parent 7462a160bf
commit 35680ba9d0
2 changed files with 1 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@armco/configs",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
@@ -13,9 +13,6 @@
"publish:sh": "./publish.sh",
"publish:local": "./publish-local.sh"
},
"peerDependencies": {
"uuid": "^9.0.1"
},
"prettier": "prettier-config-nick",
"repository": {
"type": "git",
@@ -41,8 +38,5 @@
"typescript": "^5.9.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.8"
},
"dependencies": {
"@types/uuid": "^10.0.0"
}
}

View File

@@ -13,7 +13,6 @@ export default defineConfig({
},
rollupOptions: {
treeshake: true,
external: ["react", "react/jsx-runtime", "react-dom", "uuid"],
output: [
{
format: "es",