Skip to content

Commit 98aa760

Browse files
committed
chore: update deps
1 parent a09ddb6 commit 98aa760

File tree

2 files changed

+1764
-1091
lines changed

2 files changed

+1764
-1091
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"toc": "doctoc README.md",
1414
"tsup": "tsup src/index.ts src/cli.ts -d lib"
1515
},
16-
"main": "lib/index.js",
1716
"types": "lib/index.d.ts",
17+
"main": "lib/index.js",
1818
"bin": {
1919
"create-create-app": "lib/cli.js"
2020
},
@@ -35,26 +35,26 @@
3535
"license.js": "^3.1.2",
3636
"slash": "^3",
3737
"uuid": "^8.3.2",
38-
"yargs-interactive": "^3.0.0"
38+
"yargs-interactive": "^3.0.1"
3939
},
4040
"devDependencies": {
41-
"@release-it/conventional-changelog": "^4.2.2",
41+
"@release-it/conventional-changelog": "^5.0.0",
4242
"@types/cross-spawn": "^6.0.2",
43-
"@types/jest": "^27.4.1",
44-
"@types/node": "^17.0.23",
43+
"@types/jest": "^28.1.0",
44+
"@types/node": "^17.0.39",
4545
"@types/uuid": "^8.3.4",
4646
"@uetchy/doctoc": "^1.5.0",
47-
"husky": "^7.0.4",
48-
"jest": "^27.5.1",
49-
"lint-staged": "^12.3.7",
50-
"prettier": "^2.6.1",
47+
"husky": "^8.0.1",
48+
"jest": "^28.1.0",
49+
"lint-staged": "^13.0.0",
50+
"prettier": "^2.6.2",
5151
"pretty-quick": "^3.1.3",
52-
"release-it": "^14.13.1",
52+
"release-it": "^15.0.0",
5353
"shx": "^0.3.4",
54-
"ts-jest": "^27.1.4",
55-
"ts-node": "^10.7.0",
56-
"tsup": "^5.12.1",
57-
"typescript": "^4.6.3"
54+
"ts-jest": "^28.0.4",
55+
"ts-node": "^10.8.1",
56+
"tsup": "^6.0.1",
57+
"typescript": "^4.7.3"
5858
},
5959
"lint-staged": {
6060
"*.md": [

0 commit comments

Comments
 (0)