Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: egoist/tsup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4f5b2ac7653a1085e789e84801febb6f5e8be228
Choose a base ref
..
head repository: egoist/tsup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 668a26e155b9f5a1dae7ab6223f6555952a9ab6c
Choose a head ref
Showing with 124 additions and 124 deletions.
  1. +8 −8 package.json
  2. +116 −116 pnpm-lock.yaml
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsup",
"version": "8.3.0",
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"description": "Bundle your TypeScript library with no config, powered by esbuild",
"license": "MIT",
"homepage": "https://tsup.egoist.dev/",
@@ -59,22 +59,22 @@
"debug": "^4.3.7",
"esbuild": "^0.24.0",
"joycon": "^3.1.1",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"postcss-load-config": "^6.0.1",
"resolve-from": "^5.0.0",
"rollup": "^4.24.0",
"source-map": "0.8.0-beta.0",
"sucrase": "^3.35.0",
"tinyexec": "^0.3.0",
"tinyexec": "^0.3.1",
"tinyglobby": "^0.2.9",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.10",
"@microsoft/api-extractor": "^7.47.11",
"@rollup/plugin-json": "6.1.0",
"@swc/core": "1.7.35",
"@swc/core": "1.7.39",
"@types/debug": "4.1.12",
"@types/node": "22.7.5",
"@types/node": "22.7.8",
"@types/resolve": "1.20.6",
"bumpp": "^9.7.1",
"flat": "6.0.1",
@@ -83,11 +83,11 @@
"prettier": "3.3.3",
"resolve": "1.22.8",
"rollup-plugin-dts": "6.1.1",
"sass": "1.79.5",
"sass": "1.80.3",
"strip-json-comments": "5.0.1",
"svelte": "3.49.0",
"svelte-preprocess": "5.1.4",
"terser": "^5.34.1",
"terser": "^5.36.0",
"ts-essentials": "10.0.2",
"tsup": "8.3.0",
"typescript": "5.6.3",
Loading