@nx/next 17.3.1 → 17.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/next",
3
- "version": "17.3.1",
3
+ "version": "17.3.2",
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": {
@@ -34,23 +34,23 @@
34
34
  "next": ">=13.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@nx/devkit": "17.3.1",
37
+ "@nx/devkit": "17.3.2",
38
38
  "@babel/plugin-proposal-decorators": "^7.22.7",
39
39
  "@svgr/webpack": "^8.0.1",
40
40
  "chalk": "^4.1.0",
41
41
  "copy-webpack-plugin": "^10.2.4",
42
42
  "fs-extra": "^11.1.0",
43
43
  "ignore": "^5.0.4",
44
- "semver": "7.5.3",
44
+ "semver": "^7.5.3",
45
45
  "url-loader": "^4.1.1",
46
46
  "tslib": "^2.3.0",
47
47
  "webpack-merge": "^5.8.0",
48
- "@nx/js": "17.3.1",
49
- "@nx/eslint": "17.3.1",
50
- "@nx/react": "17.3.1",
51
- "@nx/web": "17.3.1",
52
- "@nx/workspace": "17.3.1",
53
- "@nrwl/next": "17.3.1"
48
+ "@nx/js": "17.3.2",
49
+ "@nx/eslint": "17.3.2",
50
+ "@nx/react": "17.3.2",
51
+ "@nx/web": "17.3.2",
52
+ "@nx/workspace": "17.3.2",
53
+ "@nrwl/next": "17.3.2"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"
@@ -364,6 +364,25 @@ function createAppJsx(name) {
364
364
  nx g @nx/next:component ui/src/lib/button
365
365
  </pre>
366
366
  </details>
367
+ <details>
368
+ <summary>
369
+ <svg
370
+ fill="none"
371
+ stroke="currentColor"
372
+ viewBox="0 0 24 24"
373
+ xmlns="http://www.w3.org/2000/svg"
374
+ >
375
+ <path
376
+ strokeLinecap="round"
377
+ strokeLinejoin="round"
378
+ strokeWidth="2"
379
+ d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
380
+ />
381
+ </svg>
382
+ View project details
383
+ </summary>
384
+ <pre>nx show project ${name} --web</pre>
385
+ </details>
367
386
  <details>
368
387
  <summary>
369
388
  <svg