rsnext/packages/react-dev-overlay
Mateusz Burzyński db214214d6
Update Babel dependencies (#51962)
### What?

Update Babel packages across the board

### Why?

Since you ship vendored presets and plugins it's impossible for people to update this stuff at their own pace - independently from Next. So users of `next/babel` are currently stuck with old versions and, for example, they might not be able to use the TS `satisfies` operator.

### How?

I just updated ranges (to pinned ones) where I could find them, run `corepack pnpm i` and re-run build scripts in the `packages/next`.

Fixes #43799
2023-10-17 02:25:57 +00:00
..
src Update React from d900fadbf to 09fbee89d. Removes server context and experimental prefix for server action APIs (#56809) 2023-10-16 15:46:10 -07:00
types Port error overlay hydration error to pages directory (#46677) 2023-03-06 19:40:25 -08:00
package.json Update Babel dependencies (#51962) 2023-10-17 02:25:57 +00:00
README.md [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
tsconfig.json chore: upgrade to TypeScript 5.2.2 (#55105) 2023-09-07 18:46:05 +00:00

@next/react-dev-overlay

A development-only overlay for developing React applications.