mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update dependency firebase-tools to v11 (#46779)
See associated pull request for more information. PR Close #46779
This commit is contained in:
committed by
Jessica Janiuk
parent
7b9269c5e4
commit
2808d889dc
+1
-1
@@ -139,7 +139,7 @@
|
||||
"eslint-plugin-jsdoc": "^39.0.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"find-free-port": "^2.0.0",
|
||||
"firebase-tools": "^9.8.0",
|
||||
"firebase-tools": "^11.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"globby": "^13.0.0",
|
||||
"hast-util-is-element": "^1.1.0",
|
||||
|
||||
+270
-533
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -196,7 +196,7 @@
|
||||
"cldrjs": "0.5.5",
|
||||
"conventional-changelog": "^3.1.24",
|
||||
"cross-env": "^7.0.3",
|
||||
"firebase-tools": "^9.0.0",
|
||||
"firebase-tools": "^11.0.0",
|
||||
"glob": "8.0.3",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-conventional-changelog": "^2.0.35",
|
||||
|
||||
@@ -111,7 +111,7 @@ uploadData() {
|
||||
|
||||
# WARNING: CI_SECRET_PAYLOAD_FIREBASE_TOKEN should NOT be printed.
|
||||
set +x
|
||||
$NODE_MODULES_BIN/firebase database:update --data "$jsonPayload" --project $PROJECT_NAME --confirm --token "$CI_SECRET_PAYLOAD_FIREBASE_TOKEN" $dbPath
|
||||
$NODE_MODULES_BIN/firebase database:update --data "$jsonPayload" --project $PROJECT_NAME --force --token "$CI_SECRET_PAYLOAD_FIREBASE_TOKEN" $dbPath
|
||||
}
|
||||
|
||||
# Track payload size.
|
||||
|
||||
Reference in New Issue
Block a user