fix(docutils): update dependency typescript to v5.2.2 (#19472)

This commit is contained in:
Edgars Eglītis
2023-12-05 23:26:20 +02:00
committed by GitHub
parent 85dce4a72b
commit cb950dffb8
4 changed files with 13 additions and 12 deletions

20
package-lock.json generated
View File

@@ -67,7 +67,7 @@
"through2": "4.0.2",
"ts-node": "10.9.1",
"tsd": "0.29.0",
"typescript": "5.0.4",
"typescript": "5.2.2",
"validate.js": "0.13.1",
"webdriverio": "8.24.6",
"ws": "8.14.2",
@@ -20543,15 +20543,15 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
"node": ">=14.17"
}
},
"node_modules/ua-parser-js": {
@@ -22563,7 +22563,7 @@
"source-map-support": "0.5.21",
"teen_process": "2.0.109",
"type-fest": "3.13.1",
"typescript": "5.0.4",
"typescript": "5.2.2",
"yaml": "2.3.4",
"yargs": "17.7.2",
"yargs-parser": "21.1.1"
@@ -23326,7 +23326,7 @@
"source-map-support": "0.5.21",
"teen_process": "2.0.109",
"type-fest": "3.13.1",
"typescript": "5.0.4",
"typescript": "5.2.2",
"yaml": "2.3.4",
"yargs": "17.7.2",
"yargs-parser": "21.1.1"
@@ -37875,9 +37875,9 @@
"dev": true
},
"typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw=="
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
},
"ua-parser-js": {
"version": "1.0.33",

View File

@@ -138,7 +138,7 @@
"through2": "4.0.2",
"ts-node": "10.9.1",
"tsd": "0.29.0",
"typescript": "5.0.4",
"typescript": "5.2.2",
"validate.js": "0.13.1",
"webdriverio": "8.24.6",
"ws": "8.14.2",

View File

@@ -66,7 +66,7 @@
"source-map-support": "0.5.21",
"teen_process": "2.0.109",
"type-fest": "3.13.1",
"typescript": "5.0.4",
"typescript": "5.2.2",
"yaml": "2.3.4",
"yargs": "17.7.2",
"yargs-parser": "21.1.1"

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"outDir": "build",
"checkJs": true,
"module": "commonjs",
"moduleResolution": "node10"
},
"extends": "@appium/tsconfig/tsconfig.plugin.json",