Skip to content

Commit

Permalink
chore(dependencies): update tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 24, 2021
1 parent 9d4d3d7 commit 6115254
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"build:simple": "tsup src/cli-*.ts src/index.ts src/rollup.ts --clean --splitting"
},
"dependencies": {
"bundle-require": "^2.1.2",
"bundle-require": "^2.1.3",
"cac": "^6.7.2",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"ts-essentials": "^7.0.1",
"ts-jest": "^26.5.5",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.7.2",
"tsup": "^5.9.1",
"typescript": "^4.2.4",
"wait-for-expect": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
@@ -1,5 +1,5 @@
import fs from 'fs'
import { defineConfig } from './src'
import { defineConfig } from 'tsup'

export default defineConfig({
name: 'tsup',
Expand Down

1 comment on commit 6115254

@vercel
Copy link

@vercel vercel bot commented on 6115254 Nov 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.