Skip to content

Commit

Permalink
fix: update workspaces-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Feb 8, 2024
1 parent 560b113 commit 997219f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/sandbox-tests/sandbox-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/bn.js": "^5.1.4",
"@types/node": "^20.8.10",
"ava": "^5.3.1",
"near-workspaces": "^3.4.1",
"near-workspaces": "^3.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions test/__snapshots__/make.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@ exports[`create contract 'rs' 'none' 'ts': --rs_none_ts--sandbox-ts--package.jso
"@types/bn.js": "^5.1.4",
"@types/node": "^20.8.10",
"ava": "^5.3.1",
"near-workspaces": "^3.4.1",
"near-workspaces": "^3.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down Expand Up @@ -4626,7 +4626,7 @@ exports[`create contract 'ts' 'none' 'rs': --ts_none_rs--package.json 1`] = `
"postinstall": "cd sandbox-ts && $npm_execpath install"
},
"dependencies": {
"near-cli": "^3.4.2",
"near-cli": "4.0.0",
"near-sdk-js": "1.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -4880,7 +4880,7 @@ exports[`create contract 'ts' 'none' 'ts': --ts_none_ts--package.json 1`] = `
"postinstall": "cd sandbox-ts && $npm_execpath install"
},
"dependencies": {
"near-cli": "^3.4.2",
"near-cli": "4.0.0",
"near-sdk-js": "1.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -4922,7 +4922,7 @@ exports[`create contract 'ts' 'none' 'ts': --ts_none_ts--sandbox-ts--package.jso
"@types/bn.js": "^5.1.4",
"@types/node": "^20.8.10",
"ava": "^5.3.1",
"near-workspaces": "^3.4.1",
"near-workspaces": "^3.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 997219f

Please sign in to comment.