Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use set-github-repository-labels and populate-all-contributors-for-repository internally #1772

Merged
merged 9 commits into from
Dec 16, 2024
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
"dependencies": {
"@clack/prompts": "^0.8.2",
"@prettier/sync": "^0.5.2",
"all-contributors-for-repository": "^0.3.0",
"chalk": "^5.3.0",
"create": "0.1.0-alpha.3",
"create": "0.1.0-alpha.4",
"execa": "^9.5.1",
"get-github-auth-token": "^0.1.0",
"git-remote-origin-url": "^4.0.0",
"git-url-parse": "^16.0.0",
"input-from-file": "0.1.0-alpha.0",
Expand All @@ -56,14 +54,17 @@
"lazy-value": "^3.0.0",
"npm-user": "^6.1.1",
"octokit": "^4.0.2",
"octokit-from-auth": "^0.2.0",
"parse-author": "^2.0.0",
"parse-package-name": "^1.0.0",
"populate-all-contributors-for-repository": "^0.1.0",
"prettier": "^3.4.1",
"replace-in-file": "^8.2.0",
"rimraf": "^6.0.1",
"set-github-repository-labels": "^0.1.0",
"sort-package-json": "^2.12.0",
"title-case": "^4.3.2",
"zod": "^3.23.8",
"zod": "^3.24.1",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
Expand All @@ -80,7 +81,7 @@
"@vitest/eslint-plugin": "1.1.14",
"c8": "10.1.2",
"console-fail-test": "0.5.0",
"create-testers": "0.1.0-alpha.3",
"create-testers": "0.1.0-alpha.4",
"cspell": "8.16.1",
"eslint": "9.16.0",
"eslint-plugin-jsdoc": "50.6.0",
Expand Down
Loading
Loading