Skip to content

Commit

Permalink
update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garikbesson committed Dec 9, 2024
1 parent e37202d commit 322d92a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contract-advanced-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test": "$npm_execpath build && ava -- ./build/cross_contract.wasm"
},
"dependencies": {
"near-cli": "^4.0.10",
"near-sdk-js": "1.0.0"
"near-cli": "^4.0.13",
"near-sdk-js": "2.0.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"ava": "^6.1.2",
"near-workspaces": "^3.5.0",
"near-workspaces": "^4.0.0",
"ts-morph": "^22.0.0",
"ts-node": "^10.9.2",
"tsimp": "^2.0.11",
Expand Down
6 changes: 3 additions & 3 deletions contract-simple-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test": "$npm_execpath build && ava -- ./build/cross_contract.wasm"
},
"dependencies": {
"near-cli": "^4.0.10",
"near-sdk-js": "1.0.0"
"near-cli": "^4.0.13",
"near-sdk-js": "2.0.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"ava": "^6.1.2",
"near-workspaces": "^3.5.0",
"near-workspaces": "^4.0.0",
"ts-morph": "^22.0.0",
"ts-node": "^10.9.2",
"tsimp": "^2.0.11",
Expand Down

0 comments on commit 322d92a

Please sign in to comment.