Skip to content

Commit

Permalink
Update bundler (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Jan 29, 2024
1 parent 78c8375 commit ff0e612
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 832 deletions.
33 changes: 12 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,18 @@
"name": "sonner",
"version": "1.3.0",
"description": "An opinionated toast component for React.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "bunchee",
"dev": "bunchee --watch",
"build": "tsup src/index.tsx",
"dev": "tsup src/index.tsx --watch",
"dev:website": "turbo run dev --filter=website...",
"dev:test": "turbo run dev --filter=test...",
"format": "prettier --write .",
Expand All @@ -46,15 +37,15 @@
"url": "https://github.com/emilkowalski/sonner/issues"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"bunchee": "^4.4.0",
"prettier": "^3.1.1",
"@playwright/test": "^1.30.0",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"turbo": "1.11",
"typescript": "^5.3.3"
"tsup": "^6.4.0",
"turbo": "1.6",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
Loading

1 comment on commit ff0e612

@vercel
Copy link

@vercel vercel bot commented on ff0e612 Jan 29, 2024

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.