We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
devDependencies
1 parent 51ca055 commit a4c772eCopy full SHA for a4c772e
package.json
@@ -41,15 +41,15 @@
41
"prettier": ">=3.7"
42
},
43
"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",
+ "@standard-config/tsconfig": "2.0.0",
+ "@vitest/coverage-v8": "4.0.16",
+ "oxlint": "1.38.0",
+ "oxlint-tsgolint": "0.10.1",
+ "prettier": "3.7.4",
+ "publint": "0.3.16",
50
"tsdown": "0.18.4",
51
- "typescript": "^5.9.3",
52
- "vitest": "~4.0.16"
+ "typescript": "5.9.3",
+ "vitest": "4.0.16"
53
54
"scripts": {
55
"build": "tsdown --publint",
0 commit comments