Skip to content

Commit

Permalink
build: update make scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 11, 2023
1 parent 09137cc commit 3f965a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions scripts/make-example
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cat << EOF > "$MODULE"/package.json
"preview": "vite preview --host --open"
},
"devDependencies": {
"typescript": "^4.8.4",
"vite": "^3.2.0"
"typescript": "^4.9.5",
"vite": "^4.1.1"
},
"dependencies": {
"@thi.ng/api": "workspace:^",
Expand Down Expand Up @@ -104,7 +104,7 @@ Please refer to the [example build instructions](https://github.com/thi-ng/umbre
## License
&copy; 2022 $AUTHOR // Apache Software License 2.0
&copy; 2023 $AUTHOR // Apache Software License 2.0
EOF

echo "refreshing monorepo index..."
Expand Down
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.6.2"
"@thi.ng/api": "^8.7.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
"@thi.ng/testament": "^0.3.9",
"rimraf": "^3.0.2",
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.22",
"typescript": "^4.9.4"
"typedoc": "^0.23.24",
"typescript": "^4.9.5"
},
"keywords": [
"typescript"
Expand Down

0 comments on commit 3f965a6

Please sign in to comment.