build-ts 17.1.25 → 17.1.27
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.27",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/WillBooster/build-ts.git"
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
"@babel/core": "7.29.7",
|
|
34
34
|
"@babel/plugin-proposal-decorators": "7.29.7",
|
|
35
35
|
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
|
|
36
|
-
"@babel/plugin-syntax-import-attributes": "7.
|
|
36
|
+
"@babel/plugin-syntax-import-attributes": "7.29.7",
|
|
37
37
|
"@babel/plugin-transform-runtime": "7.29.7",
|
|
38
38
|
"@babel/preset-env": "7.29.7",
|
|
39
|
-
"@babel/preset-react": "7.
|
|
40
|
-
"@babel/preset-typescript": "7.
|
|
41
|
-
"@rollup/plugin-babel": "7.
|
|
39
|
+
"@babel/preset-react": "7.29.7",
|
|
40
|
+
"@babel/preset-typescript": "7.29.7",
|
|
41
|
+
"@rollup/plugin-babel": "7.1.0",
|
|
42
42
|
"@rollup/plugin-commonjs": "29.0.3",
|
|
43
43
|
"@rollup/plugin-json": "6.1.0",
|
|
44
44
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
45
45
|
"@rollup/plugin-replace": "6.0.3",
|
|
46
46
|
"@rollup/plugin-terser": "1.0.0",
|
|
47
|
-
"@rollup/pluginutils": "5.
|
|
48
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
47
|
+
"@rollup/pluginutils": "5.4.0",
|
|
48
|
+
"@typescript/native-preview": "7.0.0-dev.20260621.1",
|
|
49
49
|
"@willbooster/shared-lib-node": "8.5.23",
|
|
50
50
|
"babel-plugin-polyfill-corejs3": "0.14.2",
|
|
51
51
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"core-js-pure": "3.49.0",
|
|
55
55
|
"date-time": "4.0.0",
|
|
56
56
|
"pretty-ms": "9.3.0",
|
|
57
|
-
"rollup": "4.
|
|
57
|
+
"rollup": "4.62.2",
|
|
58
58
|
"rollup-plugin-analyzer": "4.0.0",
|
|
59
59
|
"rollup-plugin-keep-import": "1.0.3",
|
|
60
60
|
"rollup-plugin-node-externals": "9.0.1",
|
|
@@ -70,25 +70,25 @@
|
|
|
70
70
|
"@types/babel__core": "7.20.5",
|
|
71
71
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
|
72
72
|
"@types/babel__preset-env": "7.10.0",
|
|
73
|
-
"@types/node": "25.9.
|
|
73
|
+
"@types/node": "25.9.4",
|
|
74
74
|
"@types/signal-exit": "4.0.0",
|
|
75
75
|
"@types/yargs": "17.0.35",
|
|
76
76
|
"@willbooster/babel-configs": "2.5.1",
|
|
77
77
|
"@willbooster/oxfmt-config": "1.2.2",
|
|
78
78
|
"@willbooster/oxlint-config": "1.4.8",
|
|
79
|
-
"@willbooster/wb": "13.
|
|
80
|
-
"build-ts": "17.1.
|
|
79
|
+
"@willbooster/wb": "13.22.18",
|
|
80
|
+
"build-ts": "17.1.26",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
82
82
|
"lefthook": "2.1.9",
|
|
83
|
-
"oxfmt": "0.
|
|
84
|
-
"oxlint": "1.
|
|
83
|
+
"oxfmt": "0.56.0",
|
|
84
|
+
"oxlint": "1.71.0",
|
|
85
85
|
"oxlint-tsgolint": "0.23.0",
|
|
86
86
|
"semantic-release": "25.0.5",
|
|
87
|
-
"sort-package-json": "
|
|
88
|
-
"type-fest": "5.
|
|
89
|
-
"vitest": "4.1.
|
|
87
|
+
"sort-package-json": "4.0.0",
|
|
88
|
+
"type-fest": "5.7.0",
|
|
89
|
+
"vitest": "4.1.9"
|
|
90
90
|
},
|
|
91
|
-
"packageManager": "yarn@4.
|
|
91
|
+
"packageManager": "yarn@4.17.0",
|
|
92
92
|
"engines": {
|
|
93
93
|
"node": ">=24"
|
|
94
94
|
}
|