Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 28, 2022
1 parent 7f58935 commit 8e4e50f
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 809 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

## Table of contents

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- START mdmod {use: 'toc'} -->

- [Quick Start](#quick-start)
- [1. Bootstrap your project](#1-bootstrap-your-project)
Expand Down Expand Up @@ -62,7 +61,7 @@
- [Contribution](#contribution)
- [Contributors ✨](#contributors-)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END mdmod -->

## Quick Start

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
"dev": "npm run tsup -- --watch",
"prepublishOnly": "npm run clean && npm run build",
"readme": "doctoc -p README.md",
"release": "release-it",
"test": "npm run build && vitest --run",
"toc": "doctoc README.md",
"toc": "mdmod README.md",
"tsup": "tsup src/index.ts src/cli.ts -d lib"
},
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,17 +40,18 @@
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^17.0.39",
"@types/node": "^18.0.0",
"@types/uuid": "^8.3.4",
"@uetchy/doctoc": "^1.5.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"mdmod": "^2.0.0",
"mdmod-plugin-toc": "^0.1.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"release-it": "^15.0.0",
"release-it": "^15.1.1",
"shx": "^0.3.4",
"ts-node": "^10.8.1",
"tsup": "^6.0.1",
"typescript": "^4.7.3",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"vitest": "^0.16.0"
},
"homepage": "https://github.com/uetchy/create-create-app",
Expand Down
Loading

0 comments on commit 8e4e50f

Please sign in to comment.