Skip to content

Commit

Permalink
chore: bump near-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vikinatora committed Mar 27, 2024
1 parent ea805cd commit d86b5aa
Show file tree
Hide file tree
Showing 5 changed files with 2,359 additions and 2,374 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"turbo": "1.4.5",
"typedoc": "0.25.3",
"typescript": "4.9.4"
},
"resolutions": {
"near-sandbox": "0.0.18"
}
}
21 changes: 12 additions & 9 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,32 @@
"author": "",
"license": "ISC",
"dependencies": {
"@near-js/crypto": "workspace:*",
"@near-js/providers": "workspace:*",
"@near-js/signers": "workspace:*",
"@near-js/transactions": "workspace:*",
"@near-js/types": "workspace:*",
"@near-js/utils": "workspace:*",
"@near-js/crypto": "workspace:1.2.1",
"@near-js/providers": "workspace:0.1.1",
"@near-js/signers": "workspace:0.1.1",
"@near-js/transactions": "workspace:1.1.2",
"@near-js/types": "workspace:0.0.4",
"@near-js/utils": "workspace:0.1.0",
"borsh": "1.0.0",
"depd": "2.0.0",
"is-my-json-valid": "^2.20.6",
"lru_map": "0.4.1",
"near-abi": "0.1.1"
},
"devDependencies": {
"@near-js/keystores": "workspace:*",
"@near-js/keystores": "workspace:0.0.9",
"@types/node": "18.11.18",
"bs58": "4.0.0",
"jest": "26.0.1",
"near-hello": "0.5.1",
"near-workspaces": "3.4.0",
"near-workspaces": "3.5.0",
"ts-jest": "26.5.6",
"typescript": "4.9.4"
},
"files": [
"lib"
]
],
"resolutions": {
"near-sandbox": "0.0.18"
}
}
2 changes: 1 addition & 1 deletion packages/near-api-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"semver": "7.1.1",
"ts-jest": "26.5.6",
"uglifyify": "5.0.1",
"near-workspaces": "3.4.0"
"near-workspaces": "3.5.0"
},
"keywords": [],
"license": "(MIT AND Apache-2.0)",
Expand Down
13 changes: 8 additions & 5 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"@near-js/transactions": "workspace:*",
"@near-js/types": "workspace:*",
"@near-js/utils": "workspace:*",
"@near-js/transactions": "workspace:1.1.2",
"@near-js/types": "workspace:0.0.4",
"@near-js/utils": "workspace:0.1.0",
"borsh": "1.0.0",
"http-errors": "1.7.2"
},
"devDependencies": {
"@types/node": "18.11.18",
"jest": "26.0.1",
"near-workspaces": "3.4.0",
"near-workspaces": "3.5.0",
"ts-jest": "26.5.6",
"typescript": "4.9.4"
},
Expand All @@ -34,5 +34,8 @@
},
"files": [
"lib"
]
],
"resolutions": {
"near-sandbox": "0.0.18"
}
}
Loading

0 comments on commit d86b5aa

Please sign in to comment.