Skip to content

Commit

Permalink
Explicitly version latest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Dec 2, 2024
1 parent a44330f commit d47a5b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"type": "module",
"devDependencies": {
"@nx/eslint": "20.0.7",
"npm-nx-populate-files": "npm:nx-populate-files@latest",
"npm-nx-tsc": "npm:nx-tsc@latest",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@latest",
"npm-nx-populate-files": "npm:nx-populate-files@0.0.12",
"npm-nx-tsc": "npm:nx-tsc@0.0.13",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@0.0.8",
"nx": "20.0.7",
"nx-lifecycle": "workspace:^",
"nx-populate-files": "workspace:^",
"nx-tsc": "workspace:^",
"nx-update-ts-references": "workspace:^"
},
"packageManager": "[email protected]"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d47a5b3

Please sign in to comment.