Skip to content

Commit

Permalink
fix: move release-it dependencies into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 14, 2025
1 parent 749cbe1 commit 79967e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"@release-it/conventional-changelog": "^9.0.3",
"enhanced-resolve": "^5.18.0",
"npx-import": "^1.1.4",
"release-it": "^17.10.0"
"npx-import": "^1.1.4"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.17.0",
"@release-it/conventional-changelog": "^9.0.3",
"@types/eslint-plugin-markdown": "2.0.2",
"@types/node": "22.10.2",
"@vitest/coverage-v8": "2.1.8",
Expand All @@ -67,6 +66,7 @@
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-sh": "0.14.0",
"release-it": "^17.10.0",
"sentences-per-line": "0.3.0",
"tsup": "8.2.4",
"typescript": "5.7.2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79967e3

Please sign in to comment.