create-nx-plugin 20.2.0-canary.20241119-636cd77 → 20.2.0-canary.20241120-09a01eb
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-nx-plugin",
|
3
|
-
"version": "20.2.0-canary.
|
3
|
+
"version": "20.2.0-canary.20241120-09a01eb",
|
4
4
|
"private": false,
|
5
5
|
"description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",
|
6
6
|
"repository": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
},
|
30
30
|
"homepage": "https://nx.dev",
|
31
31
|
"dependencies": {
|
32
|
-
"create-nx-workspace": "20.2.0-canary.
|
32
|
+
"create-nx-workspace": "20.2.0-canary.20241120-09a01eb",
|
33
33
|
"picocolors": "^1.1.0",
|
34
34
|
"enquirer": "~2.3.6",
|
35
35
|
"tslib": "^2.3.0",
|