Skip to content

Commit

Permalink
Merge pull request #118 from sCrypt-Inc/add_index
Browse files Browse the repository at this point in the history
lock templates ts version
  • Loading branch information
zhfnjust authored Jun 26, 2024
2 parents cdae17d + 9f95dc0 commit ea83e34
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
23 changes: 13 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"json5": "^2.2.2",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"scrypt-ts-transpiler": "^1.2.22",
"scrypt-ts-transpiler": "^1.2.24",
"scryptlib": "^2.1.41",
"semver": "^7.3.8",
"shelljs": "^0.8.5",
Expand All @@ -49,7 +49,7 @@
"dotenv": "^16.0.3",
"husky": "^8.0.3",
"jest": "^27.2.1",
"typescript": "^5.3.3"
"typescript": "~5.3.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"typescript": "~5.3.3",
"scrypt-cli": "^0.1.68"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion templates/demo-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"typescript": "~5.3.3",
"scrypt-cli": "^0.1.68"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion templates/demo-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"typescript": "~5.3.3",
"scrypt-cli": "^0.1.68"
},
"license": "MIT"
Expand Down

0 comments on commit ea83e34

Please sign in to comment.