nx 19.1.0 → 19.2.0-canary.20240525-af463c4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "19.1.0",
3
+ "version": "19.2.0-canary.20240525-af463c4",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -69,7 +69,7 @@
69
69
  "yargs-parser": "21.1.1",
70
70
  "node-machine-id": "1.1.12",
71
71
  "ora": "5.3.0",
72
- "@nrwl/tao": "19.1.0"
72
+ "@nrwl/tao": "19.2.0-canary.20240525-af463c4"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@swc-node/register": "^1.8.0",
@@ -84,16 +84,16 @@
84
84
  }
85
85
  },
86
86
  "optionalDependencies": {
87
- "@nx/nx-darwin-x64": "19.1.0",
88
- "@nx/nx-darwin-arm64": "19.1.0",
89
- "@nx/nx-linux-x64-gnu": "19.1.0",
90
- "@nx/nx-linux-x64-musl": "19.1.0",
91
- "@nx/nx-win32-x64-msvc": "19.1.0",
92
- "@nx/nx-linux-arm64-gnu": "19.1.0",
93
- "@nx/nx-linux-arm64-musl": "19.1.0",
94
- "@nx/nx-linux-arm-gnueabihf": "19.1.0",
95
- "@nx/nx-win32-arm64-msvc": "19.1.0",
96
- "@nx/nx-freebsd-x64": "19.1.0"
87
+ "@nx/nx-darwin-x64": "19.2.0-canary.20240525-af463c4",
88
+ "@nx/nx-darwin-arm64": "19.2.0-canary.20240525-af463c4",
89
+ "@nx/nx-linux-x64-gnu": "19.2.0-canary.20240525-af463c4",
90
+ "@nx/nx-linux-x64-musl": "19.2.0-canary.20240525-af463c4",
91
+ "@nx/nx-win32-x64-msvc": "19.2.0-canary.20240525-af463c4",
92
+ "@nx/nx-linux-arm64-gnu": "19.2.0-canary.20240525-af463c4",
93
+ "@nx/nx-linux-arm64-musl": "19.2.0-canary.20240525-af463c4",
94
+ "@nx/nx-linux-arm-gnueabihf": "19.2.0-canary.20240525-af463c4",
95
+ "@nx/nx-win32-arm64-msvc": "19.2.0-canary.20240525-af463c4",
96
+ "@nx/nx-freebsd-x64": "19.2.0-canary.20240525-af463c4"
97
97
  },
98
98
  "nx-migrations": {
99
99
  "migrations": "./migrations.json",