Skip to content

Commit

Permalink
chore: update to Nx workspace to v19.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 8, 2024
1 parent 3cf9de8 commit f99fa77
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 156 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Thumbs.db
# Nx files
/migrations.json
.nx/cache
.nx/workspace-data

# Misc files

Expand Down
7 changes: 6 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
/dist
/coverage

/.nx/cache
node_modules
/package.json
/pnpm-lock.yaml

/.nx/cache
/.nx/workspace-data
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@jest/globals": "^29.5.0",
"@nx/devkit": "19.2.0-beta.4",
"@nx/eslint-plugin": "19.2.0-beta.4",
"@nx/jest": "19.2.0-beta.4",
"@nx/js": "19.2.0-beta.4",
"@nx/node": "19.2.0-beta.4",
"@nx/plugin": "19.2.0-beta.4",
"@nx/workspace": "19.2.0-beta.4",
"@nx/devkit": "19.2.2",
"@nx/eslint-plugin": "19.2.2",
"@nx/jest": "19.2.2",
"@nx/js": "19.2.2",
"@nx/node": "19.2.2",
"@nx/plugin": "19.2.2",
"@nx/workspace": "19.2.2",
"@swc-node/register": "1.9.1",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
Expand All @@ -78,7 +78,7 @@
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"nx": "19.2.0-beta.4",
"nx": "19.2.2",
"prettier": "2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit f99fa77

Please sign in to comment.