Skip to content

Commit

Permalink
fix: Update dependencies (#97)
Browse files Browse the repository at this point in the history
This PR updates some atlas-server dependencies.
  • Loading branch information
LautaroPetaccio authored Sep 12, 2023
1 parent c663b93 commit 4e578a2
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 64 deletions.
116 changes: 57 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@dcl/schemas": "^8.1.0",
"@types/cli-progress": "^3.9.1",
"@dcl/schemas": "^9.5.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/http-requests-logger-component": "^2.1.0",
"@well-known-components/http-server": "^1.1.6",
"@well-known-components/http-tracer-component": "^1.1.0",
"@well-known-components/interfaces": "^1.2.0",
"@well-known-components/logger": "^3.1.2",
"@well-known-components/logger": "^3.1.3",
"@well-known-components/metrics": "^2.0.1",
"@well-known-components/thegraph-component": "^1.4.3",
"@well-known-components/thegraph-component": "^1.6.0",
"@well-known-components/tracer-component": "^1.2.0",
"canvas": "^2.11.0",
"canvas": "^2.11.2",
"cli-progress": "^3.9.0",
"ethers": "^5.7.2",
"fp-future": "^1.0.1",
"node-fetch": "^2.6.1",
"p-limit": "^3.1.0"
},
"devDependencies": {
"@types/cli-progress": "^3.9.1",
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
Expand Down

0 comments on commit 4e578a2

Please sign in to comment.