Skip to content

Commit

Permalink
chore: bump @dcl/schemas from 14.0.0 to 14.1.0 (#1814)
Browse files Browse the repository at this point in the history
Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/decentraland/schemas/releases)
- [Commits](decentraland/schemas@14.0.0...14.1.0)

---
updated-dependencies:
- dependency-name: "@dcl/schemas"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pentreathm <[email protected]>
  • Loading branch information
dependabot[bot] and pentreathm authored Oct 14, 2024
1 parent e413478 commit 5638e2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@dcl/content-validator": "^6.0.0",
"@dcl/crypto": "^3.4.5",
"@dcl/hashing": "^3.0.4",
"@dcl/schemas": "^14.0.0",
"@dcl/schemas": "^14.1.0",
"@dcl/snapshots-fetcher": "^9.1.0",
"@dcl/urn-resolver": "^3.6.0",
"@well-known-components/env-config-provider": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@dcl/catalyst-api-specs": "^3.3.0",
"@dcl/crypto": "^3.4.5",
"@dcl/schemas": "^14.0.0",
"@dcl/schemas": "^14.1.0",
"@dcl/urn-resolver": "^3.6.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@
ajv-keywords "^5.1.0"
mitt "^3.0.1"

"@dcl/schemas@^14.0.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-14.0.0.tgz#d967a41046186090f9e3db0a725cff38cd5bdaf3"
integrity sha512-w3P/5g/gkYcBUB6+eN1PYdQBaiS8nLh7ldGfUI6GuiHQKvPIC3wS26Dx5i2ukwHrds2koOaqhFdLzHLVDDitQg==
"@dcl/schemas@^14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-14.1.0.tgz#f138401748cedfda6c3d618265368405386be2cc"
integrity sha512-KE7679WNJqlrXH088pvXh2a6YLtDL+PvZYXY8ZXShhEJrnxjUhXGYH1LJckPLy4Tb7GEJBwaCcfYlVVVMrDLeA==
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
Expand Down

0 comments on commit 5638e2c

Please sign in to comment.