Skip to content

Commit

Permalink
chore: update bunchee, attw, publint (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastien Vanvelthem <sebastien.vanvelthem@weareretail.ai>
  • Loading branch information
belgattitude and Sebastien Vanvelthem authored Oct 2, 2024
1 parent 22b63c5 commit b1a2f7b
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 231 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-rice-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@builder.io/react-hydration-overlay": minor
---

chore: update build toolchain
36 changes: 27 additions & 9 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,34 @@
"module": "./dist/HydrationOverlay.mjs",
"exports": {
".": {
"import": "./dist/HydrationOverlay.mjs",
"require": "./dist/HydrationOverlay.cjs"
"import": {
"types": "./dist/HydrationOverlay.d.ts",
"default": "./dist/HydrationOverlay.mjs"
},
"require": {
"types": "./dist/HydrationOverlay.d.cts",
"default": "./dist/HydrationOverlay.cjs"
}
},
"./next": {
"import": "./dist/next.mjs",
"require": "./dist/next.cjs"
"import": {
"types": "./dist/next.d.ts",
"default": "./dist/next.mjs"
},
"require": {
"types": "./dist/next.d.cts",
"default": "./dist/next.cjs"
}
},
"./webpack": {
"import": "./dist/webpack.mjs",
"require": "./dist/webpack.cjs"
"import": {
"types": "./dist/webpack.d.ts",
"default": "./dist/webpack.mjs"
},
"require": {
"types": "./dist/webpack.d.cts",
"default": "./dist/webpack.cjs"
}
},
"./hydration-overlay-initializer": "./dist/hydration-overlay-initializer.js"
},
Expand All @@ -51,15 +69,15 @@
}
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.3",
"@arethetypeswrong/cli": "^0.16.4",
"@types/beautify": "^0.0.3",
"@types/diff": "^5.0.9",
"@types/node": "^20",
"@types/pretty": "^2.0.3",
"@types/react": "^18.2.43",
"bunchee": "^4.1.1",
"bunchee": "^5.5.0",
"next": "14.0.4",
"publint": "^0.2.6",
"publint": "^0.2.11",
"react": "^18.2.0",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit b1a2f7b

Please sign in to comment.