Skip to content

Commit

Permalink
fix(nx): resolve nx deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 25, 2023
1 parent e5e47a9 commit cedafde
Show file tree
Hide file tree
Showing 8 changed files with 1,775 additions and 200 deletions.
1,945 changes: 1,762 additions & 183 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@
"@angular/compiler-cli": "^12.x",
"@hug/eslint-config": "^8.0.1",
"@nrwl/angular": "^12.x",
"@nrwl/jest": "^14.7.3",
"@nrwl/cli": "^15.7.2",
"@nrwl/eslint-plugin-nx": "^15.7.2",
"@nrwl/jest": "^14.7.3",
"@nrwl/linter": "^15.7.2",
"@nrwl/tao": "^15.7.2",
"@nrwl/web": "^15.7.2",
"@nrwl/webpack": "^15.7.2",
"@nrwl/workspace": "^15.7.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
Expand Down
3 changes: 2 additions & 1 deletion projects/auth-js/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"root": "projects/auth-js",
"name": "auth-js",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"targets": {
"build": {
"executor": "nx:run-commands",
Expand Down
5 changes: 3 additions & 2 deletions projects/demo-app/web/auth-js/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "demo-app-auth-js",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"root": "projects/demo-app/web/auth-js",
"sourceRoot": "projects/demo-app/web/auth-js/src",
"targets": {
"build": {
"executor": "@nrwl/web:webpack",
"executor": "@nrwl/webpack:webpack",
"outputs": [
"{options.outputPath}"
],
Expand Down
3 changes: 2 additions & 1 deletion projects/demo-app/web/common/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "demo-app-common",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"root": "projects/demo-app/web/common",
"sourceRoot": "projects/demo-app/web/common",
"targets": {
"lint": {
Expand Down
3 changes: 2 additions & 1 deletion projects/demo-app/web/ngx-auth/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "demo-app-ngx-auth",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"root": "projects/demo-app/web/ngx-auth",
"sourceRoot": "projects/demo-app/web/ngx-auth/src",
"prefix": "badisi",
"targets": {
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-auth/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ngx-auth",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"root": "projects/ngx-auth",
"sourceRoot": "projects/ngx-auth/src",
"prefix": "badisi",
"targets": {
Expand Down
10 changes: 0 additions & 10 deletions workspace.json

This file was deleted.

0 comments on commit cedafde

Please sign in to comment.