Skip to content

Commit

Permalink
Extend volta config in children
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 17, 2023
1 parent c0d623f commit 57ba5e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
"vitest": "^0.34.6",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"devDependencies": {
"@spotlightjs/spotlight": "^0.0.2"
},
"volta": {
"extends": "../../package.json"
},
"watch": {
"assets": {
"patterns": [
Expand Down
3 changes: 3 additions & 0 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"vitest-mock-axios": "^0.1.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
},
"volta": {
"extends": "../../package.json"
}
}
5 changes: 4 additions & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"files": [
"tsconfig.json",
"tsconfig.node.json"
]
],
"volta": {
"extends": "../../package.json"
}
}

0 comments on commit 57ba5e4

Please sign in to comment.