build-ts 5.7.16 → 5.8.1
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 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.1",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
},
|
|
34
34
|
"prettier": "@willbooster/prettier-config",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/core": "7.
|
|
36
|
+
"@babel/core": "7.22.1",
|
|
37
37
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
38
38
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
39
39
|
"@babel/plugin-syntax-import-assertions": "7.20.0",
|
|
40
|
-
"@babel/plugin-transform-runtime": "7.
|
|
41
|
-
"@babel/preset-env": "7.
|
|
42
|
-
"@babel/preset-react": "7.
|
|
40
|
+
"@babel/plugin-transform-runtime": "7.22.2",
|
|
41
|
+
"@babel/preset-env": "7.22.2",
|
|
42
|
+
"@babel/preset-react": "7.22.0",
|
|
43
43
|
"@babel/preset-typescript": "7.21.5",
|
|
44
44
|
"@rollup/plugin-babel": "6.0.3",
|
|
45
45
|
"@rollup/plugin-commonjs": "25.0.0",
|
|
46
46
|
"@rollup/plugin-json": "6.0.0",
|
|
47
47
|
"@rollup/plugin-node-resolve": "15.0.2",
|
|
48
48
|
"@rollup/plugin-replace": "5.0.2",
|
|
49
|
-
"@rollup/plugin-terser": "0.4.
|
|
49
|
+
"@rollup/plugin-terser": "0.4.3",
|
|
50
50
|
"@rollup/pluginutils": "5.0.2",
|
|
51
51
|
"babel-plugin-polyfill-corejs3": "0.8.1",
|
|
52
52
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"date-time": "4.0.0",
|
|
57
57
|
"dotenv": "16.0.3",
|
|
58
58
|
"pretty-ms": "8.0.0",
|
|
59
|
-
"rollup": "3.
|
|
59
|
+
"rollup": "3.23.0",
|
|
60
60
|
"rollup-plugin-analyzer": "4.0.0",
|
|
61
|
-
"rollup-plugin-node-externals": "6.0.
|
|
61
|
+
"rollup-plugin-node-externals": "6.0.1",
|
|
62
62
|
"rollup-plugin-string": "3.0.0",
|
|
63
63
|
"rollup-plugin-ts": "3.2.0",
|
|
64
64
|
"signal-exit": "4.0.2",
|
|
@@ -67,22 +67,22 @@
|
|
|
67
67
|
"yargs": "17.7.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@types/babel__core": "7.20.
|
|
70
|
+
"@types/babel__core": "7.20.1",
|
|
71
71
|
"@types/babel__plugin-transform-runtime": "7.9.2",
|
|
72
72
|
"@types/babel__preset-env": "7.9.2",
|
|
73
|
-
"@types/eslint": "8.
|
|
74
|
-
"@types/node": "
|
|
73
|
+
"@types/eslint": "8.40.0",
|
|
74
|
+
"@types/node": "20.1.7",
|
|
75
75
|
"@types/signal-exit": "3.0.1",
|
|
76
76
|
"@types/yargs": "17.0.24",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "5.59.
|
|
78
|
-
"@typescript-eslint/parser": "5.59.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "5.59.7",
|
|
78
|
+
"@typescript-eslint/parser": "5.59.7",
|
|
79
79
|
"@willbooster/babel-configs": "1.3.0",
|
|
80
80
|
"@willbooster/eslint-config-ts": "10.1.0",
|
|
81
81
|
"@willbooster/prettier-config": "9.1.1",
|
|
82
82
|
"@willbooster/renovate-config": "9.5.0",
|
|
83
83
|
"@willbooster/shared-lib-node": "2.0.1",
|
|
84
84
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
85
|
-
"eslint": "8.
|
|
85
|
+
"eslint": "8.41.0",
|
|
86
86
|
"eslint-config-prettier": "8.8.0",
|
|
87
87
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
88
88
|
"eslint-plugin-import": "2.27.5",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"prettier": "2.8.8",
|
|
97
97
|
"semantic-release": "21.0.2",
|
|
98
98
|
"sort-package-json": "2.4.1",
|
|
99
|
-
"type-fest": "3.
|
|
99
|
+
"type-fest": "3.11.0",
|
|
100
100
|
"vitest": "0.31.0"
|
|
101
101
|
},
|
|
102
|
-
"packageManager": "yarn@4.0.0-rc.
|
|
102
|
+
"packageManager": "yarn@4.0.0-rc.44",
|
|
103
103
|
"engines": {
|
|
104
|
-
"node": ">=16.19.0"
|
|
104
|
+
"node": ">=16.19.0 <20"
|
|
105
105
|
}
|
|
106
106
|
}
|