Skip to content

Commit 3079b3d

Browse files
committed
Move @pnpm/lockfile.detect-dep-types to dependencies from devDependencies
1 parent 06cbad3 commit 3079b3d

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

.dep-stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@apideck/better-ajv-errors": "0.3.6",
44
"@octokit/rest": "21.1.1",
55
"@pnpm/lockfile-file": "^9.1.3",
6+
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
67
"@socketregistry/hyrious__bun.lockb": "1.0.15",
78
"@socketregistry/indent-string": "1.0.11",
89
"@socketregistry/is-interactive": "1.0.2",
@@ -35,9 +36,7 @@
3536
"yargs-parser": "21.1.1",
3637
"yoctocolors-cjs": "2.1.2"
3738
},
38-
"devDependencies": {
39-
"@pnpm/lockfile.detect-dep-types": "^1001.0.5"
40-
},
39+
"devDependencies": {},
4140
"esm": {
4241
"@octokit/auth-token": "^5.0.0",
4342
"@octokit/core": "^6.1.4",
@@ -68,6 +67,7 @@
6867
"external": {
6968
"@apideck/better-ajv-errors": "0.3.6",
7069
"@pnpm/lockfile-file": "^9.1.3",
70+
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
7171
"@socketregistry/hyrious__bun.lockb": "1.0.15",
7272
"@socketregistry/indent-string": "1.0.11",
7373
"@socketregistry/is-interactive": "1.0.2",

package-lock.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"@apideck/better-ajv-errors": "0.3.6",
7474
"@octokit/rest": "21.1.1",
7575
"@pnpm/lockfile-file": "^9.1.3",
76+
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
7677
"@socketregistry/hyrious__bun.lockb": "1.0.15",
7778
"@socketregistry/indent-string": "1.0.11",
7879
"@socketregistry/is-interactive": "1.0.2",
@@ -120,7 +121,6 @@
120121
"@cyclonedx/cdxgen": "^11.2.1",
121122
"@eslint/compat": "^1.2.7",
122123
"@eslint/js": "^9.22.0",
123-
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
124124
"@rollup/plugin-commonjs": "^28.0.3",
125125
"@rollup/plugin-json": "^6.1.0",
126126
"@rollup/plugin-node-resolve": "^16.0.0",

0 commit comments

Comments
 (0)