build-ts 5.7.6 → 5.7.7
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.7",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"prettier": "@willbooster/prettier-config",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/core": "7.21.
|
|
31
|
+
"@babel/core": "7.21.4",
|
|
32
32
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
33
33
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
34
34
|
"@babel/plugin-syntax-import-assertions": "7.20.0",
|
|
35
|
-
"@babel/plugin-transform-runtime": "7.21.
|
|
36
|
-
"@babel/preset-env": "7.
|
|
35
|
+
"@babel/plugin-transform-runtime": "7.21.4",
|
|
36
|
+
"@babel/preset-env": "7.21.4",
|
|
37
37
|
"@babel/preset-react": "7.18.6",
|
|
38
|
-
"@babel/preset-typescript": "7.21.
|
|
38
|
+
"@babel/preset-typescript": "7.21.4",
|
|
39
39
|
"@rollup/plugin-babel": "6.0.3",
|
|
40
40
|
"@rollup/plugin-commonjs": "24.0.1",
|
|
41
41
|
"@rollup/plugin-json": "6.0.0",
|
|
@@ -51,35 +51,35 @@
|
|
|
51
51
|
"date-time": "4.0.0",
|
|
52
52
|
"dotenv": "16.0.3",
|
|
53
53
|
"pretty-ms": "8.0.0",
|
|
54
|
-
"rollup": "3.
|
|
54
|
+
"rollup": "3.20.2",
|
|
55
55
|
"rollup-plugin-analyzer": "4.0.0",
|
|
56
56
|
"rollup-plugin-node-externals": "5.1.2",
|
|
57
57
|
"rollup-plugin-string": "3.0.0",
|
|
58
58
|
"rollup-plugin-ts": "3.2.0",
|
|
59
59
|
"signal-exit": "3.0.7",
|
|
60
60
|
"ts-node": "10.9.1",
|
|
61
|
-
"typescript": "5.0.
|
|
61
|
+
"typescript": "5.0.3",
|
|
62
62
|
"yargs": "17.7.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/babel__core": "7.20.0",
|
|
66
66
|
"@types/babel__plugin-transform-runtime": "7.9.2",
|
|
67
67
|
"@types/babel__preset-env": "7.9.2",
|
|
68
|
-
"@types/eslint": "8.
|
|
69
|
-
"@types/node": "18.15.
|
|
68
|
+
"@types/eslint": "8.37.0",
|
|
69
|
+
"@types/node": "18.15.11",
|
|
70
70
|
"@types/signal-exit": "3.0.1",
|
|
71
|
-
"@types/yargs": "17.0.
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
73
|
-
"@typescript-eslint/parser": "5.
|
|
71
|
+
"@types/yargs": "17.0.24",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
73
|
+
"@typescript-eslint/parser": "5.57.0",
|
|
74
74
|
"@willbooster/babel-configs": "1.3.0",
|
|
75
75
|
"@willbooster/eslint-config-ts": "10.1.0",
|
|
76
76
|
"@willbooster/prettier-config": "9.1.1",
|
|
77
77
|
"@willbooster/renovate-config": "9.5.0",
|
|
78
78
|
"@willbooster/shared-lib-node": "2.0.1",
|
|
79
79
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
80
|
-
"eslint": "8.
|
|
81
|
-
"eslint-config-prettier": "8.
|
|
82
|
-
"eslint-import-resolver-typescript": "3.5.
|
|
80
|
+
"eslint": "8.37.0",
|
|
81
|
+
"eslint-config-prettier": "8.8.0",
|
|
82
|
+
"eslint-import-resolver-typescript": "3.5.4",
|
|
83
83
|
"eslint-plugin-import": "2.27.5",
|
|
84
84
|
"eslint-plugin-sort-class-members": "1.16.0",
|
|
85
85
|
"eslint-plugin-sort-destructure-keys": "1.5.0",
|
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
"lint-staged": "13.2.0",
|
|
89
89
|
"micromatch": "4.0.5",
|
|
90
90
|
"pinst": "3.0.0",
|
|
91
|
-
"prettier": "2.8.
|
|
92
|
-
"semantic-release": "
|
|
91
|
+
"prettier": "2.8.7",
|
|
92
|
+
"semantic-release": "21.0.0",
|
|
93
93
|
"sort-package-json": "2.4.1",
|
|
94
|
-
"type-fest": "3.
|
|
95
|
-
"vitest": "0.29.
|
|
94
|
+
"type-fest": "3.7.2",
|
|
95
|
+
"vitest": "0.29.8"
|
|
96
96
|
},
|
|
97
|
-
"packageManager": "yarn@4.0.0-rc.
|
|
97
|
+
"packageManager": "yarn@4.0.0-rc.42",
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=16.19.0"
|
|
100
100
|
}
|