@nx/workspace 20.0.0-beta.4 → 20.0.0-beta.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -27
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/workspace",
|
3
|
-
"version": "20.0.0-beta.
|
3
|
+
"version": "20.0.0-beta.5",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
|
6
6
|
"repository": {
|
@@ -33,41 +33,17 @@
|
|
33
33
|
"requirements": {},
|
34
34
|
"migrations": "./migrations.json",
|
35
35
|
"packageGroup": {
|
36
|
-
"@nrwl/js": "*",
|
37
|
-
"@nrwl/jest": "*",
|
38
|
-
"@nrwl/linter": "*",
|
39
|
-
"@nrwl/angular": "*",
|
40
|
-
"@nrwl/cypress": "*",
|
41
|
-
"@nrwl/detox": "*",
|
42
|
-
"@nrwl/devkit": "*",
|
43
|
-
"@nrwl/esbuild": "*",
|
44
|
-
"@nrwl/eslint-plugin-nx": "*",
|
45
|
-
"@nrwl/expo": "*",
|
46
|
-
"@nrwl/express": "*",
|
47
|
-
"@nrwl/nest": "*",
|
48
|
-
"@nrwl/next": "*",
|
49
|
-
"@nrwl/node": "*",
|
50
36
|
"nx-cloud": "latest",
|
51
|
-
"@nrwl/nx-plugin": "*",
|
52
|
-
"@nrwl/react-native": "*",
|
53
|
-
"@nrwl/react": "*",
|
54
|
-
"@nrwl/rollup": "*",
|
55
|
-
"@nrwl/storybook": "*",
|
56
|
-
"@nrwl/tao": "*",
|
57
|
-
"@nrwl/vite": "*",
|
58
|
-
"@nrwl/web": "*",
|
59
|
-
"@nrwl/webpack": "*",
|
60
37
|
"nx": "*"
|
61
38
|
}
|
62
39
|
},
|
63
40
|
"dependencies": {
|
64
|
-
"@nx/devkit": "20.0.0-beta.
|
41
|
+
"@nx/devkit": "20.0.0-beta.5",
|
65
42
|
"chalk": "^4.1.0",
|
66
43
|
"enquirer": "~2.3.6",
|
67
44
|
"tslib": "^2.3.0",
|
68
45
|
"yargs-parser": "21.1.1",
|
69
|
-
"nx": "20.0.0-beta.
|
70
|
-
"@nrwl/workspace": "20.0.0-beta.4"
|
46
|
+
"nx": "20.0.0-beta.5"
|
71
47
|
},
|
72
48
|
"publishConfig": {
|
73
49
|
"access": "public"
|