build-ts 13.1.12 → 13.1.14
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.14",
|
|
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.7",
|
|
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
36
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
37
|
-
"@babel/preset-env": "7.26.
|
|
37
|
+
"@babel/preset-env": "7.26.7",
|
|
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,15 +44,15 @@
|
|
|
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.
|
|
48
|
-
"babel-plugin-polyfill-corejs3": "0.11.
|
|
47
|
+
"@willbooster/shared-lib-node": "6.1.4",
|
|
48
|
+
"babel-plugin-polyfill-corejs3": "0.11.1",
|
|
49
49
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
50
50
|
"chalk": "5.4.1",
|
|
51
51
|
"core-js": "3.40.0",
|
|
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.
|
|
55
|
+
"rollup": "4.32.0",
|
|
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,15 +69,15 @@
|
|
|
69
69
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
|
70
70
|
"@types/babel__preset-env": "7.9.7",
|
|
71
71
|
"@types/eslint": "8.56.10",
|
|
72
|
-
"@types/node": "22.10.
|
|
72
|
+
"@types/node": "22.10.10",
|
|
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.21.0",
|
|
76
|
+
"@typescript-eslint/parser": "8.21.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.26",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
82
82
|
"eslint": "8.57.0",
|
|
83
83
|
"eslint-config-prettier": "10.0.1",
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
88
88
|
"eslint-plugin-unicorn": "56.0.1",
|
|
89
89
|
"husky": "9.1.7",
|
|
90
|
-
"lint-staged": "15.4.
|
|
90
|
+
"lint-staged": "15.4.2",
|
|
91
91
|
"micromatch": "4.0.8",
|
|
92
92
|
"pinst": "3.0.0",
|
|
93
93
|
"prettier": "3.4.2",
|
|
94
94
|
"semantic-release": "24.2.1",
|
|
95
95
|
"sort-package-json": "2.14.0",
|
|
96
|
-
"type-fest": "4.
|
|
97
|
-
"vitest": "
|
|
96
|
+
"type-fest": "4.33.0",
|
|
97
|
+
"vitest": "3.0.4"
|
|
98
98
|
},
|
|
99
99
|
"packageManager": "yarn@4.6.0",
|
|
100
100
|
"engines": {
|