Skip to content

Commit

Permalink
fix(core): update nx to not publish *.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 1, 2022
1 parent 2980845 commit 3fa88c4
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 497 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^15.0.0",
"@commitlint/types": "^13.2.0",
"@nrwl/cli": "13.9.1",
"@nrwl/devkit": "13.9.1",
"@nrwl/eslint-plugin-nx": "13.9.1",
"@nrwl/jest": "13.9.1",
"@nrwl/js": "13.9.1",
"@nrwl/linter": "13.9.1",
"@nrwl/node": "13.9.1",
"@nrwl/cli": "13.9.5",
"@nrwl/devkit": "13.9.5",
"@nrwl/eslint-plugin-nx": "13.9.5",
"@nrwl/jest": "13.9.5",
"@nrwl/js": "13.9.5",
"@nrwl/linter": "13.9.5",
"@nrwl/node": "13.9.5",
"@nrwl/nx-cloud": "13.1.6",
"@nrwl/nx-plugin": "13.9.1",
"@nrwl/workspace": "13.9.1",
"@nrwl/nx-plugin": "13.9.5",
"@nrwl/workspace": "13.9.5",
"@nx-dotnet/nxdoc": "latest",
"@nx-plus/docusaurus": "^12.2.0",
"@semantic-release/changelog": "^6.0.1",
Expand All @@ -74,7 +74,7 @@
"jest": "27.5.1",
"kill-port": "^1.6.1",
"lint-staged": "^12.3.4",
"nx": "13.9.1",
"nx": "13.9.5",
"prettier": "2.5.1",
"run-p": "*",
"semantic-release": "^18.0.1",
Expand Down
Loading

0 comments on commit 3fa88c4

Please sign in to comment.