build-ts 13.0.1 → 13.0.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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.3",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
},
|
|
34
34
|
"prettier": "@willbooster/prettier-config",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/core": "7.24.
|
|
37
|
-
"@babel/plugin-proposal-decorators": "7.24.
|
|
38
|
-
"@babel/plugin-proposal-explicit-resource-management": "7.
|
|
39
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
40
|
-
"@babel/plugin-transform-runtime": "7.24.
|
|
41
|
-
"@babel/preset-env": "7.24.
|
|
42
|
-
"@babel/preset-react": "7.
|
|
43
|
-
"@babel/preset-typescript": "7.
|
|
36
|
+
"@babel/core": "7.24.4",
|
|
37
|
+
"@babel/plugin-proposal-decorators": "7.24.1",
|
|
38
|
+
"@babel/plugin-proposal-explicit-resource-management": "7.24.1",
|
|
39
|
+
"@babel/plugin-syntax-import-assertions": "7.24.1",
|
|
40
|
+
"@babel/plugin-transform-runtime": "7.24.3",
|
|
41
|
+
"@babel/preset-env": "7.24.4",
|
|
42
|
+
"@babel/preset-react": "7.24.1",
|
|
43
|
+
"@babel/preset-typescript": "7.24.1",
|
|
44
44
|
"@rollup/plugin-babel": "6.0.4",
|
|
45
45
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
46
46
|
"@rollup/plugin-json": "6.1.0",
|
|
@@ -48,40 +48,40 @@
|
|
|
48
48
|
"@rollup/plugin-replace": "5.0.4",
|
|
49
49
|
"@rollup/plugin-terser": "0.4.4",
|
|
50
50
|
"@rollup/pluginutils": "5.1.0",
|
|
51
|
-
"@willbooster/shared-lib-node": "5.0.
|
|
52
|
-
"babel-plugin-polyfill-corejs3": "0.10.
|
|
51
|
+
"@willbooster/shared-lib-node": "5.0.15",
|
|
52
|
+
"babel-plugin-polyfill-corejs3": "0.10.4",
|
|
53
53
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
54
54
|
"chalk": "5.3.0",
|
|
55
|
-
"core-js": "3.36.
|
|
56
|
-
"core-js-pure": "3.36.
|
|
55
|
+
"core-js": "3.36.1",
|
|
56
|
+
"core-js-pure": "3.36.1",
|
|
57
57
|
"date-time": "4.0.0",
|
|
58
58
|
"pretty-ms": "9.0.0",
|
|
59
|
-
"rollup": "4.
|
|
59
|
+
"rollup": "4.14.0",
|
|
60
60
|
"rollup-plugin-analyzer": "4.0.0",
|
|
61
61
|
"rollup-plugin-keep-import": "1.0.2",
|
|
62
|
-
"rollup-plugin-node-externals": "7.
|
|
62
|
+
"rollup-plugin-node-externals": "7.1.1",
|
|
63
63
|
"rollup-plugin-preserve-directives": "0.4.0",
|
|
64
64
|
"rollup-plugin-string": "3.0.0",
|
|
65
65
|
"rollup-plugin-ts": "3.4.5",
|
|
66
66
|
"signal-exit": "4.1.0",
|
|
67
67
|
"ts-node": "10.9.2",
|
|
68
|
-
"typescript": "5.4.
|
|
68
|
+
"typescript": "5.4.4",
|
|
69
69
|
"yargs": "17.7.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/babel__core": "7.20.5",
|
|
73
73
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
|
74
74
|
"@types/babel__preset-env": "7.9.6",
|
|
75
|
-
"@types/eslint": "8.56.
|
|
76
|
-
"@types/node": "20.
|
|
75
|
+
"@types/eslint": "8.56.7",
|
|
76
|
+
"@types/node": "20.12.4",
|
|
77
77
|
"@types/signal-exit": "3.0.4",
|
|
78
78
|
"@types/yargs": "17.0.32",
|
|
79
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
80
|
-
"@typescript-eslint/parser": "7.
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "7.5.0",
|
|
80
|
+
"@typescript-eslint/parser": "7.5.0",
|
|
81
81
|
"@willbooster/babel-configs": "1.3.1",
|
|
82
82
|
"@willbooster/eslint-config-ts": "10.5.1",
|
|
83
83
|
"@willbooster/prettier-config": "9.1.2",
|
|
84
|
-
"@willbooster/wb": "7.
|
|
84
|
+
"@willbooster/wb": "7.3.0",
|
|
85
85
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
86
86
|
"eslint": "8.57.0",
|
|
87
87
|
"eslint-config-prettier": "9.1.0",
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
"eslint-plugin-import": "2.29.1",
|
|
90
90
|
"eslint-plugin-sort-class-members": "1.20.0",
|
|
91
91
|
"eslint-plugin-sort-destructure-keys": "1.5.0",
|
|
92
|
-
"eslint-plugin-unicorn": "
|
|
92
|
+
"eslint-plugin-unicorn": "52.0.0",
|
|
93
93
|
"husky": "9.0.11",
|
|
94
94
|
"lint-staged": "15.2.2",
|
|
95
95
|
"micromatch": "4.0.5",
|
|
96
96
|
"pinst": "3.0.0",
|
|
97
97
|
"prettier": "3.2.5",
|
|
98
|
-
"semantic-release": "23.0.
|
|
99
|
-
"sort-package-json": "2.
|
|
100
|
-
"type-fest": "4.
|
|
101
|
-
"vitest": "1.
|
|
98
|
+
"semantic-release": "23.0.7",
|
|
99
|
+
"sort-package-json": "2.10.0",
|
|
100
|
+
"type-fest": "4.15.0",
|
|
101
|
+
"vitest": "1.4.0"
|
|
102
102
|
},
|
|
103
103
|
"packageManager": "yarn@4.1.1",
|
|
104
104
|
"engines": {
|