|
22 | 22 | "help": "nx help", |
23 | 23 | "nx": "nx", |
24 | 24 | "prepare": "husky install", |
25 | | - "publish": "npm run build && npm publish ./dist/packages/domain --access=public && npx nx run workspace:version ", |
| 25 | + "publish": "npm run build && npm publish ./dist/packages/domain --access=public && npx nx run workspace:version", |
26 | 26 | "update": "nx migrate latest", |
27 | 27 | "workspace-generator": "nx workspace-generator" |
28 | 28 | }, |
|
36 | 36 | "@commitlint/config-angular": "^15.0.0", |
37 | 37 | "@jscutlery/cypress-angular": "^0.8.4", |
38 | 38 | "@jscutlery/semver": "^2.13.3", |
39 | | - "@nrwl/angular": "13.2.2", |
40 | | - "@nrwl/cli": "13.2.2", |
41 | | - "@nrwl/cypress": "13.2.2", |
42 | | - "@nrwl/devkit": "13.2.2", |
43 | | - "@nrwl/eslint-plugin-nx": "13.2.2", |
44 | | - "@nrwl/jest": "13.2.2", |
45 | | - "@nrwl/linter": "13.2.2", |
46 | | - "@nrwl/node": "13.2.2", |
47 | | - "@nrwl/nx-cloud": "latest", |
48 | | - "@nrwl/nx-plugin": "^13.2.2", |
49 | | - "@nrwl/react": "13.2.2", |
50 | | - "@nrwl/storybook": "13.2.2", |
51 | | - "@nrwl/tao": "13.2.2", |
52 | | - "@nrwl/workspace": "13.2.2", |
| 39 | + "@nrwl/angular": "13.2.3", |
| 40 | + "@nrwl/cli": "13.2.3", |
| 41 | + "@nrwl/cypress": "13.2.3", |
| 42 | + "@nrwl/devkit": "13.2.3", |
| 43 | + "@nrwl/eslint-plugin-nx": "13.2.3", |
| 44 | + "@nrwl/jest": "13.2.3", |
| 45 | + "@nrwl/linter": "13.2.3", |
| 46 | + "@nrwl/node": "13.2.3", |
| 47 | + "@nrwl/nx-cloud": "12.5.4", |
| 48 | + "@nrwl/nx-plugin": "13.2.3", |
| 49 | + "@nrwl/react": "13.2.3", |
| 50 | + "@nrwl/storybook": "13.2.3", |
| 51 | + "@nrwl/tao": "13.2.3", |
| 52 | + "@nrwl/workspace": "13.2.3", |
53 | 53 | "@types/jest": "27.0.2", |
54 | 54 | "@types/node": "16.6.1", |
55 | 55 | "@typescript-eslint/eslint-plugin": "4.33.0", |
|
70 | 70 | "node": ">=16.0.0", |
71 | 71 | "npm": ">=8.0.0", |
72 | 72 | "yarn": ">=1.22.17" |
73 | | - } |
| 73 | + }, |
| 74 | + "version": "13.2.0" |
74 | 75 | } |
0 commit comments