Skip to content

Commit

Permalink
feat: support "use client" with tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jun 17, 2023
1 parent 3c63bed commit db2254b
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 181 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
Expand All @@ -143,9 +143,9 @@
"react-dom": "^18.2.0",
"simple-git-hooks": "^2.8.1",
"size-limit": "^8.2.4",
"tsup": "^6.7.0",
"tsup": "^7.0.0",
"typescript": "^4.9.5",
"vitest": "^0.31.3"
"vitest": "^0.32.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit db2254b

Please sign in to comment.