mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-10 00:20:22 -06:00
Update deps (#59188)
This commit is contained in:
parent
165350dc8f
commit
14eca92fd7
@ -59,7 +59,7 @@
|
||||
// Note: if adding new languages, make sure settings.template.json is updated too.
|
||||
// Also, if updating typescript, update the one in package.json.
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.91.1.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.91.3.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c"
|
||||
]
|
||||
|
||||
1431
package-lock.json
generated
1431
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -39,11 +39,11 @@
|
||||
"!**/.gitattributes"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@dprint/formatter": "^0.3.0",
|
||||
"@dprint/typescript": "0.91.1",
|
||||
"@dprint/formatter": "^0.4.1",
|
||||
"@dprint/typescript": "0.91.3",
|
||||
"@esfx/canceltoken": "^1.0.0",
|
||||
"@eslint/js": "^8.57.0",
|
||||
"@octokit/rest": "^21.0.0",
|
||||
"@octokit/rest": "^21.0.1",
|
||||
"@types/chai": "^4.3.16",
|
||||
"@types/diff": "^5.2.1",
|
||||
"@types/minimist": "^1.2.5",
|
||||
@ -52,34 +52,34 @@
|
||||
"@types/node": "latest",
|
||||
"@types/source-map-support": "^0.5.10",
|
||||
"@types/which": "^3.0.4",
|
||||
"@typescript-eslint/utils": "^7.14.1",
|
||||
"@typescript-eslint/utils": "^7.16.1",
|
||||
"azure-devops-node-api": "^14.0.1",
|
||||
"c8": "^10.1.2",
|
||||
"chai": "^4.4.1",
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^3.6.0",
|
||||
"diff": "^5.2.0",
|
||||
"dprint": "^0.46.3",
|
||||
"esbuild": "^0.22.0",
|
||||
"dprint": "^0.47.2",
|
||||
"esbuild": "^0.23.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-formatter-autolinkable-stylish": "^1.3.0",
|
||||
"fast-xml-parser": "^4.4.0",
|
||||
"glob": "^10.4.2",
|
||||
"glob": "^10.4.5",
|
||||
"globals": "^13.24.0",
|
||||
"hereby": "^1.8.9",
|
||||
"hereby": "^1.9.0",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"knip": "^5.25.1",
|
||||
"knip": "^5.26.0",
|
||||
"minimist": "^1.2.8",
|
||||
"mocha": "^10.5.2",
|
||||
"mocha": "^10.6.0",
|
||||
"mocha-fivemat-progress-reporter": "^0.1.0",
|
||||
"monocart-coverage-reports": "^2.9.2",
|
||||
"monocart-coverage-reports": "^2.9.3",
|
||||
"ms": "^2.1.3",
|
||||
"node-fetch": "^3.3.2",
|
||||
"playwright": "^1.45.0",
|
||||
"playwright": "^1.45.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.5.2",
|
||||
"typescript-eslint": "^7.14.1",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript-eslint": "^7.16.1",
|
||||
"which": "^3.0.1"
|
||||
},
|
||||
"overrides": {
|
||||
|
||||
@ -508,7 +508,7 @@ formatter.setConfig({
|
||||
* @returns {string}
|
||||
*/
|
||||
function dprint(contents) {
|
||||
const result = formatter.formatText("dummy.d.ts", contents);
|
||||
const result = formatter.formatText({ filePath: "dummy.d.ts", fileText: contents });
|
||||
return result.replace(/\r\n/g, "\n");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user