ts-builds 2.7.1 → 2.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-builds",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
4
4
|
"description": "Shared TypeScript configuration files for library templates. Provides standardized ESLint, Prettier, Vitest, TypeScript, and build configs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -55,26 +55,27 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@eslint/js": "^10.0.1",
|
|
57
57
|
"@types/node": "~24.10.15",
|
|
58
|
-
"@vitest/coverage-v8": "^4.1.
|
|
59
|
-
"@vitest/ui": "^4.1.
|
|
58
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
59
|
+
"@vitest/ui": "^4.1.5",
|
|
60
60
|
"cross-env": "^10.1.0",
|
|
61
|
-
"eslint": "^10.
|
|
62
|
-
"eslint-config-functype": "^2.
|
|
63
|
-
"eslint-
|
|
61
|
+
"eslint": "^10.3.0",
|
|
62
|
+
"eslint-config-functype": "^2.3.0",
|
|
63
|
+
"eslint-config-prettier": "^10.1.8",
|
|
64
|
+
"eslint-plugin-functype": "^2.3.0",
|
|
64
65
|
"eslint-plugin-prettier": "^5.5.5",
|
|
65
66
|
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
66
|
-
"functype": "^0.60.
|
|
67
|
+
"functype": "^0.60.3",
|
|
67
68
|
"functype-os": "^0.60.0",
|
|
68
|
-
"globals": "^17.
|
|
69
|
+
"globals": "^17.6.0",
|
|
69
70
|
"prettier": "^3.8.3",
|
|
70
71
|
"rimraf": "^6.1.3",
|
|
71
72
|
"ts-node": "^10.9.2",
|
|
72
73
|
"typescript": "^6.0.3",
|
|
73
|
-
"typescript-eslint": "^8.
|
|
74
|
-
"vitest": "^4.1.
|
|
74
|
+
"typescript-eslint": "^8.59.2",
|
|
75
|
+
"vitest": "^4.1.5"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
|
-
"tsdown": "^0.21.
|
|
78
|
+
"tsdown": "^0.21.10"
|
|
78
79
|
},
|
|
79
80
|
"peerDependencies": {
|
|
80
81
|
"tsdown": "^0.x",
|
|
@@ -108,7 +109,10 @@
|
|
|
108
109
|
"allowedVersions": {
|
|
109
110
|
"eslint": "10"
|
|
110
111
|
}
|
|
112
|
+
},
|
|
113
|
+
"overrides": {
|
|
114
|
+
"unrun": "0.2.37"
|
|
111
115
|
}
|
|
112
116
|
},
|
|
113
|
-
"packageManager": "pnpm@10.33.
|
|
117
|
+
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
|
|
114
118
|
}
|