Skip to content

Commit

Permalink
chore: bump @dcl/schemas from 14.0.0 to 14.1.0 (#107)
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: Kevin Szuchet <[email protected]>
  • Loading branch information
dependabot[bot] and kevinszuchet authored Oct 10, 2024
1 parent 4decb17 commit 3887d9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@dcl/platform-server-commons": "^0.0.4",
"@dcl/schemas": "^14.0.0",
"@dcl/schemas": "^14.1.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "eslint '**/*.{js,ts}' --fix"
},
"dependencies": {
"@dcl/schemas": "^14.0.0",
"@dcl/schemas": "^14.1.0",
"@well-known-components/interfaces": "^1.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@aws-sdk/client-sns": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@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 @@ -866,10 +866,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 3887d9f

Please sign in to comment.