Skip to content

Commit e905c29

Browse files
fix: promote a few more packages to full dependencies
1 parent 0ce9249 commit e905c29

File tree

3 files changed

+46
-82
lines changed

3 files changed

+46
-82
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
"@clack/prompts": "^0.6.3",
4646
"chalk": "^5.2.0",
4747
"execa": "^7.1.1",
48-
"js-yaml": "^4.1.0"
48+
"git-remote-origin-url": "^4.0.0",
49+
"git-url-parse": "^13.1.0",
50+
"js-yaml": "^4.1.0",
51+
"npm-user": "^5.0.1",
52+
"title-case": "^3.0.3"
4953
},
5054
"devDependencies": {
5155
"@octokit/request-error": "^3.0.3",
@@ -74,8 +78,6 @@
7478
"eslint-plugin-regexp": "^1.15.0",
7579
"eslint-plugin-vitest": "^0.2.2",
7680
"eslint-plugin-yml": "^1.7.0",
77-
"git-remote-origin-url": "^4.0.0",
78-
"git-url-parse": "^13.1.0",
7981
"globby": "^13.1.4",
8082
"husky": "^8.0.3",
8183
"jsonc-eslint-parser": "^2.3.0",
@@ -85,7 +87,6 @@
8587
"markdownlint-cli": "^0.34.0",
8688
"npm-package-json-lint": "^6.4.0",
8789
"npm-package-json-lint-config-default": "^5.0.0",
88-
"npm-user": "^5.0.1",
8990
"octokit": "^2.0.14",
9091
"prettier": "^2.8.8",
9192
"prettier-plugin-curly": "^0.0.2",
@@ -94,7 +95,6 @@
9495
"replace-in-file": "^7.0.0",
9596
"sentences-per-line": "^0.2.1",
9697
"should-semantic-release": "^0.1.1",
97-
"title-case": "^3.0.3",
9898
"tsx": "^3.12.7",
9999
"typescript": "^5.0.4",
100100
"vitest": "^0.32.0",

0 commit comments

Comments
 (0)