[READ-ONLY] Mirror of https://github.com/wojtekmaj/react-clock. An analog clock for your React app. projects.wojtekmaj.pl/react-clock
analog-clock clock digital-clock react time
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump typescript from 6.0.2 to 7.0.2

+550 -26
+1 -1
packages/react-clock/package.json
··· 59 59 "playwright": "^1.60.0", 60 60 "react": "^19.2.0", 61 61 "react-dom": "^19.2.0", 62 - "typescript": "^6.0.2", 62 + "typescript": "^7.0.2", 63 63 "vitest": "^4.1.8", 64 64 "vitest-browser-react": "^2.2.0" 65 65 },
+1 -1
sample/package.json
··· 22 22 }, 23 23 "devDependencies": { 24 24 "@vitejs/plugin-react": "^6.0.2", 25 - "typescript": "^6.0.2", 25 + "typescript": "^7.0.2", 26 26 "vite": "^8.0.16" 27 27 }, 28 28 "packageManager": "yarn@4.17.1"
+273 -11
sample/yarn.lock
··· 193 193 languageName: node 194 194 linkType: hard 195 195 196 + "@typescript/typescript-aix-ppc64@npm:7.0.2": 197 + version: 7.0.2 198 + resolution: "@typescript/typescript-aix-ppc64@npm:7.0.2" 199 + conditions: os=aix & cpu=ppc64 200 + languageName: node 201 + linkType: hard 202 + 203 + "@typescript/typescript-darwin-arm64@npm:7.0.2": 204 + version: 7.0.2 205 + resolution: "@typescript/typescript-darwin-arm64@npm:7.0.2" 206 + conditions: os=darwin & cpu=arm64 207 + languageName: node 208 + linkType: hard 209 + 210 + "@typescript/typescript-darwin-x64@npm:7.0.2": 211 + version: 7.0.2 212 + resolution: "@typescript/typescript-darwin-x64@npm:7.0.2" 213 + conditions: os=darwin & cpu=x64 214 + languageName: node 215 + linkType: hard 216 + 217 + "@typescript/typescript-freebsd-arm64@npm:7.0.2": 218 + version: 7.0.2 219 + resolution: "@typescript/typescript-freebsd-arm64@npm:7.0.2" 220 + conditions: os=freebsd & cpu=arm64 221 + languageName: node 222 + linkType: hard 223 + 224 + "@typescript/typescript-freebsd-x64@npm:7.0.2": 225 + version: 7.0.2 226 + resolution: "@typescript/typescript-freebsd-x64@npm:7.0.2" 227 + conditions: os=freebsd & cpu=x64 228 + languageName: node 229 + linkType: hard 230 + 231 + "@typescript/typescript-linux-arm64@npm:7.0.2": 232 + version: 7.0.2 233 + resolution: "@typescript/typescript-linux-arm64@npm:7.0.2" 234 + conditions: os=linux & cpu=arm64 235 + languageName: node 236 + linkType: hard 237 + 238 + "@typescript/typescript-linux-arm@npm:7.0.2": 239 + version: 7.0.2 240 + resolution: "@typescript/typescript-linux-arm@npm:7.0.2" 241 + conditions: os=linux & cpu=arm 242 + languageName: node 243 + linkType: hard 244 + 245 + "@typescript/typescript-linux-loong64@npm:7.0.2": 246 + version: 7.0.2 247 + resolution: "@typescript/typescript-linux-loong64@npm:7.0.2" 248 + conditions: os=linux & cpu=loong64 249 + languageName: node 250 + linkType: hard 251 + 252 + "@typescript/typescript-linux-mips64el@npm:7.0.2": 253 + version: 7.0.2 254 + resolution: "@typescript/typescript-linux-mips64el@npm:7.0.2" 255 + conditions: os=linux & cpu=mips64el 256 + languageName: node 257 + linkType: hard 258 + 259 + "@typescript/typescript-linux-ppc64@npm:7.0.2": 260 + version: 7.0.2 261 + resolution: "@typescript/typescript-linux-ppc64@npm:7.0.2" 262 + conditions: os=linux & cpu=ppc64 263 + languageName: node 264 + linkType: hard 265 + 266 + "@typescript/typescript-linux-riscv64@npm:7.0.2": 267 + version: 7.0.2 268 + resolution: "@typescript/typescript-linux-riscv64@npm:7.0.2" 269 + conditions: os=linux & cpu=riscv64 270 + languageName: node 271 + linkType: hard 272 + 273 + "@typescript/typescript-linux-s390x@npm:7.0.2": 274 + version: 7.0.2 275 + resolution: "@typescript/typescript-linux-s390x@npm:7.0.2" 276 + conditions: os=linux & cpu=s390x 277 + languageName: node 278 + linkType: hard 279 + 280 + "@typescript/typescript-linux-x64@npm:7.0.2": 281 + version: 7.0.2 282 + resolution: "@typescript/typescript-linux-x64@npm:7.0.2" 283 + conditions: os=linux & cpu=x64 284 + languageName: node 285 + linkType: hard 286 + 287 + "@typescript/typescript-netbsd-arm64@npm:7.0.2": 288 + version: 7.0.2 289 + resolution: "@typescript/typescript-netbsd-arm64@npm:7.0.2" 290 + conditions: os=netbsd & cpu=arm64 291 + languageName: node 292 + linkType: hard 293 + 294 + "@typescript/typescript-netbsd-x64@npm:7.0.2": 295 + version: 7.0.2 296 + resolution: "@typescript/typescript-netbsd-x64@npm:7.0.2" 297 + conditions: os=netbsd & cpu=x64 298 + languageName: node 299 + linkType: hard 300 + 301 + "@typescript/typescript-openbsd-arm64@npm:7.0.2": 302 + version: 7.0.2 303 + resolution: "@typescript/typescript-openbsd-arm64@npm:7.0.2" 304 + conditions: os=openbsd & cpu=arm64 305 + languageName: node 306 + linkType: hard 307 + 308 + "@typescript/typescript-openbsd-x64@npm:7.0.2": 309 + version: 7.0.2 310 + resolution: "@typescript/typescript-openbsd-x64@npm:7.0.2" 311 + conditions: os=openbsd & cpu=x64 312 + languageName: node 313 + linkType: hard 314 + 315 + "@typescript/typescript-sunos-x64@npm:7.0.2": 316 + version: 7.0.2 317 + resolution: "@typescript/typescript-sunos-x64@npm:7.0.2" 318 + conditions: os=sunos & cpu=x64 319 + languageName: node 320 + linkType: hard 321 + 322 + "@typescript/typescript-win32-arm64@npm:7.0.2": 323 + version: 7.0.2 324 + resolution: "@typescript/typescript-win32-arm64@npm:7.0.2" 325 + conditions: os=win32 & cpu=arm64 326 + languageName: node 327 + linkType: hard 328 + 329 + "@typescript/typescript-win32-x64@npm:7.0.2": 330 + version: 7.0.2 331 + resolution: "@typescript/typescript-win32-x64@npm:7.0.2" 332 + conditions: os=win32 & cpu=x64 333 + languageName: node 334 + linkType: hard 335 + 196 336 "@vitejs/plugin-react@npm:^6.0.2": 197 337 version: 6.0.2 198 338 resolution: "@vitejs/plugin-react@npm:6.0.2" ··· 452 592 react: "npm:^19.2.0" 453 593 react-clock: "npm:latest" 454 594 react-dom: "npm:^19.2.0" 455 - typescript: "npm:^6.0.2" 595 + typescript: "npm:^7.0.2" 456 596 vite: "npm:^8.0.16" 457 597 languageName: unknown 458 598 linkType: soft ··· 582 722 languageName: node 583 723 linkType: hard 584 724 585 - "typescript@npm:^6.0.2": 586 - version: 6.0.2 587 - resolution: "typescript@npm:6.0.2" 725 + "typescript@npm:^7.0.2": 726 + version: 7.0.2 727 + resolution: "typescript@npm:7.0.2" 728 + dependencies: 729 + "@typescript/typescript-aix-ppc64": "npm:7.0.2" 730 + "@typescript/typescript-darwin-arm64": "npm:7.0.2" 731 + "@typescript/typescript-darwin-x64": "npm:7.0.2" 732 + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" 733 + "@typescript/typescript-freebsd-x64": "npm:7.0.2" 734 + "@typescript/typescript-linux-arm": "npm:7.0.2" 735 + "@typescript/typescript-linux-arm64": "npm:7.0.2" 736 + "@typescript/typescript-linux-loong64": "npm:7.0.2" 737 + "@typescript/typescript-linux-mips64el": "npm:7.0.2" 738 + "@typescript/typescript-linux-ppc64": "npm:7.0.2" 739 + "@typescript/typescript-linux-riscv64": "npm:7.0.2" 740 + "@typescript/typescript-linux-s390x": "npm:7.0.2" 741 + "@typescript/typescript-linux-x64": "npm:7.0.2" 742 + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" 743 + "@typescript/typescript-netbsd-x64": "npm:7.0.2" 744 + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" 745 + "@typescript/typescript-openbsd-x64": "npm:7.0.2" 746 + "@typescript/typescript-sunos-x64": "npm:7.0.2" 747 + "@typescript/typescript-win32-arm64": "npm:7.0.2" 748 + "@typescript/typescript-win32-x64": "npm:7.0.2" 749 + dependenciesMeta: 750 + "@typescript/typescript-aix-ppc64": 751 + optional: true 752 + "@typescript/typescript-darwin-arm64": 753 + optional: true 754 + "@typescript/typescript-darwin-x64": 755 + optional: true 756 + "@typescript/typescript-freebsd-arm64": 757 + optional: true 758 + "@typescript/typescript-freebsd-x64": 759 + optional: true 760 + "@typescript/typescript-linux-arm": 761 + optional: true 762 + "@typescript/typescript-linux-arm64": 763 + optional: true 764 + "@typescript/typescript-linux-loong64": 765 + optional: true 766 + "@typescript/typescript-linux-mips64el": 767 + optional: true 768 + "@typescript/typescript-linux-ppc64": 769 + optional: true 770 + "@typescript/typescript-linux-riscv64": 771 + optional: true 772 + "@typescript/typescript-linux-s390x": 773 + optional: true 774 + "@typescript/typescript-linux-x64": 775 + optional: true 776 + "@typescript/typescript-netbsd-arm64": 777 + optional: true 778 + "@typescript/typescript-netbsd-x64": 779 + optional: true 780 + "@typescript/typescript-openbsd-arm64": 781 + optional: true 782 + "@typescript/typescript-openbsd-x64": 783 + optional: true 784 + "@typescript/typescript-sunos-x64": 785 + optional: true 786 + "@typescript/typescript-win32-arm64": 787 + optional: true 788 + "@typescript/typescript-win32-x64": 789 + optional: true 588 790 bin: 589 791 tsc: bin/tsc 590 - tsserver: bin/tsserver 591 - checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f 792 + checksum: 10c0/3dcee51ec8c332492325bcdbf7df48b66668751f127e622ae7d41b6c716eb19184424a45e14f7750f50f340232388b69e6287859155f06a5ce2df76f12cb31cf 592 793 languageName: node 593 794 linkType: hard 594 795 595 - "typescript@patch:typescript@npm%3A^6.0.2#optional!builtin<compat/typescript>": 596 - version: 6.0.2 597 - resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5" 796 + "typescript@patch:typescript@npm%3A^7.0.2#optional!builtin<compat/typescript>": 797 + version: 7.0.2 798 + resolution: "typescript@patch:typescript@npm%3A7.0.2#optional!builtin<compat/typescript>::version=7.0.2&hash=3bafbf" 799 + dependencies: 800 + "@typescript/typescript-aix-ppc64": "npm:7.0.2" 801 + "@typescript/typescript-darwin-arm64": "npm:7.0.2" 802 + "@typescript/typescript-darwin-x64": "npm:7.0.2" 803 + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" 804 + "@typescript/typescript-freebsd-x64": "npm:7.0.2" 805 + "@typescript/typescript-linux-arm": "npm:7.0.2" 806 + "@typescript/typescript-linux-arm64": "npm:7.0.2" 807 + "@typescript/typescript-linux-loong64": "npm:7.0.2" 808 + "@typescript/typescript-linux-mips64el": "npm:7.0.2" 809 + "@typescript/typescript-linux-ppc64": "npm:7.0.2" 810 + "@typescript/typescript-linux-riscv64": "npm:7.0.2" 811 + "@typescript/typescript-linux-s390x": "npm:7.0.2" 812 + "@typescript/typescript-linux-x64": "npm:7.0.2" 813 + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" 814 + "@typescript/typescript-netbsd-x64": "npm:7.0.2" 815 + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" 816 + "@typescript/typescript-openbsd-x64": "npm:7.0.2" 817 + "@typescript/typescript-sunos-x64": "npm:7.0.2" 818 + "@typescript/typescript-win32-arm64": "npm:7.0.2" 819 + "@typescript/typescript-win32-x64": "npm:7.0.2" 820 + dependenciesMeta: 821 + "@typescript/typescript-aix-ppc64": 822 + optional: true 823 + "@typescript/typescript-darwin-arm64": 824 + optional: true 825 + "@typescript/typescript-darwin-x64": 826 + optional: true 827 + "@typescript/typescript-freebsd-arm64": 828 + optional: true 829 + "@typescript/typescript-freebsd-x64": 830 + optional: true 831 + "@typescript/typescript-linux-arm": 832 + optional: true 833 + "@typescript/typescript-linux-arm64": 834 + optional: true 835 + "@typescript/typescript-linux-loong64": 836 + optional: true 837 + "@typescript/typescript-linux-mips64el": 838 + optional: true 839 + "@typescript/typescript-linux-ppc64": 840 + optional: true 841 + "@typescript/typescript-linux-riscv64": 842 + optional: true 843 + "@typescript/typescript-linux-s390x": 844 + optional: true 845 + "@typescript/typescript-linux-x64": 846 + optional: true 847 + "@typescript/typescript-netbsd-arm64": 848 + optional: true 849 + "@typescript/typescript-netbsd-x64": 850 + optional: true 851 + "@typescript/typescript-openbsd-arm64": 852 + optional: true 853 + "@typescript/typescript-openbsd-x64": 854 + optional: true 855 + "@typescript/typescript-sunos-x64": 856 + optional: true 857 + "@typescript/typescript-win32-arm64": 858 + optional: true 859 + "@typescript/typescript-win32-x64": 860 + optional: true 598 861 bin: 599 862 tsc: bin/tsc 600 - tsserver: bin/tsserver 601 - checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02 863 + checksum: 10c0/6b3cdc369cd829d46e00734ea64233ee84419c2825ad8fe408915adde77abced4b7a2401f7eed517d54a7a4f5d1c1869753cb99018df1c2159c761d9f33483a6 602 864 languageName: node 603 865 linkType: hard 604 866
+1 -1
test/package.json
··· 29 29 "@biomejs/biome": "2.4.10", 30 30 "@types/react": "^19.2.0", 31 31 "@vitejs/plugin-react": "^6.0.2", 32 - "typescript": "^6.0.2", 32 + "typescript": "^7.0.2", 33 33 "vite": "^8.0.16" 34 34 } 35 35 }
+274 -12
yarn.lock
··· 373 373 languageName: node 374 374 linkType: hard 375 375 376 + "@typescript/typescript-aix-ppc64@npm:7.0.2": 377 + version: 7.0.2 378 + resolution: "@typescript/typescript-aix-ppc64@npm:7.0.2" 379 + conditions: os=aix & cpu=ppc64 380 + languageName: node 381 + linkType: hard 382 + 383 + "@typescript/typescript-darwin-arm64@npm:7.0.2": 384 + version: 7.0.2 385 + resolution: "@typescript/typescript-darwin-arm64@npm:7.0.2" 386 + conditions: os=darwin & cpu=arm64 387 + languageName: node 388 + linkType: hard 389 + 390 + "@typescript/typescript-darwin-x64@npm:7.0.2": 391 + version: 7.0.2 392 + resolution: "@typescript/typescript-darwin-x64@npm:7.0.2" 393 + conditions: os=darwin & cpu=x64 394 + languageName: node 395 + linkType: hard 396 + 397 + "@typescript/typescript-freebsd-arm64@npm:7.0.2": 398 + version: 7.0.2 399 + resolution: "@typescript/typescript-freebsd-arm64@npm:7.0.2" 400 + conditions: os=freebsd & cpu=arm64 401 + languageName: node 402 + linkType: hard 403 + 404 + "@typescript/typescript-freebsd-x64@npm:7.0.2": 405 + version: 7.0.2 406 + resolution: "@typescript/typescript-freebsd-x64@npm:7.0.2" 407 + conditions: os=freebsd & cpu=x64 408 + languageName: node 409 + linkType: hard 410 + 411 + "@typescript/typescript-linux-arm64@npm:7.0.2": 412 + version: 7.0.2 413 + resolution: "@typescript/typescript-linux-arm64@npm:7.0.2" 414 + conditions: os=linux & cpu=arm64 415 + languageName: node 416 + linkType: hard 417 + 418 + "@typescript/typescript-linux-arm@npm:7.0.2": 419 + version: 7.0.2 420 + resolution: "@typescript/typescript-linux-arm@npm:7.0.2" 421 + conditions: os=linux & cpu=arm 422 + languageName: node 423 + linkType: hard 424 + 425 + "@typescript/typescript-linux-loong64@npm:7.0.2": 426 + version: 7.0.2 427 + resolution: "@typescript/typescript-linux-loong64@npm:7.0.2" 428 + conditions: os=linux & cpu=loong64 429 + languageName: node 430 + linkType: hard 431 + 432 + "@typescript/typescript-linux-mips64el@npm:7.0.2": 433 + version: 7.0.2 434 + resolution: "@typescript/typescript-linux-mips64el@npm:7.0.2" 435 + conditions: os=linux & cpu=mips64el 436 + languageName: node 437 + linkType: hard 438 + 439 + "@typescript/typescript-linux-ppc64@npm:7.0.2": 440 + version: 7.0.2 441 + resolution: "@typescript/typescript-linux-ppc64@npm:7.0.2" 442 + conditions: os=linux & cpu=ppc64 443 + languageName: node 444 + linkType: hard 445 + 446 + "@typescript/typescript-linux-riscv64@npm:7.0.2": 447 + version: 7.0.2 448 + resolution: "@typescript/typescript-linux-riscv64@npm:7.0.2" 449 + conditions: os=linux & cpu=riscv64 450 + languageName: node 451 + linkType: hard 452 + 453 + "@typescript/typescript-linux-s390x@npm:7.0.2": 454 + version: 7.0.2 455 + resolution: "@typescript/typescript-linux-s390x@npm:7.0.2" 456 + conditions: os=linux & cpu=s390x 457 + languageName: node 458 + linkType: hard 459 + 460 + "@typescript/typescript-linux-x64@npm:7.0.2": 461 + version: 7.0.2 462 + resolution: "@typescript/typescript-linux-x64@npm:7.0.2" 463 + conditions: os=linux & cpu=x64 464 + languageName: node 465 + linkType: hard 466 + 467 + "@typescript/typescript-netbsd-arm64@npm:7.0.2": 468 + version: 7.0.2 469 + resolution: "@typescript/typescript-netbsd-arm64@npm:7.0.2" 470 + conditions: os=netbsd & cpu=arm64 471 + languageName: node 472 + linkType: hard 473 + 474 + "@typescript/typescript-netbsd-x64@npm:7.0.2": 475 + version: 7.0.2 476 + resolution: "@typescript/typescript-netbsd-x64@npm:7.0.2" 477 + conditions: os=netbsd & cpu=x64 478 + languageName: node 479 + linkType: hard 480 + 481 + "@typescript/typescript-openbsd-arm64@npm:7.0.2": 482 + version: 7.0.2 483 + resolution: "@typescript/typescript-openbsd-arm64@npm:7.0.2" 484 + conditions: os=openbsd & cpu=arm64 485 + languageName: node 486 + linkType: hard 487 + 488 + "@typescript/typescript-openbsd-x64@npm:7.0.2": 489 + version: 7.0.2 490 + resolution: "@typescript/typescript-openbsd-x64@npm:7.0.2" 491 + conditions: os=openbsd & cpu=x64 492 + languageName: node 493 + linkType: hard 494 + 495 + "@typescript/typescript-sunos-x64@npm:7.0.2": 496 + version: 7.0.2 497 + resolution: "@typescript/typescript-sunos-x64@npm:7.0.2" 498 + conditions: os=sunos & cpu=x64 499 + languageName: node 500 + linkType: hard 501 + 502 + "@typescript/typescript-win32-arm64@npm:7.0.2": 503 + version: 7.0.2 504 + resolution: "@typescript/typescript-win32-arm64@npm:7.0.2" 505 + conditions: os=win32 & cpu=arm64 506 + languageName: node 507 + linkType: hard 508 + 509 + "@typescript/typescript-win32-x64@npm:7.0.2": 510 + version: 7.0.2 511 + resolution: "@typescript/typescript-win32-x64@npm:7.0.2" 512 + conditions: os=win32 & cpu=x64 513 + languageName: node 514 + linkType: hard 515 + 376 516 "@vitejs/plugin-react@npm:^6.0.2": 377 517 version: 6.0.2 378 518 resolution: "@vitejs/plugin-react@npm:6.0.2" ··· 1188 1328 playwright: "npm:^1.60.0" 1189 1329 react: "npm:^19.2.0" 1190 1330 react-dom: "npm:^19.2.0" 1191 - typescript: "npm:^6.0.2" 1331 + typescript: "npm:^7.0.2" 1192 1332 vitest: "npm:^4.1.8" 1193 1333 vitest-browser-react: "npm:^2.2.0" 1194 1334 peerDependencies: ··· 1358 1498 react: "npm:^19.2.0" 1359 1499 react-clock: "workspace:packages/react-clock" 1360 1500 react-dom: "npm:^19.2.0" 1361 - typescript: "npm:^6.0.2" 1501 + typescript: "npm:^7.0.2" 1362 1502 vite: "npm:^8.0.16" 1363 1503 languageName: unknown 1364 1504 linkType: soft ··· 1417 1557 languageName: node 1418 1558 linkType: hard 1419 1559 1420 - "typescript@npm:^6.0.2": 1421 - version: 6.0.2 1422 - resolution: "typescript@npm:6.0.2" 1560 + "typescript@npm:^7.0.2": 1561 + version: 7.0.2 1562 + resolution: "typescript@npm:7.0.2" 1563 + dependencies: 1564 + "@typescript/typescript-aix-ppc64": "npm:7.0.2" 1565 + "@typescript/typescript-darwin-arm64": "npm:7.0.2" 1566 + "@typescript/typescript-darwin-x64": "npm:7.0.2" 1567 + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" 1568 + "@typescript/typescript-freebsd-x64": "npm:7.0.2" 1569 + "@typescript/typescript-linux-arm": "npm:7.0.2" 1570 + "@typescript/typescript-linux-arm64": "npm:7.0.2" 1571 + "@typescript/typescript-linux-loong64": "npm:7.0.2" 1572 + "@typescript/typescript-linux-mips64el": "npm:7.0.2" 1573 + "@typescript/typescript-linux-ppc64": "npm:7.0.2" 1574 + "@typescript/typescript-linux-riscv64": "npm:7.0.2" 1575 + "@typescript/typescript-linux-s390x": "npm:7.0.2" 1576 + "@typescript/typescript-linux-x64": "npm:7.0.2" 1577 + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" 1578 + "@typescript/typescript-netbsd-x64": "npm:7.0.2" 1579 + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" 1580 + "@typescript/typescript-openbsd-x64": "npm:7.0.2" 1581 + "@typescript/typescript-sunos-x64": "npm:7.0.2" 1582 + "@typescript/typescript-win32-arm64": "npm:7.0.2" 1583 + "@typescript/typescript-win32-x64": "npm:7.0.2" 1584 + dependenciesMeta: 1585 + "@typescript/typescript-aix-ppc64": 1586 + optional: true 1587 + "@typescript/typescript-darwin-arm64": 1588 + optional: true 1589 + "@typescript/typescript-darwin-x64": 1590 + optional: true 1591 + "@typescript/typescript-freebsd-arm64": 1592 + optional: true 1593 + "@typescript/typescript-freebsd-x64": 1594 + optional: true 1595 + "@typescript/typescript-linux-arm": 1596 + optional: true 1597 + "@typescript/typescript-linux-arm64": 1598 + optional: true 1599 + "@typescript/typescript-linux-loong64": 1600 + optional: true 1601 + "@typescript/typescript-linux-mips64el": 1602 + optional: true 1603 + "@typescript/typescript-linux-ppc64": 1604 + optional: true 1605 + "@typescript/typescript-linux-riscv64": 1606 + optional: true 1607 + "@typescript/typescript-linux-s390x": 1608 + optional: true 1609 + "@typescript/typescript-linux-x64": 1610 + optional: true 1611 + "@typescript/typescript-netbsd-arm64": 1612 + optional: true 1613 + "@typescript/typescript-netbsd-x64": 1614 + optional: true 1615 + "@typescript/typescript-openbsd-arm64": 1616 + optional: true 1617 + "@typescript/typescript-openbsd-x64": 1618 + optional: true 1619 + "@typescript/typescript-sunos-x64": 1620 + optional: true 1621 + "@typescript/typescript-win32-arm64": 1622 + optional: true 1623 + "@typescript/typescript-win32-x64": 1624 + optional: true 1423 1625 bin: 1424 1626 tsc: bin/tsc 1425 - tsserver: bin/tsserver 1426 - checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f 1627 + checksum: 10c0/3dcee51ec8c332492325bcdbf7df48b66668751f127e622ae7d41b6c716eb19184424a45e14f7750f50f340232388b69e6287859155f06a5ce2df76f12cb31cf 1427 1628 languageName: node 1428 1629 linkType: hard 1429 1630 1430 - "typescript@patch:typescript@npm%3A^6.0.2#optional!builtin<compat/typescript>": 1431 - version: 6.0.2 1432 - resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5" 1631 + "typescript@patch:typescript@npm%3A^7.0.2#optional!builtin<compat/typescript>": 1632 + version: 7.0.2 1633 + resolution: "typescript@patch:typescript@npm%3A7.0.2#optional!builtin<compat/typescript>::version=7.0.2&hash=3bafbf" 1634 + dependencies: 1635 + "@typescript/typescript-aix-ppc64": "npm:7.0.2" 1636 + "@typescript/typescript-darwin-arm64": "npm:7.0.2" 1637 + "@typescript/typescript-darwin-x64": "npm:7.0.2" 1638 + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" 1639 + "@typescript/typescript-freebsd-x64": "npm:7.0.2" 1640 + "@typescript/typescript-linux-arm": "npm:7.0.2" 1641 + "@typescript/typescript-linux-arm64": "npm:7.0.2" 1642 + "@typescript/typescript-linux-loong64": "npm:7.0.2" 1643 + "@typescript/typescript-linux-mips64el": "npm:7.0.2" 1644 + "@typescript/typescript-linux-ppc64": "npm:7.0.2" 1645 + "@typescript/typescript-linux-riscv64": "npm:7.0.2" 1646 + "@typescript/typescript-linux-s390x": "npm:7.0.2" 1647 + "@typescript/typescript-linux-x64": "npm:7.0.2" 1648 + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" 1649 + "@typescript/typescript-netbsd-x64": "npm:7.0.2" 1650 + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" 1651 + "@typescript/typescript-openbsd-x64": "npm:7.0.2" 1652 + "@typescript/typescript-sunos-x64": "npm:7.0.2" 1653 + "@typescript/typescript-win32-arm64": "npm:7.0.2" 1654 + "@typescript/typescript-win32-x64": "npm:7.0.2" 1655 + dependenciesMeta: 1656 + "@typescript/typescript-aix-ppc64": 1657 + optional: true 1658 + "@typescript/typescript-darwin-arm64": 1659 + optional: true 1660 + "@typescript/typescript-darwin-x64": 1661 + optional: true 1662 + "@typescript/typescript-freebsd-arm64": 1663 + optional: true 1664 + "@typescript/typescript-freebsd-x64": 1665 + optional: true 1666 + "@typescript/typescript-linux-arm": 1667 + optional: true 1668 + "@typescript/typescript-linux-arm64": 1669 + optional: true 1670 + "@typescript/typescript-linux-loong64": 1671 + optional: true 1672 + "@typescript/typescript-linux-mips64el": 1673 + optional: true 1674 + "@typescript/typescript-linux-ppc64": 1675 + optional: true 1676 + "@typescript/typescript-linux-riscv64": 1677 + optional: true 1678 + "@typescript/typescript-linux-s390x": 1679 + optional: true 1680 + "@typescript/typescript-linux-x64": 1681 + optional: true 1682 + "@typescript/typescript-netbsd-arm64": 1683 + optional: true 1684 + "@typescript/typescript-netbsd-x64": 1685 + optional: true 1686 + "@typescript/typescript-openbsd-arm64": 1687 + optional: true 1688 + "@typescript/typescript-openbsd-x64": 1689 + optional: true 1690 + "@typescript/typescript-sunos-x64": 1691 + optional: true 1692 + "@typescript/typescript-win32-arm64": 1693 + optional: true 1694 + "@typescript/typescript-win32-x64": 1695 + optional: true 1433 1696 bin: 1434 1697 tsc: bin/tsc 1435 - tsserver: bin/tsserver 1436 - checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02 1698 + checksum: 10c0/6b3cdc369cd829d46e00734ea64233ee84419c2825ad8fe408915adde77abced4b7a2401f7eed517d54a7a4f5d1c1869753cb99018df1c2159c761d9f33483a6 1437 1699 languageName: node 1438 1700 linkType: hard 1439 1701