Skip to content

Commit

Permalink
chore: update nrwl packages to handle empty assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonadams committed Sep 4, 2020
1 parent 29ccbb2 commit bac0d01
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
62 changes: 32 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@nguniversal/builders": "^10.0.2",
"@nrwl/angular": "^10.0.13",
"@nrwl/jest": "^10.0.13",
"@nrwl/node": "^10.0.13",
"@nrwl/workspace": "^10.0.13",
"@nrwl/angular": "^10.1.1-beta.2",
"@nrwl/jest": "^10.1.1-beta.2",
"@nrwl/node": "^10.1.1-beta.2",
"@nrwl/workspace": "^10.1.1-beta.2",
"@testing-library/jest-dom": "^5.11.4",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.0",
Expand Down

0 comments on commit bac0d01

Please sign in to comment.