Skip to content

Commit 49f4fd8

Browse files
committed
Merge branch 'main' into smart-otter
2 parents 8c19217 + 3dbc255 commit 49f4fd8

6 files changed

Lines changed: 15 additions & 15 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
@@ -8,7 +8,7 @@
88
},
99
"type": "module",
1010
"dependencies": {
11-
"@google-cloud/bigquery": "8.0.0",
11+
"@google-cloud/bigquery": "8.1.0",
1212
"@google-cloud/firestore": "7.11.1",
1313
"@google-cloud/storage": "7.16.0"
1414
},

infra/dataform-trigger/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/dataform-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "@max-ostapenko",
55
"main": "index.js",
66
"dependencies": {
7-
"@google-cloud/bigquery": "8.0.0",
7+
"@google-cloud/bigquery": "8.1.0",
88
"@google-cloud/dataform": "2.1.0",
99
"@google-cloud/functions-framework": "4.0.0"
1010
},

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.

package.json

Lines changed: 1 addition & 1 deletion
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.21"
5+
"@dataform/core": "3.0.22"
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",

0 commit comments

Comments
 (0)