Skip to content

Commit c4a0284

Browse files
committed
2 parents aae42c9 + 8289dd9 commit c4a0284

4 files changed

Lines changed: 87 additions & 92 deletions

File tree

infra/bigquery-export/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/bigquery-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "module",
1010
"dependencies": {
1111
"@google-cloud/bigquery": "8.0.0",
12-
"@google-cloud/firestore": "7.11.0",
12+
"@google-cloud/firestore": "7.11.1",
1313
"@google-cloud/storage": "7.16.0"
1414
},
1515
"author": "@max-ostapenko"

package-lock.json

Lines changed: 80 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crawl-data",
33
"author": "@max-ostapenko",
44
"dependencies": {
5-
"@dataform/core": "3.0.20"
5+
"@dataform/core": "3.0.21"
66
},
77
"scripts": {
88
"format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"devDependencies": {
23-
"markdownlint-cli": "0.44.0",
23+
"markdownlint-cli": "0.45.0",
2424
"standard": "17.1.2"
2525
},
2626
"markdownlint": {

0 commit comments

Comments
 (0)