also looking at this
chore(deps): update dependency typescript to v6
#61
4 files
+7
-7
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -14,14 +14,14 @@ | ||
| 14 | 14 | "bun-types": "^1.3.11", |
| 15 | 15 | "bunfig": "^0.15.6", |
| 16 | 16 | "ts-syntax-highlighter": "^0.2.1", |
| 17 | "typescript": "^5.9.3", | |
| 17 | "typescript": "^6.0.2", | |
| 18 | 18 | }, |
| 19 | 19 | }, |
| 20 | 20 | "packages/bun-plugin": { |
| 21 | 21 | "name": "bun-plugin-bunpress", |
| 22 | 22 | "version": "0.1.4", |
| 23 | 23 | "devDependencies": { |
| 24 | "typescript": "^5.9.3", | |
| 24 | "typescript": "^6.0.2", | |
| 25 | 25 | }, |
| 26 | 26 | }, |
| 27 | 27 | "packages/bunpress": { |
| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | }, |
| 40 | 40 | "devDependencies": { |
| 41 | 41 | "ts-syntax-highlighter": "^0.2.1", |
| 42 | "typescript": "^5.9.3", | |
| 42 | "typescript": "^6.0.2", | |
| 43 | 43 | }, |
| 44 | 44 | }, |
| 45 | 45 | }, |
| @@ -250,7 +250,7 @@ | ||
| 250 | 250 | |
| 251 | 251 | "ts-syntax-highlighter": ["ts-syntax-highlighter@0.2.1", "", { "bin": { "ts-syntax-highlighter": "dist/bin/cli.js" } }, "sha512-HEfxaVKifwvnX0NaOE8nfs4VFdZo6WdREj1KRehelfYsO1N+m9vOIj5exhlOqFpxOPWd4BlalU8y0WWS7yPWjw=="], |
| 252 | 252 | |
| 253 | "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], | |
| 253 | "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], | |
| 254 | 254 | |
| 255 | 255 | "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], |
| 256 | 256 | |