Skip to content

Commit

Permalink
fix(deps): bump nrwl monorepo from 19.1.2 to v19.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Jul 12, 2024
1 parent 0c02e1b commit ea8f6c7
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 199 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ Thumbs.db
# Fix for issue when working on the repo in a dev container
.pnpm-store
.nx/cache
.nx/workspace-data

.env
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/tmp
/.nx/cache
pnpm-lock.yaml

/.nx/workspace-data
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@actions/io": "1.1.3",
"@nx/devkit": "19.1.2",
"@nx/devkit": "19.4.3",
"@octokit/openapi-types": "22.1.0",
"@renovate/pep440": "1.0.0",
"@swc/helpers": "0.5.3",
"@swc/helpers": "0.5.11",
"chalk": "4.1.2",
"ci-info": "4.0.0",
"clipanion": "4.0.0-rc.3",
Expand All @@ -38,16 +38,16 @@
"@commitlint/config-conventional": "19.2.2",
"@commitlint/config-nx-scopes": "19.3.1",
"@commitlint/cz-commitlint": "19.2.0",
"@nx/eslint": "19.1.2",
"@nx/eslint-plugin": "19.1.2",
"@nx/jest": "19.1.2",
"@nx/js": "19.1.2",
"@nx/plugin": "19.1.2",
"@nx/workspace": "19.1.2",
"@nx/eslint": "19.4.3",
"@nx/eslint-plugin": "19.4.3",
"@nx/jest": "19.4.3",
"@nx/js": "19.4.3",
"@nx/plugin": "19.4.3",
"@nx/workspace": "19.4.3",
"@prisma/client": "5.14.0",
"@swc-node/register": "1.8.0",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.3.95",
"@swc/core": "1.5.7",
"@types/jest": "29.5.6",
"@types/node": "18.19.31",
"@types/semver": "7.5.8",
Expand All @@ -64,7 +64,7 @@
"jest-environment-node": "29.7.0",
"lint-staged": "15.2.5",
"mocked-env": "1.3.5",
"nx": "19.1.2",
"nx": "19.4.3",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit ea8f6c7

Please sign in to comment.