build-ts 11.0.13 → 11.0.15
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.15",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"prettier": "@willbooster/prettier-config",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/core": "7.23.
|
|
37
|
-
"@babel/plugin-proposal-decorators": "7.23.
|
|
36
|
+
"@babel/core": "7.23.5",
|
|
37
|
+
"@babel/plugin-proposal-decorators": "7.23.5",
|
|
38
38
|
"@babel/plugin-proposal-explicit-resource-management": "7.23.3",
|
|
39
39
|
"@babel/plugin-syntax-import-assertions": "7.23.3",
|
|
40
|
-
"@babel/plugin-transform-runtime": "7.23.
|
|
41
|
-
"@babel/preset-env": "7.23.
|
|
40
|
+
"@babel/plugin-transform-runtime": "7.23.4",
|
|
41
|
+
"@babel/preset-env": "7.23.5",
|
|
42
42
|
"@babel/preset-react": "7.23.3",
|
|
43
43
|
"@babel/preset-typescript": "7.23.3",
|
|
44
44
|
"@rollup/plugin-babel": "6.0.4",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
48
48
|
"@rollup/plugin-replace": "5.0.5",
|
|
49
49
|
"@rollup/plugin-terser": "0.4.4",
|
|
50
|
-
"@rollup/pluginutils": "5.0
|
|
50
|
+
"@rollup/pluginutils": "5.1.0",
|
|
51
51
|
"@willbooster/shared-lib-node": "5.0.4",
|
|
52
52
|
"babel-plugin-polyfill-corejs3": "0.8.6",
|
|
53
53
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
54
54
|
"chalk": "5.3.0",
|
|
55
|
-
"core-js": "3.33.
|
|
56
|
-
"core-js-pure": "3.33.
|
|
55
|
+
"core-js": "3.33.3",
|
|
56
|
+
"core-js-pure": "3.33.3",
|
|
57
57
|
"date-time": "4.0.0",
|
|
58
58
|
"pretty-ms": "8.0.0",
|
|
59
|
-
"rollup": "4.
|
|
59
|
+
"rollup": "4.6.1",
|
|
60
60
|
"rollup-plugin-analyzer": "4.0.0",
|
|
61
61
|
"rollup-plugin-keep-import": "1.0.2",
|
|
62
62
|
"rollup-plugin-node-externals": "6.1.2",
|
|
@@ -64,23 +64,23 @@
|
|
|
64
64
|
"rollup-plugin-ts": "3.4.5",
|
|
65
65
|
"signal-exit": "4.1.0",
|
|
66
66
|
"ts-node": "10.9.1",
|
|
67
|
-
"typescript": "5.
|
|
67
|
+
"typescript": "5.3.2",
|
|
68
68
|
"yargs": "17.7.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@types/babel__core": "7.20.
|
|
71
|
+
"@types/babel__core": "7.20.5",
|
|
72
72
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
|
73
|
-
"@types/babel__preset-env": "7.9.
|
|
74
|
-
"@types/eslint": "8.44.
|
|
75
|
-
"@types/node": "20.
|
|
73
|
+
"@types/babel__preset-env": "7.9.6",
|
|
74
|
+
"@types/eslint": "8.44.8",
|
|
75
|
+
"@types/node": "20.10.1",
|
|
76
76
|
"@types/signal-exit": "3.0.4",
|
|
77
|
-
"@types/yargs": "17.0.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
79
|
-
"@typescript-eslint/parser": "6.
|
|
77
|
+
"@types/yargs": "17.0.32",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "6.13.1",
|
|
79
|
+
"@typescript-eslint/parser": "6.13.1",
|
|
80
80
|
"@willbooster/babel-configs": "1.3.1",
|
|
81
81
|
"@willbooster/eslint-config-ts": "10.5.1",
|
|
82
82
|
"@willbooster/prettier-config": "9.1.2",
|
|
83
|
-
"@willbooster/wb": "6.1.
|
|
83
|
+
"@willbooster/wb": "6.1.12",
|
|
84
84
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
85
85
|
"eslint": "8.54.0",
|
|
86
86
|
"eslint-config-prettier": "9.0.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"prettier": "3.1.0",
|
|
97
97
|
"semantic-release": "22.0.8",
|
|
98
98
|
"sort-package-json": "2.6.0",
|
|
99
|
-
"type-fest": "4.8.
|
|
99
|
+
"type-fest": "4.8.2",
|
|
100
100
|
"vitest": "0.34.6"
|
|
101
101
|
},
|
|
102
102
|
"packageManager": "yarn@4.0.2",
|