Skip to content

Commit

Permalink
update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Apr 3, 2022
1 parent 9ef766f commit b8641e4
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 330 deletions.
4 changes: 2 additions & 2 deletions apps/avidtrader-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"prefix": "avidtrader-api",
"targets": {
"build": {
"executor": "@nrwl/node:build",
"executor": "@nrwl/node:webpack",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/avidtrader-api",
Expand Down Expand Up @@ -46,7 +46,7 @@
}
},
"serve": {
"executor": "@nrwl/node:execute",
"executor": "@nrwl/node:node",
"options": {
"buildTarget": "avidtrader-api:build",
"inspect": true,
Expand Down
2 changes: 1 addition & 1 deletion decorate-angular-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function symlinkNgCLItoNxCLI() {

try {
symlinkNgCLItoNxCLI();
require('@nrwl/cli/lib/decorate-cli').decorateCli();
require('nx/src/cli/decorate-cli').decorateCli();
output.log({
title: 'Angular CLI has been decorated to enable computation caching.',
});
Expand Down
2 changes: 1 addition & 1 deletion libs/nax-ipware/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"projectType": "library",
"targets": {
"build": {
"executor": "@nrwl/node:package",
"executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/nax-ipware",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@nestjs/platform-express": "8.2.6",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@prisma/client": "^3.9.2",
"@prisma/client": "3.11.1",
"apollo-server-express": "3.6.2",
"bcrypt": "5.0.1",
"bcryptjs": "2.4.3",
Expand Down Expand Up @@ -142,19 +142,18 @@
"@mdi/font": "5.9.55",
"@nestjs/schematics": "8.0.0",
"@nestjs/testing": "8.0.0",
"@nrwl/angular": "13.7.3",
"@nrwl/cli": "13.7.3",
"@nrwl/cypress": "13.7.3",
"@nrwl/eslint-plugin-nx": "13.7.3",
"@nrwl/jest": "13.7.3",
"@nrwl/js": "13.7.3",
"@nrwl/linter": "13.7.3",
"@nrwl/nest": "13.7.3",
"@nrwl/node": "13.7.3",
"@nrwl/nx-cloud": "13.1.2",
"@nrwl/tao": "13.7.3",
"@nrwl/web": "13.7.3",
"@nrwl/workspace": "13.7.3",
"@nrwl/angular": "13.9.6",
"@nrwl/cli": "13.9.6",
"@nrwl/cypress": "13.9.6",
"@nrwl/eslint-plugin-nx": "13.9.6",
"@nrwl/jest": "13.9.6",
"@nrwl/js": "13.9.6",
"@nrwl/linter": "13.9.6",
"@nrwl/nest": "13.9.6",
"@nrwl/node": "13.9.6",
"@nrwl/nx-cloud": "13.2.2",
"@nrwl/web": "13.9.6",
"@nrwl/workspace": "13.9.6",
"@types/cookie-parser": "1.4.2",
"@types/crypto-js": "4.0.1",
"@types/gtag.js": "0.0.4",
Expand Down Expand Up @@ -186,7 +185,7 @@
"import-sort-style-module": "6.0.0",
"jest": "27.2.3",
"jest-mock-extended": "1.0.13",
"jest-preset-angular": "11.0.0",
"jest-preset-angular": "11.1.1",
"lodash": "4.17.21",
"markdown-replace-section": "0.4.0",
"ng-packagr": "13.2.1",
Expand All @@ -198,11 +197,12 @@
"postcss-url": "10.1.1",
"prettier": "2.5.1",
"prettier-plugin-import-sort": "0.0.6",
"prisma": "^3.9.2",
"prisma": "3.11.1",
"prisma-dbml-generator": "0.7.0",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"typescript": "4.5.5",
"webpack-bundle-analyzer": "4.4.0"
"webpack-bundle-analyzer": "4.4.0",
"nx": "13.9.6"
}
}

0 comments on commit b8641e4

Please sign in to comment.