@nx/next 17.2.0 → 17.3.0-canary.20231209-dbeaf92
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/README.md +4 -4
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart
|
|
1
|
+
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Monorepos · Fast CI"></p>
|
|
2
2
|
|
|
3
3
|
<div style="text-align: center;">
|
|
4
4
|
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
|
|
16
16
|
<hr>
|
|
17
17
|
|
|
18
|
-
# Nx: Smart
|
|
18
|
+
# Nx: Smart Monorepos · Fast CI
|
|
19
19
|
|
|
20
|
-
Nx is a
|
|
20
|
+
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
|
21
21
|
|
|
22
22
|
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).
|
|
23
23
|
|
|
@@ -59,5 +59,5 @@ npx nx@latest init
|
|
|
59
59
|
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
|
60
60
|
|
|
61
61
|
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
|
62
|
-
width="100%" alt="Nx - Smart
|
|
62
|
+
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/next",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0-canary.20231209-dbeaf92",
|
|
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,7 +34,7 @@
|
|
|
34
34
|
"next": ">=13.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@nx/devkit": "17.
|
|
37
|
+
"@nx/devkit": "17.3.0-canary.20231209-dbeaf92",
|
|
38
38
|
"@babel/plugin-proposal-decorators": "^7.22.7",
|
|
39
39
|
"@svgr/webpack": "^8.0.1",
|
|
40
40
|
"chalk": "^4.1.0",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"url-loader": "^4.1.1",
|
|
46
46
|
"tslib": "^2.3.0",
|
|
47
47
|
"webpack-merge": "^5.8.0",
|
|
48
|
-
"@nx/js": "17.
|
|
49
|
-
"@nx/eslint": "17.
|
|
50
|
-
"@nx/react": "17.
|
|
51
|
-
"@nx/web": "17.
|
|
52
|
-
"@nx/workspace": "17.
|
|
53
|
-
"@nrwl/next": "17.
|
|
48
|
+
"@nx/js": "17.3.0-canary.20231209-dbeaf92",
|
|
49
|
+
"@nx/eslint": "17.3.0-canary.20231209-dbeaf92",
|
|
50
|
+
"@nx/react": "17.3.0-canary.20231209-dbeaf92",
|
|
51
|
+
"@nx/web": "17.3.0-canary.20231209-dbeaf92",
|
|
52
|
+
"@nx/workspace": "17.3.0-canary.20231209-dbeaf92",
|
|
53
|
+
"@nrwl/next": "17.3.0-canary.20231209-dbeaf92"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|