Skip to content

Commit a4c772e

Browse files
committed
Pin versions for all devDependencies
1 parent 51ca055 commit a4c772e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"prettier": ">=3.7"
4242
},
4343
"devDependencies": {
44-
"@standard-config/tsconfig": "^2.0.0",
45-
"@vitest/coverage-v8": "~4.0.16",
46-
"oxlint": "~1.38.0",
47-
"oxlint-tsgolint": "~0.10.1",
48-
"prettier": "^3.7.4",
49-
"publint": "^0.3.16",
44+
"@standard-config/tsconfig": "2.0.0",
45+
"@vitest/coverage-v8": "4.0.16",
46+
"oxlint": "1.38.0",
47+
"oxlint-tsgolint": "0.10.1",
48+
"prettier": "3.7.4",
49+
"publint": "0.3.16",
5050
"tsdown": "0.18.4",
51-
"typescript": "^5.9.3",
52-
"vitest": "~4.0.16"
51+
"typescript": "5.9.3",
52+
"vitest": "4.0.16"
5353
},
5454
"scripts": {
5555
"build": "tsdown --publint",

0 commit comments

Comments
 (0)