@nrwl/workspace 14.7.14 → 14.7.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +27 -27
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
- ## [14.7.14](https://github.com/nrwl/nx/compare/14.7.13...14.7.14) (2022-09-27)
6
+ ## [14.7.15](https://github.com/nrwl/nx/compare/14.7.14...14.7.15) (2022-09-27)
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": "14.7.14",
3
+ "version": "14.7.15",
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,28 +33,28 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/angular": "14.7.14",
37
- "@nrwl/cypress": "14.7.14",
38
- "@nrwl/devkit": "14.7.14",
39
- "@nrwl/eslint-plugin-nx": "14.7.14",
40
- "@nrwl/express": "14.7.14",
41
- "@nrwl/jest": "14.7.14",
42
- "@nrwl/linter": "14.7.14",
43
- "@nrwl/nest": "14.7.14",
44
- "@nrwl/next": "14.7.14",
45
- "@nrwl/node": "14.7.14",
46
- "@nrwl/nx-plugin": "14.7.14",
47
- "@nrwl/react": "14.7.14",
48
- "@nrwl/storybook": "14.7.14",
49
- "@nrwl/web": "14.7.14",
50
- "@nrwl/js": "14.7.14",
51
- "@nrwl/cli": "14.7.14",
52
- "@nrwl/tao": "14.7.14",
36
+ "@nrwl/angular": "14.7.15",
37
+ "@nrwl/cypress": "14.7.15",
38
+ "@nrwl/devkit": "14.7.15",
39
+ "@nrwl/eslint-plugin-nx": "14.7.15",
40
+ "@nrwl/express": "14.7.15",
41
+ "@nrwl/jest": "14.7.15",
42
+ "@nrwl/linter": "14.7.15",
43
+ "@nrwl/nest": "14.7.15",
44
+ "@nrwl/next": "14.7.15",
45
+ "@nrwl/node": "14.7.15",
46
+ "@nrwl/nx-plugin": "14.7.15",
47
+ "@nrwl/react": "14.7.15",
48
+ "@nrwl/storybook": "14.7.15",
49
+ "@nrwl/web": "14.7.15",
50
+ "@nrwl/js": "14.7.15",
51
+ "@nrwl/cli": "14.7.15",
52
+ "@nrwl/tao": "14.7.15",
53
53
  "@nrwl/nx-cloud": "latest",
54
- "@nrwl/react-native": "14.7.14",
55
- "@nrwl/expo": "14.7.14",
56
- "@nrwl/detox": "14.7.14",
57
- "nx": "14.7.14"
54
+ "@nrwl/react-native": "14.7.15",
55
+ "@nrwl/expo": "14.7.15",
56
+ "@nrwl/detox": "14.7.15",
57
+ "nx": "14.7.15"
58
58
  }
59
59
  },
60
60
  "peerDependencies": {
@@ -66,9 +66,9 @@
66
66
  }
67
67
  },
68
68
  "dependencies": {
69
- "@nrwl/devkit": "14.7.14",
70
- "@nrwl/jest": "14.7.14",
71
- "@nrwl/linter": "14.7.14",
69
+ "@nrwl/devkit": "14.7.15",
70
+ "@nrwl/jest": "14.7.15",
71
+ "@nrwl/linter": "14.7.15",
72
72
  "@parcel/watcher": "2.0.4",
73
73
  "chalk": "4.1.0",
74
74
  "chokidar": "^3.5.1",
@@ -83,7 +83,7 @@
83
83
  "ignore": "^5.0.4",
84
84
  "minimatch": "3.0.5",
85
85
  "npm-run-path": "^4.0.1",
86
- "nx": "14.7.14",
86
+ "nx": "14.7.15",
87
87
  "open": "^8.4.0",
88
88
  "rxjs": "^6.5.4",
89
89
  "semver": "7.3.4",
@@ -96,5 +96,5 @@
96
96
  "access": "public"
97
97
  },
98
98
  "types": "./index.d.ts",
99
- "gitHead": "c3ed287452858f8ed3d00ee673dfca8835adca2b"
99
+ "gitHead": "b2e12445028d625521de9ccda952af82375809a8"
100
100
  }