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 Dec 27, 2024
1 parent 9fbab79 commit e715f11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/make-module
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ cat << EOF > "$MODULE"/package.json
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.8"
"@thi.ng/api": "^8.11.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.6.2"
"@microsoft/api-extractor": "^7.48.0",
"esbuild": "^0.24.0",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
},
"keywords": [
"typescript"
Expand Down

0 comments on commit e715f11

Please sign in to comment.