build-ts 13.1.19 → 13.1.21
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.21",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"prettier": "@willbooster/prettier-config",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@babel/core": "7.26.
|
|
32
|
+
"@babel/core": "7.26.9",
|
|
33
33
|
"@babel/plugin-proposal-decorators": "7.25.9",
|
|
34
34
|
"@babel/plugin-proposal-explicit-resource-management": "7.25.9",
|
|
35
35
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
36
|
-
"@babel/plugin-transform-runtime": "7.26.
|
|
37
|
-
"@babel/preset-env": "7.26.
|
|
36
|
+
"@babel/plugin-transform-runtime": "7.26.9",
|
|
37
|
+
"@babel/preset-env": "7.26.9",
|
|
38
38
|
"@babel/preset-react": "7.26.3",
|
|
39
39
|
"@babel/preset-typescript": "7.26.0",
|
|
40
40
|
"@rollup/plugin-babel": "6.0.4",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@rollup/plugin-replace": "6.0.2",
|
|
45
45
|
"@rollup/plugin-terser": "0.4.4",
|
|
46
46
|
"@rollup/pluginutils": "5.1.4",
|
|
47
|
-
"@willbooster/shared-lib-node": "6.1.
|
|
47
|
+
"@willbooster/shared-lib-node": "6.1.7",
|
|
48
48
|
"babel-plugin-polyfill-corejs3": "0.11.1",
|
|
49
49
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
50
50
|
"chalk": "5.4.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"core-js-pure": "3.40.0",
|
|
53
53
|
"date-time": "4.0.0",
|
|
54
54
|
"pretty-ms": "9.2.0",
|
|
55
|
-
"rollup": "4.34.
|
|
55
|
+
"rollup": "4.34.7",
|
|
56
56
|
"rollup-plugin-analyzer": "4.0.0",
|
|
57
57
|
"rollup-plugin-keep-import": "1.0.3",
|
|
58
58
|
"rollup-plugin-node-externals": "8.0.0",
|
|
@@ -69,19 +69,19 @@
|
|
|
69
69
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
|
70
70
|
"@types/babel__preset-env": "7.10.0",
|
|
71
71
|
"@types/eslint": "8.56.10",
|
|
72
|
-
"@types/node": "22.13.
|
|
72
|
+
"@types/node": "22.13.4",
|
|
73
73
|
"@types/signal-exit": "3.0.4",
|
|
74
74
|
"@types/yargs": "17.0.33",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
76
|
-
"@typescript-eslint/parser": "8.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "8.24.0",
|
|
76
|
+
"@typescript-eslint/parser": "8.24.0",
|
|
77
77
|
"@willbooster/babel-configs": "1.3.2",
|
|
78
78
|
"@willbooster/eslint-config-ts": "10.6.1",
|
|
79
79
|
"@willbooster/prettier-config": "9.1.3",
|
|
80
|
-
"@willbooster/wb": "8.0.
|
|
80
|
+
"@willbooster/wb": "8.0.29",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
82
82
|
"eslint": "8.57.0",
|
|
83
83
|
"eslint-config-prettier": "10.0.1",
|
|
84
|
-
"eslint-import-resolver-typescript": "3.
|
|
84
|
+
"eslint-import-resolver-typescript": "3.8.0",
|
|
85
85
|
"eslint-plugin-import": "2.31.0",
|
|
86
86
|
"eslint-plugin-sort-class-members": "1.21.0",
|
|
87
87
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"lint-staged": "15.4.3",
|
|
91
91
|
"micromatch": "4.0.8",
|
|
92
92
|
"pinst": "3.0.0",
|
|
93
|
-
"prettier": "3.
|
|
94
|
-
"semantic-release": "24.2.
|
|
93
|
+
"prettier": "3.5.1",
|
|
94
|
+
"semantic-release": "24.2.2",
|
|
95
95
|
"sort-package-json": "2.14.0",
|
|
96
|
-
"type-fest": "4.
|
|
96
|
+
"type-fest": "4.34.1",
|
|
97
97
|
"vitest": "3.0.5"
|
|
98
98
|
},
|
|
99
99
|
"packageManager": "yarn@4.6.0",
|