@omnia/tooling 8.0.285-dev → 8.0.286-dev
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ const del_1 = tslib_1.__importDefault(require("del"));
|
|
19
19
|
tslib_1.__exportStar(require("./core"), exports);
|
20
20
|
tslib_1.__exportStar(require("./utils"), exports);
|
21
21
|
tslib_1.__exportStar(require("./replacement"), exports);
|
22
|
-
const TYPESCRIPT_VERSION = '5.
|
22
|
+
const TYPESCRIPT_VERSION = '5.6.2';
|
23
23
|
const argv = (0, minimist_1.default)(process.argv.slice(2));
|
24
24
|
const command = argv._[0];
|
25
25
|
const path = require('path'), semver = require("semver"), fs = require('fs'), processPath = process.cwd().replace(/\\/g, "/"), nodeSupportedVersion = '>=12.18.4';
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/tooling",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.286-dev",
|
5
5
|
"description": "Provide basic stuffs extensible for omnia extension.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -26,10 +26,10 @@
|
|
26
26
|
},
|
27
27
|
"main": "index.js",
|
28
28
|
"dependencies": {
|
29
|
-
"@omnia/types": "8.0.
|
29
|
+
"@omnia/types": "8.0.286-dev",
|
30
30
|
"@types/node": "18.13.0",
|
31
31
|
"tslib": "2.6.2",
|
32
|
-
"typescript": "5.
|
32
|
+
"typescript": "5.6.2",
|
33
33
|
"semver": "7.5.4",
|
34
34
|
"chalk": " 2.3.0",
|
35
35
|
"chokidar": "3.5.2",
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"minimist": "1.2.6",
|
38
38
|
"globby": "13.1.4",
|
39
39
|
"figlet": "1.5.2",
|
40
|
-
"esbuild": "0.
|
41
|
-
"esbuild-loader": "4.
|
40
|
+
"esbuild": "0.23.1",
|
41
|
+
"esbuild-loader": "4.2.2"
|
42
42
|
},
|
43
43
|
"typings": "./index.d.ts",
|
44
44
|
"bugs": {
|