Skip to content

Commit

Permalink
move @types packages to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 15, 2024
1 parent b9c7081 commit 6f46f87
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"@manypkg/get-packages": "^2.2.0",
"@npmcli/package-json": "^5.0.0",
"@octokit/rest": "^19.0.8",
"@types/fs-extra": "^9.0.12",
"@types/js-yaml": "^4.0.5",
"@types/semver": "^7.3.6",
"@types/yargs": "^17.0.3",
"assert-never": "^1.2.1",
"chalk": "^4.1.1",
"cli-highlight": "^2.1.11",
Expand All @@ -39,8 +35,12 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/js-yaml": "^4.0.5",
"@types/npmcli__package-json": "^4.0.3",
"@types/parse-github-repo-url": "^1.4.2",
"@types/semver": "^7.3.6",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^2.0.2",
Expand Down
37 changes: 19 additions & 18 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 6f46f87

Please sign in to comment.