mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Generated by Spark: I did some reasearch - we can remove --legacy-peer-deps by using stuff like "overrides": {
"some-package": {
"react": "^18.2.0"
}
}
This commit is contained in:
16
package.json
16
package.json
@@ -23,7 +23,7 @@
|
||||
"pages:generate": "node scripts/generate-page.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@github/spark": "workspace:*",
|
||||
"@github/spark": "file:./packages/spark-tools",
|
||||
"@heroicons/react": "^2.2.0",
|
||||
"@hookform/resolvers": "^4.1.3",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
@@ -110,5 +110,19 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user