Skip to content

Commit

Permalink
Update hypothetical dependencies, so we can talk about what different…
Browse files Browse the repository at this point in the history
… modules might do.
  • Loading branch information
danielnaab committed Sep 20, 2023
1 parent 8697a34 commit dfc02c4
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 23 deletions.
4 changes: 3 additions & 1 deletion apps/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"outDir": "./dist",
"emitDeclarationOnly": true
},
"include": ["./src"],
"include": [
"./src"
],
"references": []
}
1 change: 1 addition & 0 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test": "vitest"
},
"dependencies": {
"@atj/docassemble": "workspace:*",
"@atj/documents": "workspace:*",
"@atj/interviews": "workspace:*",
"@axe-core/playwright": "^4.7.3",
Expand Down
1 change: 1 addition & 0 deletions packages/docassemble/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
1 change: 1 addition & 0 deletions packages/docassemble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@atj/documents": "workspace:*",
"@atj/interviews": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"esModuleInterop": true,
"isolatedModules": false,
"module": "ESNext",
"module": "CommonJS",
"moduleResolution": "node",
"noImplicitAny": true,
"strict": true,
Expand Down
66 changes: 45 additions & 21 deletions workspace-dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfc02c4

Please sign in to comment.