Skip to content

Commit

Permalink
fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Apr 24, 2024
1 parent d681890 commit a4ff0dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@dcl/eslint-config": "^2.0.0",
"@protobuf-ts/protoc": "^2.9.4",
"@types/node": "^20.11.28",
"@types/redis": "^4.0.11",
"@types/ws": "^8.5.10",
"@well-known-components/test-helpers": "^1.5.6",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"@types/redis": "^4.0.11"
"typescript": "^5.4.2"
},
"prettier": {
"printWidth": 120,
Expand All @@ -39,7 +39,7 @@
"@well-known-components/logger": "^3.1.3",
"@well-known-components/metrics": "^2.1.0",
"@well-known-components/pg-component": "^0.2.2",
"@well-known-components/uws-http-server": "^0.0.1-20240314125425.commit-711dd8f",
"@well-known-components/uws-http-server": "^0.0.2",
"fp-future": "^1.0.1",
"mitt": "^3.0.1",
"redis": "^4.6.13",
Expand Down

0 comments on commit a4ff0dc

Please sign in to comment.