Skip to content

Commit

Permalink
build(deps): Bump @chunkd/source-file from 10.0.3 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps [@chunkd/source-file](https://github.com/blacha/chunkd/tree/HEAD/packages/source-file) from 10.0.3 to 11.0.0.
- [Release notes](https://github.com/blacha/chunkd/releases)
- [Changelog](https://github.com/blacha/chunkd/blob/master/packages/source-file/CHANGELOG.md)
- [Commits](https://github.com/blacha/chunkd/commits/fs-v11.0.0/packages/source-file)

---
updated-dependencies:
- dependency-name: "@chunkd/source-file"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent b9d9bfc commit 1533bdd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"*.png"
],
"devDependencies": {
"@chunkd/source-file": "^10.0.3",
"@chunkd/source-file": "^11.0.0",
"@types/node": "^18.11.9"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@chunkd/fs": "^10.0.6",
"@chunkd/source-file": "^10.0.3",
"@chunkd/source-file": "^11.0.0",
"@cotar/core": "^5.5.0",
"@cotar/builder": "^5.5.0",
"@cotar/tar": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"*.png"
],
"devDependencies": {
"@chunkd/source-file": "^10.0.3",
"@chunkd/source-file": "^11.0.0",
"@types/node": "^18.11.9"
}
}
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
dependencies:
"@chunkd/core" "^10.2.0"

"@chunkd/source-file@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@chunkd/source-file/-/source-file-11.0.0.tgz#e2ce35320c82d93460642e5c96c2d6863b7176cf"
integrity sha512-i1yzhLsOXRJRVpuISpdgfKwuHSlKV67dbSm8hO8xQ4kOUJujT1D2vmiZo570QoeA4E1K9q/XdubGRU38HaVcKg==
dependencies:
"@chunkd/source" "^11.0.0"

"@chunkd/source-google-cloud@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@chunkd/source-google-cloud/-/source-google-cloud-10.0.3.tgz#924027c549ebb13f101d19fe8ab8d3e56eba446d"
Expand All @@ -68,6 +75,11 @@
dependencies:
"@chunkd/core" "^10.2.0"

"@chunkd/source@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@chunkd/source/-/source-11.0.0.tgz#8407b1356df5bc2e0b07e0f7be10b60acda3c96f"
integrity sha512-cDdANEMB6J4JEbN5+qDoiiy0CxGtiS3Td+X+A/7R8TW0b2XoKHoqX1/LwTrcdtVRNTOU5QHd83mhau/SbpJb2Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
Expand Down

0 comments on commit 1533bdd

Please sign in to comment.