mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02: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:
@@ -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'",
|
||||
|
||||
Reference in New Issue
Block a user