fix: dependencies for Bun in monorepo-next (#8791)

This commit is contained in:
Anthony Shew
2025-11-12 22:42:31 -07:00
committed by GitHub
parent b6a93b7ec6
commit dd2d8d7ead
3 changed files with 4 additions and 0 deletions

View File

@@ -20,11 +20,13 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.9",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@workspace/eslint-config": "workspace:^",
"@workspace/typescript-config": "workspace:*",
"eslint": "^9.32.0",
"typescript": "^5.9.2"
}
}

View File

@@ -9,6 +9,7 @@
"./react-internal": "./react-internal.js"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@next/eslint-plugin-next": "^15.4.5",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",

View File

@@ -26,6 +26,7 @@
"@types/react-dom": "^19.1.7",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"eslint": "^9.32.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
},