@nx/devkit 20.0.0-canary.20240926-529ab94 → 20.0.0-canary.20241001-8fa7065

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/devkit",
3
- "version": "20.0.0-canary.20240926-529ab94",
3
+ "version": "20.0.0-canary.20241001-8fa7065",
4
4
  "private": false,
5
5
  "description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.",
6
6
  "repository": {
@@ -34,8 +34,7 @@
34
34
  "tslib": "^2.3.0",
35
35
  "semver": "^7.5.3",
36
36
  "yargs-parser": "21.1.1",
37
- "minimatch": "9.0.3",
38
- "@nrwl/devkit": "20.0.0-canary.20240926-529ab94"
37
+ "minimatch": "9.0.3"
39
38
  },
40
39
  "peerDependencies": {
41
40
  "nx": ">= 17 <= 20"