|
1 | 1 | { |
2 | 2 | "name": "tsup", |
3 | 3 | "version": "8.4.0", |
4 | | - "packageManager": "pnpm@10.4.1", |
| 4 | + "packageManager": "pnpm@10.11.0", |
5 | 5 | "description": "Bundle your TypeScript library with no config, powered by esbuild", |
6 | 6 | "license": "MIT", |
7 | 7 | "homepage": "https://tsup.egoist.dev/", |
|
55 | 55 | "bundle-require": "^5.1.0", |
56 | 56 | "cac": "^6.7.14", |
57 | 57 | "chokidar": "^4.0.3", |
58 | | - "consola": "^3.4.0", |
59 | | - "debug": "^4.4.0", |
60 | | - "esbuild": "^0.25.0", |
61 | | - "fix-dts-default-cjs-exports": "^1.0.0", |
| 58 | + "consola": "^3.4.2", |
| 59 | + "debug": "^4.4.1", |
| 60 | + "esbuild": "^0.25.4", |
| 61 | + "fix-dts-default-cjs-exports": "^1.0.1", |
62 | 62 | "joycon": "^3.1.1", |
63 | 63 | "picocolors": "^1.1.1", |
64 | 64 | "postcss-load-config": "^6.0.1", |
65 | 65 | "resolve-from": "^5.0.0", |
66 | | - "rollup": "^4.34.8", |
| 66 | + "rollup": "^4.40.2", |
67 | 67 | "source-map": "0.8.0-beta.0", |
68 | 68 | "sucrase": "^3.35.0", |
69 | 69 | "tinyexec": "^0.3.2", |
70 | | - "tinyglobby": "^0.2.11", |
| 70 | + "tinyglobby": "^0.2.13", |
71 | 71 | "tree-kill": "^1.2.2" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@microsoft/api-extractor": "^7.50.0", |
| 74 | + "@microsoft/api-extractor": "^7.52.8", |
75 | 75 | "@rollup/plugin-json": "6.1.0", |
76 | | - "@swc/core": "1.10.18", |
| 76 | + "@swc/core": "1.11.24", |
77 | 77 | "@types/debug": "4.1.12", |
78 | | - "@types/node": "22.13.4", |
| 78 | + "@types/node": "22.15.18", |
79 | 79 | "@types/resolve": "1.20.6", |
80 | | - "bumpp": "^10.0.3", |
| 80 | + "bumpp": "^10.1.0", |
81 | 81 | "flat": "6.0.1", |
82 | | - "postcss": "8.5.2", |
| 82 | + "postcss": "8.5.3", |
83 | 83 | "postcss-simple-vars": "7.0.1", |
84 | | - "prettier": "3.5.1", |
| 84 | + "prettier": "3.5.3", |
85 | 85 | "resolve": "1.22.10", |
86 | | - "rollup-plugin-dts": "6.1.1", |
87 | | - "sass": "1.85.0", |
| 86 | + "rollup-plugin-dts": "6.2.1", |
| 87 | + "sass": "1.88.0", |
88 | 88 | "strip-json-comments": "5.0.1", |
89 | | - "svelte": "5.19.9", |
| 89 | + "svelte": "5.30.1", |
90 | 90 | "svelte-preprocess": "6.0.3", |
91 | | - "terser": "^5.39.0", |
| 91 | + "terser": "^5.39.2", |
92 | 92 | "ts-essentials": "10.0.4", |
93 | | - "tsup": "8.3.6", |
94 | | - "typescript": "5.7.3", |
95 | | - "vitest": "3.0.6", |
| 93 | + "tsup": "8.4.0", |
| 94 | + "typescript": "5.8.3", |
| 95 | + "vitest": "3.1.3", |
96 | 96 | "wait-for-expect": "3.0.2" |
97 | 97 | }, |
98 | 98 | "engines": { |
|
0 commit comments