Skip to content

Commit 8e4e50f

Browse files
committed
chore: update deps
1 parent 7f58935 commit 8e4e50f

File tree

3 files changed

+576
-809
lines changed

3 files changed

+576
-809
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
## Table of contents
1919

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

2322
- [Quick Start](#quick-start)
2423
- [1. Bootstrap your project](#1-bootstrap-your-project)
@@ -62,7 +61,7 @@
6261
- [Contribution](#contribution)
6362
- [Contributors ✨](#contributors-)
6463

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

6766
## Quick Start
6867

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
99
"dev": "npm run tsup -- --watch",
1010
"prepublishOnly": "npm run clean && npm run build",
11-
"readme": "doctoc -p README.md",
1211
"release": "release-it",
1312
"test": "npm run build && vitest --run",
14-
"toc": "doctoc README.md",
13+
"toc": "mdmod README.md",
1514
"tsup": "tsup src/index.ts src/cli.ts -d lib"
1615
},
1716
"types": "lib/index.d.ts",
@@ -41,17 +40,18 @@
4140
"devDependencies": {
4241
"@release-it/conventional-changelog": "^5.0.0",
4342
"@types/cross-spawn": "^6.0.2",
44-
"@types/node": "^17.0.39",
43+
"@types/node": "^18.0.0",
4544
"@types/uuid": "^8.3.4",
46-
"@uetchy/doctoc": "^1.5.0",
4745
"husky": "^8.0.1",
48-
"prettier": "^2.6.2",
46+
"mdmod": "^2.0.0",
47+
"mdmod-plugin-toc": "^0.1.1",
48+
"prettier": "^2.7.1",
4949
"pretty-quick": "^3.1.3",
50-
"release-it": "^15.0.0",
50+
"release-it": "^15.1.1",
5151
"shx": "^0.3.4",
5252
"ts-node": "^10.8.1",
53-
"tsup": "^6.0.1",
54-
"typescript": "^4.7.3",
53+
"tsup": "^6.1.2",
54+
"typescript": "^4.7.4",
5555
"vitest": "^0.16.0"
5656
},
5757
"homepage": "https://github.com/uetchy/create-create-app",

0 commit comments

Comments
 (0)