Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 69e2e99 commit 33cece4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@dcl/crypto": "^3.4.5",
"@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-6276153891.commit-3946d15.tgz",
"@dcl/schemas": "^9.9.0",
"@dcl/schemas": "^9.10.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/http-server": "^2.0.0",
"@well-known-components/interfaces": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-6276153891.commit-3946d15.tgz",
"@dcl/schemas": "^9.9.0",
"@dcl/schemas": "^9.10.0",
"@well-known-components/env-config-provider": "^1.1.1",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ws-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@dcl/crypto": "^3.4.5",
"@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-6276153891.commit-3946d15.tgz",
"@dcl/schemas": "^9.9.0",
"@dcl/schemas": "^9.10.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.0.1-20231004190652.commit-d9004f2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@
dependencies:
"@dcl/ts-proto" "1.154.0"

"@dcl/schemas@^9.0.0", "@dcl/schemas@^9.2.0", "@dcl/schemas@^9.9.0":
version "9.9.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-9.9.0.tgz#868693b46ef3d64b166d095bb0405d5119de461a"
integrity sha512-n7zgMWTHb0O8oqb4kfVJzuTi/R3qkp/BZTAqhS1BRtSeulVhEVAnpPd2R6nzW9gC9D0Wp1yzaMo53gUIAcHSDw==
"@dcl/schemas@^9.0.0", "@dcl/schemas@^9.10.0", "@dcl/schemas@^9.2.0":
version "9.10.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-9.10.0.tgz#3821787b326a6ecd89005fbeadc70ed1c389a87b"
integrity sha512-rpKa+2dAlz56+g/QSKbVaIDQFm1gF9YkZ4UWGwHkAYpcHW6ss1Fk2fBiAW3ONDIvUh6V8Arl6Iitcn3GzOmFzg==
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
Expand Down

0 comments on commit 33cece4

Please sign in to comment.