build-ts 5.6.0 → 5.7.0
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/babel.config.mjs +5 -1
- package/package.json +12 -11
package/babel.config.mjs
CHANGED
|
@@ -13,7 +13,11 @@ const config = {
|
|
|
13
13
|
],
|
|
14
14
|
'@babel/typescript',
|
|
15
15
|
],
|
|
16
|
-
plugins: [
|
|
16
|
+
plugins: [
|
|
17
|
+
'@babel/proposal-class-properties',
|
|
18
|
+
'@babel/proposal-numeric-separator',
|
|
19
|
+
'@babel/plugin-syntax-import-assertions',
|
|
20
|
+
],
|
|
17
21
|
env: {
|
|
18
22
|
production: {
|
|
19
23
|
plugins: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "build-ts",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.0",
|
|
4
4
|
"repository": "github:WillBooster/build-ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"@babel/core": "7.20.12",
|
|
32
32
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
33
33
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
34
|
+
"@babel/plugin-syntax-import-assertions": "7.20.0",
|
|
34
35
|
"@babel/plugin-transform-runtime": "7.19.6",
|
|
35
36
|
"@babel/preset-env": "7.20.2",
|
|
36
37
|
"@babel/preset-react": "7.18.6",
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
"babel-plugin-polyfill-corejs3": "0.6.0",
|
|
46
47
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
47
48
|
"chalk": "5.2.0",
|
|
48
|
-
"core-js": "3.
|
|
49
|
-
"core-js-pure": "3.
|
|
49
|
+
"core-js": "3.28.0",
|
|
50
|
+
"core-js-pure": "3.28.0",
|
|
50
51
|
"date-time": "4.0.0",
|
|
51
52
|
"dotenv": "16.0.3",
|
|
52
53
|
"pretty-ms": "8.0.0",
|
|
@@ -64,34 +65,34 @@
|
|
|
64
65
|
"@types/babel__core": "7.20.0",
|
|
65
66
|
"@types/babel__plugin-transform-runtime": "7.9.2",
|
|
66
67
|
"@types/babel__preset-env": "7.9.2",
|
|
67
|
-
"@types/eslint": "8.21.
|
|
68
|
+
"@types/eslint": "8.21.1",
|
|
68
69
|
"@types/node": "18.13.0",
|
|
69
|
-
"@types/signal-exit": "
|
|
70
|
+
"@types/signal-exit": "3.0.1",
|
|
70
71
|
"@types/yargs": "17.0.22",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
72
|
-
"@typescript-eslint/parser": "5.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "5.52.0",
|
|
73
|
+
"@typescript-eslint/parser": "5.52.0",
|
|
73
74
|
"@willbooster/babel-configs": "1.3.0",
|
|
74
75
|
"@willbooster/eslint-config-ts": "10.0.8",
|
|
75
76
|
"@willbooster/prettier-config": "9.1.1",
|
|
76
77
|
"@willbooster/renovate-config": "9.5.0",
|
|
77
|
-
"@willbooster/shared-lib": "1.
|
|
78
|
+
"@willbooster/shared-lib-node": "1.3.0",
|
|
78
79
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
79
80
|
"eslint": "8.34.0",
|
|
80
81
|
"eslint-config-prettier": "8.6.0",
|
|
81
82
|
"eslint-import-resolver-typescript": "3.5.3",
|
|
82
83
|
"eslint-plugin-import": "2.27.5",
|
|
83
84
|
"eslint-plugin-sort-class-members": "1.16.0",
|
|
84
|
-
"eslint-plugin-sort-destructure-keys": "1.
|
|
85
|
+
"eslint-plugin-sort-destructure-keys": "1.5.0",
|
|
85
86
|
"eslint-plugin-unicorn": "45.0.2",
|
|
86
87
|
"husky": "8.0.3",
|
|
87
|
-
"lint-staged": "13.1.
|
|
88
|
+
"lint-staged": "13.1.2",
|
|
88
89
|
"micromatch": "4.0.5",
|
|
89
90
|
"pinst": "3.0.0",
|
|
90
91
|
"prettier": "2.8.4",
|
|
91
92
|
"semantic-release": "20.1.0",
|
|
92
93
|
"sort-package-json": "2.4.1",
|
|
93
94
|
"type-fest": "3.5.7",
|
|
94
|
-
"vitest": "0.28.
|
|
95
|
+
"vitest": "0.28.5"
|
|
95
96
|
},
|
|
96
97
|
"packageManager": "yarn@4.0.0-rc.39",
|
|
97
98
|
"engines": {
|