Skip to content

Commit fee2ecc

Browse files
authored
Merge pull request #32 from react18-tools/fix-peerdeps
Fix peerdeps
2 parents 4b2e1d1 + b57e3c7 commit fee2ecc

File tree

3 files changed

+52
-67
lines changed

3 files changed

+52
-67
lines changed

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-react18
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- 96c9c38: Remove peer dependencies as not needed.
8+
39
## 0.2.5
410

511
### Patch Changes

lib/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-react18",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.2.5",
5+
"version": "0.2.6",
66
"description": "Unlock the Potential of React Server Components! Harness the power of an ESBuild plugin designed for crafting libraries compatible with RSC (React18 Server Components).",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",
@@ -36,16 +36,6 @@
3636
"vite-tsconfig-paths": "^5.1.4",
3737
"vitest": "^2.1.8"
3838
},
39-
"peerDependencies": {
40-
"@types/react": "16.8 - 19",
41-
"next": "10 - 14",
42-
"react": "16.8 - 19"
43-
},
44-
"peerDependenciesMeta": {
45-
"next": {
46-
"optional": true
47-
}
48-
},
4939
"funding": [
5040
{
5141
"type": "github",

pnpm-lock.yaml

Lines changed: 45 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)