Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Jun 5, 2024
1 parent f7c1adc commit d825e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/auto-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"@types/node": "^20.12.12",
"@autonomys/auto-utils": "workspace:*"
"@autonomys/auto-utils": "workspace:*",
"@types/node": "^20.12.12"
},
"files": [
"dist",
Expand All @@ -23,4 +23,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-id@workspace:packages/auto-id"
dependencies:
"@autonomys/auto-utils": "workspace:*"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
jest: "npm:^29.7.0"
Expand Down

0 comments on commit d825e21

Please sign in to comment.