Skip to content

Commit

Permalink
build: update make-module script
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 13, 2023
1 parent eb4d684 commit a35e6d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ cat << EOF > "$MODULE"/package.json
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.3"
"@thi.ng/api": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.15",
"rimraf": "^4.4.1",
"@microsoft/api-extractor": "^7.35.3",
"@thi.ng/testament": "^0.3.17",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
},
"keywords": [
"typescript"
Expand Down

0 comments on commit a35e6d6

Please sign in to comment.