build-ts 16.0.10 → 16.0.12
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 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.12",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"prettier": "@willbooster/prettier-config",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@babel/core": "7.28.
|
|
34
|
+
"@babel/core": "7.28.5",
|
|
35
35
|
"@babel/plugin-proposal-decorators": "7.28.0",
|
|
36
36
|
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
|
|
37
37
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
38
|
-
"@babel/plugin-transform-runtime": "7.28.
|
|
39
|
-
"@babel/preset-env": "7.28.
|
|
40
|
-
"@babel/preset-react": "7.
|
|
41
|
-
"@babel/preset-typescript": "7.
|
|
38
|
+
"@babel/plugin-transform-runtime": "7.28.5",
|
|
39
|
+
"@babel/preset-env": "7.28.5",
|
|
40
|
+
"@babel/preset-react": "7.28.5",
|
|
41
|
+
"@babel/preset-typescript": "7.28.5",
|
|
42
42
|
"@rollup/plugin-babel": "6.1.0",
|
|
43
|
-
"@rollup/plugin-commonjs": "28.0.
|
|
43
|
+
"@rollup/plugin-commonjs": "28.0.9",
|
|
44
44
|
"@rollup/plugin-json": "6.1.0",
|
|
45
45
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
46
46
|
"@rollup/plugin-replace": "6.0.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"core-js-pure": "3.46.0",
|
|
55
55
|
"date-time": "4.0.0",
|
|
56
56
|
"pretty-ms": "9.3.0",
|
|
57
|
-
"rollup": "4.52.
|
|
57
|
+
"rollup": "4.52.5",
|
|
58
58
|
"rollup-plugin-analyzer": "4.0.0",
|
|
59
59
|
"rollup-plugin-keep-import": "1.0.3",
|
|
60
60
|
"rollup-plugin-node-externals": "8.1.1",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
|
72
72
|
"@types/babel__preset-env": "7.10.0",
|
|
73
73
|
"@types/eslint": "8.56.10",
|
|
74
|
-
"@types/node": "22.18.
|
|
74
|
+
"@types/node": "22.18.12",
|
|
75
75
|
"@types/signal-exit": "3.0.4",
|
|
76
|
-
"@types/yargs": "17.0.
|
|
76
|
+
"@types/yargs": "17.0.34",
|
|
77
77
|
"@willbooster/babel-configs": "2.3.2",
|
|
78
|
-
"@willbooster/eslint-config-ts": "11.4.
|
|
78
|
+
"@willbooster/eslint-config-ts": "11.4.10",
|
|
79
79
|
"@willbooster/prettier-config": "10.2.1",
|
|
80
|
-
"@willbooster/wb": "10.
|
|
80
|
+
"@willbooster/wb": "10.6.4",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
82
82
|
"eslint": "9.37.0",
|
|
83
83
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
@@ -87,18 +87,18 @@
|
|
|
87
87
|
"eslint-plugin-sort-class-members": "1.21.0",
|
|
88
88
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
89
89
|
"eslint-plugin-unicorn": "61.0.2",
|
|
90
|
-
"eslint-plugin-unused-imports": "4.
|
|
90
|
+
"eslint-plugin-unused-imports": "4.3.0",
|
|
91
91
|
"globals": "16.4.0",
|
|
92
92
|
"husky": "9.1.7",
|
|
93
|
-
"lint-staged": "16.2.
|
|
93
|
+
"lint-staged": "16.2.6",
|
|
94
94
|
"micromatch": "4.0.8",
|
|
95
95
|
"pinst": "3.0.0",
|
|
96
96
|
"prettier": "3.6.2",
|
|
97
|
-
"prettier-plugin-java": "2.7.
|
|
97
|
+
"prettier-plugin-java": "2.7.7",
|
|
98
98
|
"semantic-release": "24.2.9",
|
|
99
99
|
"sort-package-json": "3.4.0",
|
|
100
100
|
"type-fest": "5.1.0",
|
|
101
|
-
"typescript-eslint": "8.46.
|
|
101
|
+
"typescript-eslint": "8.46.2",
|
|
102
102
|
"vitest": "3.2.4"
|
|
103
103
|
},
|
|
104
104
|
"packageManager": "yarn@4.10.3",
|