Move dependencies to devDependencies

This commit is contained in:
Matthew Breedlove
2025-08-19 17:46:55 -04:00
parent 670463731f
commit 9c97b0b6c0
2 changed files with 6 additions and 10 deletions
+2 -4
View File
@@ -3,10 +3,6 @@
"workspaces": {
"": {
"name": "ccstatusline",
"dependencies": {
"strip-ansi": "^7.1.0",
"zod": "^4.0.17",
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@stylistic/eslint-plugin": "^5.2.3",
@@ -25,9 +21,11 @@
"patch-package": "^8.0.0",
"react": "^19.1.1",
"react-devtools-core": "^6.1.5",
"strip-ansi": "^7.1.0",
"tinyglobby": "^0.2.14",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"zod": "^4.0.17",
},
},
},
+4 -6
View File
@@ -37,9 +37,11 @@
"patch-package": "^8.0.0",
"react": "^19.1.1",
"react-devtools-core": "^6.1.5",
"strip-ansi": "^7.1.0",
"tinyglobby": "^0.2.14",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1"
"typescript-eslint": "^8.39.1",
"zod": "^4.0.17"
},
"keywords": [
"claude",
@@ -59,9 +61,5 @@
},
"trustedDependencies": [
"unrs-resolver"
],
"dependencies": {
"strip-ansi": "^7.1.0",
"zod": "^4.0.17"
}
]
}