build-ts 3.2.4 → 3.2.6
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 +17 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"cleanup": "yarn format && yarn lint-fix",
|
|
17
17
|
"format": "sort-package-json && yarn prettify",
|
|
18
18
|
"_postinstall": "husky install",
|
|
19
|
-
"lint": "eslint --color \"./{
|
|
19
|
+
"lint": "eslint --color \"./{scripts,src,tests}/**/*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}\"",
|
|
20
20
|
"lint-fix": "yarn lint --fix",
|
|
21
21
|
"prepack": "pinst --disable",
|
|
22
22
|
"postpack": "pinst --enable",
|
|
@@ -26,9 +26,6 @@
|
|
|
26
26
|
"typecheck": "tsc --noEmit --Pretty"
|
|
27
27
|
},
|
|
28
28
|
"prettier": "@willbooster/prettier-config",
|
|
29
|
-
"resolutions": {
|
|
30
|
-
"npm/chalk": "^4.1.2"
|
|
31
|
-
},
|
|
32
29
|
"dependencies": {
|
|
33
30
|
"@babel/core": "7.20.12",
|
|
34
31
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
@@ -37,7 +34,7 @@
|
|
|
37
34
|
"@babel/preset-env": "7.20.2",
|
|
38
35
|
"@babel/preset-typescript": "7.18.6",
|
|
39
36
|
"@rollup/plugin-babel": "6.0.3",
|
|
40
|
-
"@rollup/plugin-commonjs": "24.0.
|
|
37
|
+
"@rollup/plugin-commonjs": "24.0.1",
|
|
41
38
|
"@rollup/plugin-json": "6.0.0",
|
|
42
39
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
43
40
|
"@rollup/plugin-replace": "5.0.2",
|
|
@@ -45,10 +42,10 @@
|
|
|
45
42
|
"@rollup/pluginutils": "5.0.2",
|
|
46
43
|
"babel-plugin-polyfill-corejs3": "0.6.0",
|
|
47
44
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
48
|
-
"core-js": "3.27.
|
|
49
|
-
"core-js-pure": "3.27.
|
|
45
|
+
"core-js": "3.27.2",
|
|
46
|
+
"core-js-pure": "3.27.2",
|
|
50
47
|
"dotenv": "16.0.3",
|
|
51
|
-
"rollup": "3.
|
|
48
|
+
"rollup": "3.10.1",
|
|
52
49
|
"rollup-plugin-analyzer": "4.0.0",
|
|
53
50
|
"rollup-plugin-node-externals": "5.1.0",
|
|
54
51
|
"rollup-plugin-string": "3.0.0",
|
|
@@ -57,23 +54,23 @@
|
|
|
57
54
|
"yargs": "17.6.2"
|
|
58
55
|
},
|
|
59
56
|
"devDependencies": {
|
|
60
|
-
"@types/babel__core": "7.
|
|
57
|
+
"@types/babel__core": "7.20.0",
|
|
61
58
|
"@types/babel__plugin-transform-runtime": "7.9.2",
|
|
62
59
|
"@types/babel__preset-env": "7.9.2",
|
|
63
60
|
"@types/eslint": "8.4.10",
|
|
64
61
|
"@types/node": "18.11.18",
|
|
65
|
-
"@types/yargs": "17.0.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "5.48.
|
|
67
|
-
"@typescript-eslint/parser": "5.48.
|
|
62
|
+
"@types/yargs": "17.0.20",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
64
|
+
"@typescript-eslint/parser": "5.48.2",
|
|
68
65
|
"@willbooster/babel-configs": "1.3.0",
|
|
69
66
|
"@willbooster/eslint-config-ts": "10.0.8",
|
|
70
67
|
"@willbooster/prettier-config": "9.1.1",
|
|
71
68
|
"@willbooster/renovate-config": "9.5.0",
|
|
72
69
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
73
|
-
"eslint": "8.
|
|
70
|
+
"eslint": "8.32.0",
|
|
74
71
|
"eslint-config-prettier": "8.6.0",
|
|
75
|
-
"eslint-import-resolver-typescript": "3.5.
|
|
76
|
-
"eslint-plugin-import": "2.
|
|
72
|
+
"eslint-import-resolver-typescript": "3.5.3",
|
|
73
|
+
"eslint-plugin-import": "2.27.5",
|
|
77
74
|
"eslint-plugin-sort-class-members": "1.16.0",
|
|
78
75
|
"eslint-plugin-sort-destructure-keys": "1.4.0",
|
|
79
76
|
"eslint-plugin-unicorn": "45.0.2",
|
|
@@ -81,13 +78,13 @@
|
|
|
81
78
|
"lint-staged": "13.1.0",
|
|
82
79
|
"micromatch": "4.0.5",
|
|
83
80
|
"pinst": "3.0.0",
|
|
84
|
-
"prettier": "2.8.
|
|
85
|
-
"semantic-release": "
|
|
81
|
+
"prettier": "2.8.3",
|
|
82
|
+
"semantic-release": "20.0.2",
|
|
86
83
|
"sort-package-json": "2.1.0",
|
|
87
|
-
"type-fest": "3.5.
|
|
84
|
+
"type-fest": "3.5.3",
|
|
88
85
|
"typescript": "4.9.4"
|
|
89
86
|
},
|
|
90
|
-
"packageManager": "yarn@4.0.0-rc.
|
|
87
|
+
"packageManager": "yarn@4.0.0-rc.36",
|
|
91
88
|
"engines": {
|
|
92
89
|
"node": ">=16.19.0"
|
|
93
90
|
}
|