@nrwl/workspace 15.0.12 → 15.0.13

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
- ## [15.0.12](https://github.com/nrwl/nx/compare/15.0.11...15.0.12) (2022-11-08)
6
+ ## [15.0.13](https://github.com/nrwl/nx/compare/15.0.12...15.0.13) (2022-11-08)
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.0.12",
3
+ "version": "15.0.13",
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.0.12",
37
- "@nrwl/cli": "15.0.12",
38
- "@nrwl/cypress": "15.0.12",
39
- "@nrwl/detox": "15.0.12",
40
- "@nrwl/devkit": "15.0.12",
41
- "@nrwl/esbuild": "15.0.12",
42
- "@nrwl/eslint-plugin-nx": "15.0.12",
43
- "@nrwl/expo": "15.0.12",
44
- "@nrwl/express": "15.0.12",
45
- "@nrwl/jest": "15.0.12",
46
- "@nrwl/js": "15.0.12",
47
- "@nrwl/linter": "15.0.12",
48
- "@nrwl/nest": "15.0.12",
49
- "@nrwl/next": "15.0.12",
50
- "@nrwl/node": "15.0.12",
36
+ "@nrwl/angular": "15.0.13",
37
+ "@nrwl/cli": "15.0.13",
38
+ "@nrwl/cypress": "15.0.13",
39
+ "@nrwl/detox": "15.0.13",
40
+ "@nrwl/devkit": "15.0.13",
41
+ "@nrwl/esbuild": "15.0.13",
42
+ "@nrwl/eslint-plugin-nx": "15.0.13",
43
+ "@nrwl/expo": "15.0.13",
44
+ "@nrwl/express": "15.0.13",
45
+ "@nrwl/jest": "15.0.13",
46
+ "@nrwl/js": "15.0.13",
47
+ "@nrwl/linter": "15.0.13",
48
+ "@nrwl/nest": "15.0.13",
49
+ "@nrwl/next": "15.0.13",
50
+ "@nrwl/node": "15.0.13",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.0.12",
53
- "@nrwl/react": "15.0.12",
54
- "@nrwl/react-native": "15.0.12",
55
- "@nrwl/rollup": "15.0.12",
56
- "@nrwl/storybook": "15.0.12",
57
- "@nrwl/tao": "15.0.12",
58
- "@nrwl/web": "15.0.12",
59
- "@nrwl/webpack": "15.0.12",
60
- "nx": "15.0.12"
52
+ "@nrwl/nx-plugin": "15.0.13",
53
+ "@nrwl/react": "15.0.13",
54
+ "@nrwl/react-native": "15.0.13",
55
+ "@nrwl/rollup": "15.0.13",
56
+ "@nrwl/storybook": "15.0.13",
57
+ "@nrwl/tao": "15.0.13",
58
+ "@nrwl/web": "15.0.13",
59
+ "@nrwl/webpack": "15.0.13",
60
+ "nx": "15.0.13"
61
61
  }
62
62
  },
63
63
  "peerDependencies": {
@@ -69,9 +69,9 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@nrwl/devkit": "15.0.12",
73
- "@nrwl/jest": "15.0.12",
74
- "@nrwl/linter": "15.0.12",
72
+ "@nrwl/devkit": "15.0.13",
73
+ "@nrwl/jest": "15.0.13",
74
+ "@nrwl/linter": "15.0.13",
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": "15.0.12",
89
+ "nx": "15.0.13",
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": "b3541f6e2a0abe85cb7201111b74348670d543d3"
102
+ "gitHead": "3115d8573b1c8f6ac20f331417c58012fe4005a2"
103
103
  }