Skip to content

Commit ccb2e0d

Browse files
Bump @dataform/core from 3.0.13 to 3.0.14 (#68)
* Bump @dataform/core from 3.0.13 to 3.0.14 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.13 to 3.0.14. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](dataform-co/dataform@3.0.13...3.0.14) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * formatting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent e3237b7 commit ccb2e0d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

infra/tf/dataform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ locals {
1717
"blink_features",
1818

1919
// Reports
20-
"core_web_vitals", // TODO: Remove after tech report migration
20+
"core_web_vitals", // TODO: Remove after tech report migration
2121
"reports",
2222

2323
// Service

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.13"
5+
"@dataform/core": "3.0.14"
66
},
77
"scripts": {
88
"format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt",

0 commit comments

Comments
 (0)