Generated by Spark: Remove packages folder and packages folder references

This commit is contained in:
2026-01-17 19:09:25 +00:00
committed by GitHub
parent 21ed554d4f
commit 3485cdd3fa
5 changed files with 91 additions and 23 deletions

View File

@@ -106,23 +106,11 @@
"typescript-eslint": "^8.38.0",
"vite": "^7.3.1"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"vite": "^7.3.1",
"@github/spark": {
"react": "^19.0.0",
"vite": "^7.3.1"
},
"@local/spark-wrapper": {
"react": "^19.0.0"
}
"vite": "^7.3.1"
}
}