mirror of https://github.com/grafana/grafana.git
Update dependency typescript to v5.9.2 (#109025)
* Update dependency typescript to v5.9.2 * remove unused ts-expect-error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
ce2fd8a46f
commit
bfa6bb0264
|
|
@ -250,7 +250,7 @@
|
|||
"tracelib": "1.0.1",
|
||||
"ts-jest": "29.4.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0",
|
||||
"webpack-assets-manifest": "^5.1.0",
|
||||
"webpack-cli": "6.0.1",
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
"rollup-plugin-esbuild": "6.2.1",
|
||||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"type-fest": "^4.40.0",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@grafana/runtime": ">=11.6 <= 12.x",
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
"rollup": "^4.22.4",
|
||||
"rollup-plugin-esbuild": "6.2.1",
|
||||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
|||
|
|
@ -52,6 +52,6 @@
|
|||
"@grafana/tsconfig": "^2.0.0",
|
||||
"semver": "^7.7.0",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"ts-jest": "29.4.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
"@types/react": "18.3.18",
|
||||
"rollup": "^4.22.4",
|
||||
"rollup-plugin-copy": "3.5.0",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"react": "18.3.1",
|
||||
"ts-jest": "29.4.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"jest-environment-jsdom": "29.7.0",
|
||||
"replace-in-file-webpack-plugin": "1.0.6",
|
||||
"swc-loader": "0.2.6",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0",
|
||||
"webpack-bundle-analyzer": "^4.10.2",
|
||||
"webpack-virtual-modules": "^0.6.2"
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
"rollup-plugin-esbuild": "6.2.1",
|
||||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"testing-library-selector": "0.3.1",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
"rollup-plugin-esbuild": "6.2.1",
|
||||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"rollup": "^4.22.4",
|
||||
"rollup-plugin-esbuild": "6.2.1",
|
||||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "2.8.1"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"jest": "^29.6.4",
|
||||
"ts-jest": "29.4.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@grafana/runtime": "10.4.0-pre"
|
||||
|
|
|
|||
|
|
@ -62,6 +62,6 @@
|
|||
"@types/jest": "29.5.14",
|
||||
"@types/node": "22.17.0",
|
||||
"jest": "29.7.0",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@
|
|||
"sass-loader": "16.0.5",
|
||||
"storybook": "^8.6.2",
|
||||
"style-loader": "4.0.0",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -194,7 +194,6 @@ function addClickListenersToNode(nodes: ReactNode[], row: LogRowModel) {
|
|||
return node;
|
||||
}
|
||||
return cloneElement(node, {
|
||||
// @ts-expect-error
|
||||
onClick: (event: MouseEvent<HTMLElement>) => {
|
||||
onClick(event, row);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"jest": "29.7.0",
|
||||
"react-select-event": "5.5.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"jest": "29.7.0",
|
||||
"react-select-event": "5.5.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"@types/react": "18.3.18",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"jest": "29.7.0",
|
||||
"style-loader": "4.0.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
"@types/uuid": "10.0.0",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"@types/uuid": "10.0.0",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"@types/uuid": "10.0.0",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"@types/react": "18.3.18",
|
||||
"i18next-parser": "9.3.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"@types/react": "18.3.18",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"@types/react-dom": "18.3.5",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"jest": "29.7.0",
|
||||
"react-select-event": "5.5.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"@types/react-dom": "18.3.5",
|
||||
"jest": "29.7.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"webpack": "5.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
68
yarn.lock
68
yarn.lock
|
|
@ -2571,7 +2571,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2603,7 +2603,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2643,7 +2643,7 @@ __metadata:
|
|||
style-loader: "npm:4.0.0"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2683,7 +2683,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uuid: "npm:11.1.0"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
|
|
@ -2726,7 +2726,7 @@ __metadata:
|
|||
stream-browserify: "npm:3.0.0"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uuid: "npm:11.1.0"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
|
|
@ -2770,7 +2770,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uuid: "npm:11.1.0"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
|
|
@ -2804,7 +2804,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2836,7 +2836,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2869,7 +2869,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2916,7 +2916,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -2975,7 +2975,7 @@ __metadata:
|
|||
string_decoder: "npm:1.3.0"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uuid: "npm:11.1.0"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
|
|
@ -3012,7 +3012,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": "*"
|
||||
|
|
@ -3043,7 +3043,7 @@ __metadata:
|
|||
rollup-plugin-esbuild: "npm:6.2.1"
|
||||
rollup-plugin-node-externals: "npm:^8.0.0"
|
||||
type-fest: "npm:^4.40.0"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": ">=11.6 <= 12.x"
|
||||
"@grafana/ui": ">=11.6 <= 12.x"
|
||||
|
|
@ -3143,7 +3143,7 @@ __metadata:
|
|||
string-hash: "npm:^1.1.3"
|
||||
tinycolor2: "npm:1.6.0"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uplot: "npm:1.6.32"
|
||||
xss: "npm:^1.0.14"
|
||||
peerDependencies:
|
||||
|
|
@ -3167,7 +3167,7 @@ __metadata:
|
|||
rollup-plugin-node-externals: "npm:^8.0.0"
|
||||
semver: "npm:^7.7.0"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
|
@ -3285,7 +3285,7 @@ __metadata:
|
|||
ts-jest: "npm:29.4.0"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
|
@ -3320,7 +3320,7 @@ __metadata:
|
|||
react-i18next: "npm:^15.0.0"
|
||||
rollup: "npm:^4.22.4"
|
||||
rollup-plugin-copy: "npm:3.5.0"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
peerDependencies:
|
||||
react: ">=18"
|
||||
languageName: unknown
|
||||
|
|
@ -3398,7 +3398,7 @@ __metadata:
|
|||
ts-jest: "npm:29.4.0"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
|
@ -3427,7 +3427,7 @@ __metadata:
|
|||
replace-in-file-webpack-plugin: "npm:1.0.6"
|
||||
swc-loader: "npm:0.2.6"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
webpack: "npm:5.101.0"
|
||||
webpack-bundle-analyzer: "npm:^4.10.2"
|
||||
webpack-virtual-modules: "npm:^0.6.2"
|
||||
|
|
@ -3540,7 +3540,7 @@ __metadata:
|
|||
rxjs: "npm:7.8.2"
|
||||
semver: "npm:7.7.2"
|
||||
testing-library-selector: "npm:0.3.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uuid: "npm:11.1.0"
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
|
|
@ -3583,7 +3583,7 @@ __metadata:
|
|||
rollup-plugin-sourcemaps: "npm:0.6.3"
|
||||
rxjs: "npm:7.8.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
|
@ -3649,7 +3649,7 @@ __metadata:
|
|||
rollup-plugin-esbuild: "npm:6.2.1"
|
||||
rollup-plugin-node-externals: "npm:^8.0.0"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
|
@ -3692,7 +3692,7 @@ __metadata:
|
|||
ts-jest: "npm:29.4.0"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uuid: "npm:11.1.0"
|
||||
peerDependencies:
|
||||
"@grafana/runtime": 10.4.0-pre
|
||||
|
|
@ -3710,7 +3710,7 @@ __metadata:
|
|||
"@types/node": "npm:22.17.0"
|
||||
jest: "npm:29.7.0"
|
||||
msw: "npm:2.10.4"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
|
@ -3860,7 +3860,7 @@ __metadata:
|
|||
style-loader: "npm:4.0.0"
|
||||
tinycolor2: "npm:1.6.0"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uplot: "npm:1.6.32"
|
||||
uuid: "npm:11.1.0"
|
||||
uwrap: "npm:0.1.2"
|
||||
|
|
@ -18547,7 +18547,7 @@ __metadata:
|
|||
tslib: "npm:2.8.1"
|
||||
tween-functions: "npm:^1.2.0"
|
||||
type-fest: "npm:^4.18.2"
|
||||
typescript: "npm:5.8.3"
|
||||
typescript: "npm:5.9.2"
|
||||
uplot: "npm:1.6.32"
|
||||
uuid: "npm:11.1.0"
|
||||
vis-data: "npm:^8.0.0"
|
||||
|
|
@ -31588,13 +31588,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:5.8.3, typescript@npm:>=2.7, typescript@npm:>=3 < 6, typescript@npm:^5.0.4, typescript@npm:^5.4.5, typescript@npm:^5.5.4":
|
||||
version: 5.8.3
|
||||
resolution: "typescript@npm:5.8.3"
|
||||
"typescript@npm:5.9.2, typescript@npm:>=2.7, typescript@npm:>=3 < 6, typescript@npm:^5.0.4, typescript@npm:^5.4.5, typescript@npm:^5.5.4":
|
||||
version: 5.9.2
|
||||
resolution: "typescript@npm:5.9.2"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10/65c40944c51b513b0172c6710ee62e951b70af6f75d5a5da745cb7fab132c09ae27ffdf7838996e3ed603bb015dadd099006658046941bd0ba30340cc563ae92
|
||||
checksum: 10/cc2fe6c822819de5d453fa25aa9f32096bf70dde215d481faa1ad84a283dfb264e33988ed8f6d36bc803dd0b16dbe943efa311a798ef76d5b3892a05dfbfd628
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -31618,13 +31618,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=2.7#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
|
||||
version: 5.8.3
|
||||
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
|
||||
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=2.7#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
|
||||
version: 5.9.2
|
||||
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10/b9b1e73dabac5dc730c041325dbd9c99467c1b0d239f1b74ec3b90d831384af3e2ba973946232df670519147eb51a2c20f6f96163cea2b359f03de1e2091cc4f
|
||||
checksum: 10/bd810ab13e8e557225a8b5122370385440b933e4e077d5c7641a8afd207fdc8be9c346e3c678adba934b64e0e70b0acf5eef9493ea05170a48ce22bef845fdc7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue