rsnext/packages
Steven f944e984bd
chore: refactor to use fs.promises.rm() (#54076)
Since Next.js already requires [`node@16.8.0`](88b8d15f41/packages/next/package.json (L319)) or newer, we can drop old techniques for removing a directory recursively and instead rely on the native [`fs.promises.rm()`](https://nodejs.org/api/fs.html#fspromisesrmpath-options) function (available since `node@14.14.0`).

x-ref: https://github.com/vercel/next.js/pull/34210
2023-08-16 15:30:30 +00:00
..
create-next-app fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0 (#51564) 2023-08-15 19:12:40 +00:00
eslint-config-next v13.4.16 2023-08-15 01:03:24 +00:00
eslint-plugin-next v13.4.16 2023-08-15 01:03:24 +00:00
font v13.4.16 2023-08-15 01:03:24 +00:00
next chore: refactor to use fs.promises.rm() (#54076) 2023-08-16 15:30:30 +00:00
next-bundle-analyzer v13.4.16 2023-08-15 01:03:24 +00:00
next-codemod v13.4.16 2023-08-15 01:03:24 +00:00
next-env v13.4.16 2023-08-15 01:03:24 +00:00
next-mdx v13.4.16 2023-08-15 01:03:24 +00:00
next-plugin-storybook v13.4.16 2023-08-15 01:03:24 +00:00
next-polyfill-module v13.4.16 2023-08-15 01:03:24 +00:00
next-polyfill-nomodule v13.4.16 2023-08-15 01:03:24 +00:00
next-swc v13.4.16 2023-08-15 01:03:24 +00:00
react-dev-overlay v13.4.16 2023-08-15 01:03:24 +00:00
react-refresh-utils v13.4.16 2023-08-15 01:03:24 +00:00
third-parties v13.4.16 2023-08-15 01:03:24 +00:00