@nrwl/next 15.1.0 → 15.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [15.1.0](https://github.com/nrwl/nx/compare/15.0.7...15.1.0) (2022-11-15)
6
+ # [15.2.0-beta.0](https://github.com/nrwl/nx/compare/15.1.0...15.2.0-beta.0) (2022-11-17)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/next
package/README.md CHANGED
@@ -57,7 +57,6 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
57
57
  express [a workspace with a single Express application]
58
58
  web components [a workspace with a single app built using web components]
59
59
  react-native [a workspace with a single React Native application]
60
- react-express [a workspace with a full stack application (React + Express)]
61
60
  ```
62
61
 
63
62
  Select the preset that works best for you
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/next",
3
- "version": "15.1.0",
3
+ "version": "15.2.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
6
6
  "repository": {
@@ -35,13 +35,13 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@babel/plugin-proposal-decorators": "^7.14.5",
38
- "@nrwl/cypress": "15.1.0",
39
- "@nrwl/devkit": "15.1.0",
40
- "@nrwl/jest": "15.1.0",
41
- "@nrwl/linter": "15.1.0",
42
- "@nrwl/react": "15.1.0",
43
- "@nrwl/webpack": "15.1.0",
44
- "@nrwl/workspace": "15.1.0",
38
+ "@nrwl/cypress": "15.2.0-beta.0",
39
+ "@nrwl/devkit": "15.2.0-beta.0",
40
+ "@nrwl/jest": "15.2.0-beta.0",
41
+ "@nrwl/linter": "15.2.0-beta.0",
42
+ "@nrwl/react": "15.2.0-beta.0",
43
+ "@nrwl/webpack": "15.2.0-beta.0",
44
+ "@nrwl/workspace": "15.2.0-beta.0",
45
45
  "@svgr/webpack": "^6.1.2",
46
46
  "chalk": "4.1.0",
47
47
  "dotenv": "~10.0.0",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "types": "./index.d.ts",
60
- "gitHead": "c2d4bf5fc8119abc00c16f96fd6b25b9385f894e"
60
+ "gitHead": "b084dddff06a717f6dea817bb984e49c1eb61f55"
61
61
  }