Skip to content

Commit f8d46bf

Browse files
authored
fix(deps): move tmp-promise to prod deps (#329)
It's used in an exported file.
1 parent 98d5f96 commit f8d46bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

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

packages/dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@types/parse-gitignore": "^1.0.2",
4848
"@types/write-file-atomic": "^4.0.3",
4949
"execa": "^8.0.1",
50-
"tmp-promise": "^3.0.3",
5150
"tsup": "^8.0.0",
5251
"vitest": "^3.0.0"
5352
},
@@ -64,6 +63,7 @@
6463
"lodash.debounce": "^4.0.8",
6564
"parse-gitignore": "^2.0.0",
6665
"semver": "^7.7.2",
66+
"tmp-promise": "^3.0.3",
6767
"uuid": "^11.1.0",
6868
"write-file-atomic": "^5.0.1"
6969
}

0 commit comments

Comments
 (0)