@nrwl/workspace 14.8.1 → 14.8.3

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 +30 -30
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.8.1](https://github.com/nrwl/nx/compare/14.8.0...14.8.1) (2022-09-28)
6
+ ## [14.8.3](https://github.com/nrwl/nx/compare/14.8.2...14.8.3) (2022-10-04)
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.8.1",
3
+ "version": "14.8.3",
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,31 +33,31 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/angular": "14.8.1",
37
- "@nrwl/cli": "14.8.1",
38
- "@nrwl/cypress": "14.8.1",
39
- "@nrwl/detox": "14.8.1",
40
- "@nrwl/devkit": "14.8.1",
41
- "@nrwl/esbuild": "14.8.1",
42
- "@nrwl/eslint-plugin-nx": "14.8.1",
43
- "@nrwl/expo": "14.8.1",
44
- "@nrwl/express": "14.8.1",
45
- "@nrwl/jest": "14.8.1",
46
- "@nrwl/js": "14.8.1",
47
- "@nrwl/linter": "14.8.1",
48
- "@nrwl/nest": "14.8.1",
49
- "@nrwl/next": "14.8.1",
50
- "@nrwl/node": "14.8.1",
36
+ "@nrwl/angular": "14.8.3",
37
+ "@nrwl/cli": "14.8.3",
38
+ "@nrwl/cypress": "14.8.3",
39
+ "@nrwl/detox": "14.8.3",
40
+ "@nrwl/devkit": "14.8.3",
41
+ "@nrwl/esbuild": "14.8.3",
42
+ "@nrwl/eslint-plugin-nx": "14.8.3",
43
+ "@nrwl/expo": "14.8.3",
44
+ "@nrwl/express": "14.8.3",
45
+ "@nrwl/jest": "14.8.3",
46
+ "@nrwl/js": "14.8.3",
47
+ "@nrwl/linter": "14.8.3",
48
+ "@nrwl/nest": "14.8.3",
49
+ "@nrwl/next": "14.8.3",
50
+ "@nrwl/node": "14.8.3",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "14.8.1",
53
- "@nrwl/react": "14.8.1",
54
- "@nrwl/react-native": "14.8.1",
55
- "@nrwl/rollup": "14.8.1",
56
- "@nrwl/storybook": "14.8.1",
57
- "@nrwl/tao": "14.8.1",
58
- "@nrwl/web": "14.8.1",
59
- "@nrwl/webpack": "14.8.1",
60
- "nx": "14.8.1"
52
+ "@nrwl/nx-plugin": "14.8.3",
53
+ "@nrwl/react": "14.8.3",
54
+ "@nrwl/react-native": "14.8.3",
55
+ "@nrwl/rollup": "14.8.3",
56
+ "@nrwl/storybook": "14.8.3",
57
+ "@nrwl/tao": "14.8.3",
58
+ "@nrwl/web": "14.8.3",
59
+ "@nrwl/webpack": "14.8.3",
60
+ "nx": "14.8.3"
61
61
  }
62
62
  },
63
63
  "peerDependencies": {
@@ -69,9 +69,9 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@nrwl/devkit": "14.8.1",
73
- "@nrwl/jest": "14.8.1",
74
- "@nrwl/linter": "14.8.1",
72
+ "@nrwl/devkit": "14.8.3",
73
+ "@nrwl/jest": "14.8.3",
74
+ "@nrwl/linter": "14.8.3",
75
75
  "@parcel/watcher": "2.0.4",
76
76
  "chalk": "4.1.0",
77
77
  "chokidar": "^3.5.1",
@@ -86,7 +86,7 @@
86
86
  "ignore": "^5.0.4",
87
87
  "minimatch": "3.0.5",
88
88
  "npm-run-path": "^4.0.1",
89
- "nx": "14.8.1",
89
+ "nx": "14.8.3",
90
90
  "open": "^8.4.0",
91
91
  "rxjs": "^6.5.4",
92
92
  "semver": "7.3.4",
@@ -99,5 +99,5 @@
99
99
  "access": "public"
100
100
  },
101
101
  "types": "./index.d.ts",
102
- "gitHead": "b9ea773682466f408a8c8ad2a8ea580006f951db"
102
+ "gitHead": "c30d39a028f495c54811a8cd9cc09b84ac5130c8"
103
103
  }