Cleanup unnecessary deps
All checks were successful
armco-org/configs/pipeline/head This commit looks good
All checks were successful
armco-org/configs/pipeline/head This commit looks good
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,6 @@ export default defineConfig({
|
||||
},
|
||||
rollupOptions: {
|
||||
treeshake: true,
|
||||
external: ["react", "react/jsx-runtime", "react-dom", "uuid"],
|
||||
output: [
|
||||
{
|
||||
format: "es",
|
||||
|
||||
Reference in New Issue
Block a user