Skip to content

Commit

Permalink
chore: update to Nx workspace v18.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 12, 2024
1 parent 8a21e3f commit bb45661
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 463 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format:write": "nx format:write",
"format:check": "nx format:check",
"migrate": "nx migrate latest",
"run-migrate": "nx migrate --run-migrations",
"run-migrate": "nx migrate --run-migrations --if-exists",
"graph": "nx graph",
"help": "nx help",
"release": "DEBUG=true nx run-many --target semantic-release --exclude=smoke --verbose --output-style stream",
Expand Down Expand Up @@ -47,13 +47,13 @@
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@jest/globals": "^29.5.0",
"@nx/devkit": "18.0.5",
"@nx/eslint-plugin": "18.0.5",
"@nx/jest": "18.0.5",
"@nx/js": "18.0.5",
"@nx/node": "18.0.5",
"@nx/plugin": "18.0.5",
"@nx/workspace": "18.0.5",
"@nx/devkit": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/js": "18.0.8",
"@nx/node": "18.0.8",
"@nx/plugin": "18.0.8",
"@nx/workspace": "18.0.8",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"jsonc-eslint-parser": "^2.2.0",
"nx": "18.0.5",
"nx": "18.0.8",
"prettier": "2.6.2",
"semantic-release": "^21.0.2",
"semantic-release-plugin-decorators": "https://github.com/tjg184/semantic-release-plugin-decorators/tarball/fix%2Fdynamic_import",
Expand All @@ -107,3 +107,4 @@
}
}
}

Loading

0 comments on commit bb45661

Please sign in to comment.