Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade TypeScript and friends #687

Merged
merged 7 commits into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set up Volta configuration inheritance
  • Loading branch information
dtinth committed Oct 7, 2021
commit f9f72a168a050070a757419f16375ffe6d258f1a
3 changes: 3 additions & 0 deletions bemuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,8 @@
"prettier --write",
"git add"
]
},
"volta": {
"extends": "../package.json"
}
}
3 changes: 3 additions & 0 deletions build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"merge-stream": "^2.0.0",
"vinyl-fs": "^3.0.3",
"yargs": "^15.3.1"
},
"volta": {
"extends": "../package.json"
}
}
3 changes: 3 additions & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"expect": "^23.6.0",
"prescript": "^0.5555.55",
"puppeteer": "^1.11.0"
},
"volta": {
"extends": "../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/bemuse-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/bemuse-notechart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
"peerDependencies": {
"bluebird": "^3.5.1"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/bemuse-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/bms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"lodash.map": "^4.6.0",
"lodash.uniq": "^4.5.0",
"lodash.values": "^4.3.0"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/bmson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
},
"dependencies": {
"lodash": "^4.17.11"
},
"volta": {
"extends": "../../package.json"
}
}
5 changes: 4 additions & 1 deletion packages/monetizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"bugs": {
"url": "https://github.com/bemusic/bemuse/issues"
},
"homepage": "https://github.com/bemusic/bemuse/tree/master/packages/monetizer#readme"
"homepage": "https://github.com/bemusic/bemuse/tree/master/packages/monetizer#readme",
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
},
"devDependencies": {
"docusaurus": "^1.5.0"
},
"volta": {
"extends": "../package.json"
}
}