@nrwl/workspace 15.4.0-rc.1 → 15.4.0

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +44 -56
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [15.4.0-rc.1](https://github.com/nrwl/nx/compare/15.3.3...15.4.0-rc.1) (2022-12-21)
6
+ # [15.4.0](https://github.com/nrwl/nx/compare/15.3.3...15.4.0) (2022-12-22)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "15.4.0-rc.1",
3
+ "version": "15.4.0",
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,83 +33,71 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/angular": "15.4.0-rc.1",
37
- "@nrwl/cli": "15.4.0-rc.1",
38
- "@nrwl/cypress": "15.4.0-rc.1",
39
- "@nrwl/detox": "15.4.0-rc.1",
40
- "@nrwl/devkit": "15.4.0-rc.1",
41
- "@nrwl/esbuild": "15.4.0-rc.1",
42
- "@nrwl/eslint-plugin-nx": "15.4.0-rc.1",
43
- "@nrwl/expo": "15.4.0-rc.1",
44
- "@nrwl/express": "15.4.0-rc.1",
45
- "@nrwl/jest": "15.4.0-rc.1",
46
- "@nrwl/js": "15.4.0-rc.1",
47
- "@nrwl/linter": "15.4.0-rc.1",
48
- "@nrwl/nest": "15.4.0-rc.1",
49
- "@nrwl/next": "15.4.0-rc.1",
50
- "@nrwl/node": "15.4.0-rc.1",
36
+ "@nrwl/angular": "15.4.0",
37
+ "@nrwl/cli": "15.4.0",
38
+ "@nrwl/cypress": "15.4.0",
39
+ "@nrwl/detox": "15.4.0",
40
+ "@nrwl/devkit": "15.4.0",
41
+ "@nrwl/esbuild": "15.4.0",
42
+ "@nrwl/eslint-plugin-nx": "15.4.0",
43
+ "@nrwl/expo": "15.4.0",
44
+ "@nrwl/express": "15.4.0",
45
+ "@nrwl/jest": "15.4.0",
46
+ "@nrwl/js": "15.4.0",
47
+ "@nrwl/linter": "15.4.0",
48
+ "@nrwl/nest": "15.4.0",
49
+ "@nrwl/next": "15.4.0",
50
+ "@nrwl/node": "15.4.0",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.4.0-rc.1",
53
- "@nrwl/react": "15.4.0-rc.1",
54
- "@nrwl/react-native": "15.4.0-rc.1",
55
- "@nrwl/rollup": "15.4.0-rc.1",
56
- "@nrwl/storybook": "15.4.0-rc.1",
57
- "@nrwl/tao": "15.4.0-rc.1",
58
- "@nrwl/web": "15.4.0-rc.1",
59
- "@nrwl/webpack": "15.4.0-rc.1",
60
- "nx": "15.4.0-rc.1"
52
+ "@nrwl/nx-plugin": "15.4.0",
53
+ "@nrwl/react": "15.4.0",
54
+ "@nrwl/react-native": "15.4.0",
55
+ "@nrwl/rollup": "15.4.0",
56
+ "@nrwl/storybook": "15.4.0",
57
+ "@nrwl/tao": "15.4.0",
58
+ "@nrwl/web": "15.4.0",
59
+ "@nrwl/webpack": "15.4.0",
60
+ "nx": "15.4.0"
61
61
  }
62
62
  },
63
+ "peerDependencies": {
64
+ "prettier": "^2.6.2"
65
+ },
63
66
  "peerDependenciesMeta": {
64
67
  "prettier": {
65
68
  "optional": true
66
69
  }
67
70
  },
68
71
  "dependencies": {
69
- "@angular/compiler": "15.0.1",
70
- "@angular/compiler-cli": "15.0.1",
71
- "@nrwl/devkit": "15.4.0-rc.1",
72
- "@nrwl/linter": "15.4.0-rc.1",
72
+ "@nrwl/devkit": "15.4.0",
73
+ "@nrwl/linter": "15.4.0",
73
74
  "@parcel/watcher": "2.0.4",
74
- "@types/node": "18.11.9",
75
- "@yarnpkg/lockfile": "1.1.0",
76
- "@yarnpkg/parsers": "3.0.0-rc.26",
77
- "@zkochan/js-yaml": "0.0.6",
78
- "axios": "1.0.0",
79
75
  "chalk": "4.1.0",
80
- "chokidar": "3.5.3",
76
+ "chokidar": "^3.5.1",
81
77
  "cli-cursor": "3.1.0",
82
78
  "cli-spinners": "2.6.1",
83
- "cliui": "7.0.4",
84
- "dotenv": "10.0.0",
85
- "enquirer": "2.3.6",
86
- "fast-glob": "3.2.7",
79
+ "dotenv": "~10.0.0",
80
+ "enquirer": "~2.3.6",
87
81
  "figures": "3.2.0",
88
- "flat": "5.0.2",
89
- "fs-extra": "10.1.0",
82
+ "flat": "^5.0.2",
83
+ "fs-extra": "^10.1.0",
90
84
  "glob": "7.1.4",
91
- "ignore": "5.2.0",
85
+ "ignore": "^5.0.4",
92
86
  "jsonc-parser": "3.2.0",
93
87
  "minimatch": "3.0.5",
94
- "npm-run-path": "4.0.1",
95
- "nx": "15.4.0-rc.1",
96
- "open": "8.4.0",
97
- "process": "0.11.10",
98
- "rxjs": "6.6.7",
88
+ "npm-run-path": "^4.0.1",
89
+ "nx": "15.4.0",
90
+ "open": "^8.4.0",
91
+ "rxjs": "^6.5.4",
99
92
  "semver": "7.3.4",
100
- "string-width": "4.2.3",
101
- "strong-log-transformer": "2.1.0",
102
- "tmp": "0.2.1",
103
- "tslib": "2.4.0",
104
- "url": "0.11.0",
105
- "util": "0.11.1",
106
- "v8-compile-cache": "2.3.0",
107
- "yargs": "17.6.2",
93
+ "tmp": "~0.2.1",
94
+ "tslib": "^2.3.0",
95
+ "yargs": "^17.6.2",
108
96
  "yargs-parser": "21.1.1"
109
97
  },
110
98
  "publishConfig": {
111
99
  "access": "public"
112
100
  },
113
101
  "types": "./index.d.ts",
114
- "gitHead": "84cc1c1b3a56c72a4d8f68ded12a178a82e656fa"
102
+ "gitHead": "667c4081acecc9da1cb36fc04952f218e1554baf"
115
103
  }