Skip to content

Commit

Permalink
install uuid (first time)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracetxgao committed Sep 24, 2024
1 parent a600e04 commit faa0f46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"extends": "nx/presets/npm.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*"
"{projectRoot}/**/*",
"{workspaceRoot}/package-lock.json"
],
"notSpec": [
"!{projectRoot}/**/*.spec.{ts,tsx}"
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"graphql": "^15.8.0",
"modern-normalize": "^0.5.0",
"rxjs": "7.8.1",
"uuid": "^10.0.0",
"web-animations-js": "^2.3.2",
"webfontloader": "^1.6.28",
"zone.js": "^0.14.10"
Expand Down

0 comments on commit faa0f46

Please sign in to comment.