@xylabs/ts-scripts-yarn3 3.2.41 → 3.2.42
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
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
61
61
|
"@rollup/plugin-json": "^6.1.0",
|
|
62
|
-
"@rollup/plugin-typescript": "^11.1.
|
|
63
|
-
"@types/node": "^20.
|
|
62
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
63
|
+
"@types/node": "^20.11.5",
|
|
64
64
|
"@types/yargs": "^17.0.32",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
66
|
-
"@typescript-eslint/parser": "^6.
|
|
67
|
-
"@xylabs/tsconfig": "~3.2.
|
|
68
|
-
"async-mutex": "^0.4.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
66
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
67
|
+
"@xylabs/tsconfig": "~3.2.42",
|
|
68
|
+
"async-mutex": "^0.4.1",
|
|
69
69
|
"chalk": "^4.1.2",
|
|
70
|
-
"cosmiconfig": "^
|
|
70
|
+
"cosmiconfig": "^9.0.0",
|
|
71
71
|
"cosmiconfig-typescript-loader": "^5.0.0",
|
|
72
72
|
"cpy": "^8.1.2",
|
|
73
73
|
"depcheck": "^1.4.7",
|
|
74
74
|
"eslint": "^8.56.0",
|
|
75
75
|
"eslint-config-prettier": "^9.1.0",
|
|
76
|
-
"eslint-plugin-prettier": "^5.1.
|
|
76
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
77
77
|
"eslint-plugin-sonarjs": "^0.23.0",
|
|
78
78
|
"glob": "^10.3.10",
|
|
79
79
|
"jest": "^29.7.0",
|
|
@@ -88,32 +88,32 @@
|
|
|
88
88
|
"npm-package-json-lint": "^7.1.0",
|
|
89
89
|
"npm-package-json-lint-config-default": "^6.0.0",
|
|
90
90
|
"parse-git-config": "^3.0.0",
|
|
91
|
-
"prettier": "^3.
|
|
91
|
+
"prettier": "^3.2.4",
|
|
92
92
|
"publint": "^0.2.7",
|
|
93
93
|
"reflect-metadata": "^0.2.1",
|
|
94
94
|
"rimraf": "^4.4.1",
|
|
95
|
-
"rollup": "^4.9.
|
|
95
|
+
"rollup": "^4.9.5",
|
|
96
96
|
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
|
|
97
97
|
"rollup-plugin-node-externals": "^6.1.2",
|
|
98
|
-
"supertest": "^6.3.
|
|
98
|
+
"supertest": "^6.3.4",
|
|
99
99
|
"ts-jest": "^29.1.1",
|
|
100
100
|
"ts-node": "^10.9.2",
|
|
101
101
|
"ts-prune": "^0.10.3",
|
|
102
102
|
"tsc-prog": "^2.3.0",
|
|
103
103
|
"tslib": "^2.6.2",
|
|
104
|
-
"tsup": "^
|
|
105
|
-
"typedoc": "^0.25.
|
|
104
|
+
"tsup": "^8.0.1",
|
|
105
|
+
"typedoc": "^0.25.7",
|
|
106
106
|
"types-package-json": "^2.0.39",
|
|
107
107
|
"yargs": "^17.7.2"
|
|
108
108
|
},
|
|
109
109
|
"description": "TypeScript project scripts",
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@types/eslint": "^8.56.
|
|
111
|
+
"@types/eslint": "^8.56.2",
|
|
112
112
|
"@types/license-checker": "^25.0.6",
|
|
113
113
|
"@types/lodash": "^4.14.202",
|
|
114
114
|
"@types/parse-git-config": "^3.0.4",
|
|
115
|
-
"@xylabs/eslint-config": "~3.2.
|
|
116
|
-
"@xylabs/tsconfig": "~3.2.
|
|
115
|
+
"@xylabs/eslint-config": "~3.2.42",
|
|
116
|
+
"@xylabs/tsconfig": "~3.2.42",
|
|
117
117
|
"publint": "^0.2.7",
|
|
118
118
|
"typescript": "^5.3.3"
|
|
119
119
|
},
|
|
@@ -169,6 +169,6 @@
|
|
|
169
169
|
"package-clean": "echo Not cleaning..."
|
|
170
170
|
},
|
|
171
171
|
"sideEffects": false,
|
|
172
|
-
"version": "3.2.
|
|
172
|
+
"version": "3.2.42",
|
|
173
173
|
"type": "commonjs"
|
|
174
174
|
}
|