@nx/next 20.7.0 → 20.7.1

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/migrations.json CHANGED
@@ -38,6 +38,39 @@
38
38
  "alwaysAddToPackageJson": false
39
39
  }
40
40
  }
41
+ },
42
+ "20.7.1-beta.0": {
43
+ "version": "20.7.1-beta.0",
44
+ "packages": {
45
+ "eslint-config-next": {
46
+ "version": "^15.2.4",
47
+ "alwaysAddToPackageJson": false
48
+ }
49
+ }
50
+ },
51
+ "20.7.1-beta.0-next14": {
52
+ "version": "20.7.1-beta.0",
53
+ "requires": {
54
+ "next": "^14.0.0"
55
+ },
56
+ "packages": {
57
+ "next": {
58
+ "version": "~14.2.26",
59
+ "alwaysAddToPackageJson": false
60
+ }
61
+ }
62
+ },
63
+ "20.7.1-beta.0-next15": {
64
+ "version": "20.7.1-beta.0",
65
+ "requires": {
66
+ "next": "^15.0.0"
67
+ },
68
+ "packages": {
69
+ "next": {
70
+ "version": "~15.2.4",
71
+ "alwaysAddToPackageJson": false
72
+ }
73
+ }
41
74
  }
42
75
  }
43
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/next",
3
- "version": "20.7.0",
3
+ "version": "20.7.1",
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, Playwright, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "next": ">=14.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "20.7.0",
38
+ "@nx/devkit": "20.7.1",
39
39
  "@babel/plugin-proposal-decorators": "^7.22.7",
40
40
  "@svgr/webpack": "^8.1.0",
41
41
  "copy-webpack-plugin": "^10.2.4",
@@ -44,11 +44,11 @@
44
44
  "semver": "^7.5.3",
45
45
  "tslib": "^2.3.0",
46
46
  "webpack-merge": "^5.8.0",
47
- "@nx/js": "20.7.0",
48
- "@nx/eslint": "20.7.0",
49
- "@nx/react": "20.7.0",
50
- "@nx/web": "20.7.0",
51
- "@nx/webpack": "20.7.0",
47
+ "@nx/js": "20.7.1",
48
+ "@nx/eslint": "20.7.1",
49
+ "@nx/react": "20.7.1",
50
+ "@nx/web": "20.7.1",
51
+ "@nx/webpack": "20.7.1",
52
52
  "@phenomnomnominal/tsquery": "~5.0.1"
53
53
  },
54
54
  "publishConfig": {
@@ -1,7 +1,7 @@
1
1
  export declare const nxVersion: any;
2
- export declare const nextVersion = "~15.1.4";
3
- export declare const next14Version = "~14.2.16";
4
- export declare const eslintConfigNextVersion = "14.2.16";
2
+ export declare const nextVersion = "~15.2.4";
3
+ export declare const next14Version = "~14.2.26";
4
+ export declare const eslintConfigNextVersion = "^15.2.4";
5
5
  export declare const sassVersion = "1.62.1";
6
6
  export declare const lessLoader = "11.1.0";
7
7
  export declare const emotionServerVersion = "11.11.0";
@@ -2,9 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tsLibVersion = exports.babelPluginStyledComponentsVersion = exports.emotionServerVersion = exports.lessLoader = exports.sassVersion = exports.eslintConfigNextVersion = exports.next14Version = exports.nextVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.nextVersion = '~15.1.4';
6
- exports.next14Version = '~14.2.16';
7
- exports.eslintConfigNextVersion = '14.2.16';
5
+ exports.nextVersion = '~15.2.4';
6
+ exports.next14Version = '~14.2.26';
7
+ exports.eslintConfigNextVersion = '^15.2.4';
8
8
  exports.sassVersion = '1.62.1';
9
9
  exports.lessLoader = '11.1.0';
10
10
  exports.emotionServerVersion = '11.11.0';