Skip to content

Commit

Permalink
Merge pull request #3 from liip/update-deps
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
lgollut authored Oct 12, 2023
2 parents a563bdb + 6668332 commit b4a070d
Show file tree
Hide file tree
Showing 10 changed files with 3,981 additions and 9,585 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13
v20
23 changes: 20 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,28 @@
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist"]
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/dist"
]
},
"typecheck": {
"dependsOn": ["^build"]
"dependsOn": [
"^build"
]
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [],
"production": [
"default"
]
}
}
Loading

0 comments on commit b4a070d

Please sign in to comment.