rsnext/packages
Steven a5d674237a
Bump minimum Node.js version to 14.6.0 (#41765)
We found a case where 14.0.0 breaking with private class methods, such
as:

```js
class C {
  #x() { return 42; }
  x() {
    return this.#x();
  }
}
```

This feature was introduced in Node.js 14.6.0, so we can bump the
minimum version.

See https://node.green
2022-10-24 21:47:54 -07:00
..
create-next-app Bump minimum Node.js version to 14.6.0 (#41765) 2022-10-24 21:47:54 -07:00
eslint-config-next v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
eslint-plugin-next v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
font Font description and error messages (#41764) 2022-10-25 03:15:06 +00:00
next Bump minimum Node.js version to 14.6.0 (#41765) 2022-10-24 21:47:54 -07:00
next-bundle-analyzer v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-codemod v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-env v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-mdx v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-plugin-storybook v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-polyfill-module v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-polyfill-nomodule v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
next-swc Font description and error messages (#41764) 2022-10-25 03:15:06 +00:00
react-dev-overlay v12.3.2-canary.40 2022-10-24 16:23:32 -07:00
react-refresh-utils v12.3.2-canary.40 2022-10-24 16:23:32 -07:00