Skip to content

Commit

Permalink
chore: add near-workspaces in devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Nov 30, 2023
1 parent 4bf997f commit 48620ef
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"borsh": "1.0.0",
"depd": "^2.0.0",
"lru_map": "^0.4.1",
"near-abi": "0.1.1",
"near-workspaces": "3.4.0"
"near-abi": "0.1.1"
},
"devDependencies": {
"@near-js/keystores": "workspace:*",
Expand All @@ -38,7 +37,8 @@
"jest": "^26.0.1",
"near-hello": "^0.5.1",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"near-workspaces": "3.4.0"
},
"files": [
"lib"
Expand Down
6 changes: 3 additions & 3 deletions packages/near-api-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"http-errors": "^1.7.2",
"near-abi": "0.1.1",
"node-fetch": "^2.6.1",
"tweetnacl": "^1.0.1",
"near-workspaces": "3.4.0"
"tweetnacl": "^1.0.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
Expand All @@ -51,7 +50,8 @@
"rimraf": "^3.0.0",
"semver": "^7.1.1",
"ts-jest": "^26.5.6",
"uglifyify": "^5.0.1"
"uglifyify": "^5.0.1",
"near-workspaces": "3.4.0"
},
"keywords": [],
"license": "(MIT AND Apache-2.0)",
Expand Down
Loading

0 comments on commit 48620ef

Please sign in to comment.