@nrwl/workspace 15.4.1 → 15.4.2

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 +29 -29
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.1](https://github.com/nrwl/nx/compare/15.4.0...15.4.1) (2022-12-23)
6
+ ## [15.4.2](https://github.com/nrwl/nx/compare/15.4.1...15.4.2) (2022-12-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": "15.4.1",
3
+ "version": "15.4.2",
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": "15.4.1",
37
- "@nrwl/cli": "15.4.1",
38
- "@nrwl/cypress": "15.4.1",
39
- "@nrwl/detox": "15.4.1",
40
- "@nrwl/devkit": "15.4.1",
41
- "@nrwl/esbuild": "15.4.1",
42
- "@nrwl/eslint-plugin-nx": "15.4.1",
43
- "@nrwl/expo": "15.4.1",
44
- "@nrwl/express": "15.4.1",
45
- "@nrwl/jest": "15.4.1",
46
- "@nrwl/js": "15.4.1",
47
- "@nrwl/linter": "15.4.1",
48
- "@nrwl/nest": "15.4.1",
49
- "@nrwl/next": "15.4.1",
50
- "@nrwl/node": "15.4.1",
36
+ "@nrwl/angular": "15.4.2",
37
+ "@nrwl/cli": "15.4.2",
38
+ "@nrwl/cypress": "15.4.2",
39
+ "@nrwl/detox": "15.4.2",
40
+ "@nrwl/devkit": "15.4.2",
41
+ "@nrwl/esbuild": "15.4.2",
42
+ "@nrwl/eslint-plugin-nx": "15.4.2",
43
+ "@nrwl/expo": "15.4.2",
44
+ "@nrwl/express": "15.4.2",
45
+ "@nrwl/jest": "15.4.2",
46
+ "@nrwl/js": "15.4.2",
47
+ "@nrwl/linter": "15.4.2",
48
+ "@nrwl/nest": "15.4.2",
49
+ "@nrwl/next": "15.4.2",
50
+ "@nrwl/node": "15.4.2",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.4.1",
53
- "@nrwl/react": "15.4.1",
54
- "@nrwl/react-native": "15.4.1",
55
- "@nrwl/rollup": "15.4.1",
56
- "@nrwl/storybook": "15.4.1",
57
- "@nrwl/tao": "15.4.1",
58
- "@nrwl/web": "15.4.1",
59
- "@nrwl/webpack": "15.4.1",
60
- "nx": "15.4.1"
52
+ "@nrwl/nx-plugin": "15.4.2",
53
+ "@nrwl/react": "15.4.2",
54
+ "@nrwl/react-native": "15.4.2",
55
+ "@nrwl/rollup": "15.4.2",
56
+ "@nrwl/storybook": "15.4.2",
57
+ "@nrwl/tao": "15.4.2",
58
+ "@nrwl/web": "15.4.2",
59
+ "@nrwl/webpack": "15.4.2",
60
+ "nx": "15.4.2"
61
61
  }
62
62
  },
63
63
  "peerDependencies": {
@@ -69,8 +69,8 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@nrwl/devkit": "15.4.1",
73
- "@nrwl/linter": "15.4.1",
72
+ "@nrwl/devkit": "15.4.2",
73
+ "@nrwl/linter": "15.4.2",
74
74
  "@parcel/watcher": "2.0.4",
75
75
  "chalk": "4.1.0",
76
76
  "chokidar": "^3.5.1",
@@ -86,7 +86,7 @@
86
86
  "jsonc-parser": "3.2.0",
87
87
  "minimatch": "3.0.5",
88
88
  "npm-run-path": "^4.0.1",
89
- "nx": "15.4.1",
89
+ "nx": "15.4.2",
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": "b0ae071a344e309e402873aa37a96584e76d1021"
102
+ "gitHead": "f038a34d4e0ca83ca9e6ca2be4aba12a3e435346"
103
103
  }