mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix crash in require.extensions (#18788)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
"@types/react-dom": "18.2.7",
|
||||
"autoprefixer": "10.4.16",
|
||||
"bun-types": "^1.0.3",
|
||||
"eslint": "8.50.0",
|
||||
"eslint-config-next": "14.1.3",
|
||||
"next": "14.1.3",
|
||||
"eslint": "^9.24.0",
|
||||
"eslint-config-next": "^15.2.4",
|
||||
"next": "^15.2.4",
|
||||
"postcss": "8.4.30",
|
||||
"puppeteer": "22.12.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"tailwindcss": "3.3.3",
|
||||
"typescript": "5.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user