mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Move overrides to top level
See documentation: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides GitOrigin-RevId: 13f7a475335e9ef54419f18fab14f31da32ef250
This commit is contained in:
parent
7677174670
commit
bdc907ecc6
3 changed files with 5 additions and 10 deletions
|
@ -19,11 +19,6 @@
|
|||
"test:unit": "mocha --exit test/**/*.{js,cjs}",
|
||||
"types:check": "tsc --noEmit"
|
||||
},
|
||||
"overrides": {
|
||||
"google-gax": {
|
||||
"protobufjs": "^7.2.5"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/logging-bunyan": "^5.1.0",
|
||||
"@overleaf/fetch-utils": "*",
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/overleaf/metrics-module.git"
|
||||
},
|
||||
"overrides": {
|
||||
"google-gax": {
|
||||
"protobufjs": "^7.2.5"
|
||||
}
|
||||
},
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
"prettier": "3.3.3",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"overrides": {
|
||||
"google-gax": {
|
||||
"protobufjs": "^7.2.5"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --list-different $PWD/'**/*.js'",
|
||||
"format:fix": "prettier --write $PWD/'**/*.js'",
|
||||
|
|
Loading…
Reference in a new issue