Skip to content

Commit

Permalink
fix(repo): published packages should include resolved versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jul 30, 2024
1 parent 8abd9b3 commit b7d227b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"prettier": "^3.0.3",
"prettier-2": "npm:prettier@^2",
"react-refresh": "^0.10.0",
"run-p": "*",
"strip-ansi": "^6.0.1",
"style-loader": "^3.3.0",
"stylus": "0.59.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"postinstall": "node ./src/tasks/post-install"
},
"dependencies": {
"@nx-dotnet/dotnet": "*",
"@nx-dotnet/utils": "*",
"@nx-dotnet/dotnet": "file:../dotnet",
"@nx-dotnet/utils": "file:../utils",
"@nx/devkit": "19.5.3",
"fast-glob": "3.2.12",
"inquirer": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"main": "src/index.js",
"dependencies": {
"@nx-dotnet/utils": "*",
"@nx-dotnet/utils": "file:../utils",
"semver": "7.5.4",
"tslib": "^2.5.0"
},
Expand Down

0 comments on commit b7d227b

Please sign in to comment.