Skip to content

Commit db2254b

Browse files
committed
feat: support "use client" with tsup
1 parent 3c63bed commit db2254b

File tree

4 files changed

+764
-181
lines changed

4 files changed

+764
-181
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@
125125
"@testing-library/jest-dom": "^5.16.5",
126126
"@testing-library/react": "^14.0.0",
127127
"@types/jest": "^29.5.2",
128-
"@types/react": "^18.2.7",
129-
"@types/react-dom": "^18.2.4",
130-
"@typescript-eslint/eslint-plugin": "^5.59.8",
131-
"@typescript-eslint/parser": "^5.59.8",
132-
"eslint": "^8.41.0",
128+
"@types/react": "^18.2.12",
129+
"@types/react-dom": "^18.2.5",
130+
"@typescript-eslint/eslint-plugin": "^5.59.11",
131+
"@typescript-eslint/parser": "^5.59.11",
132+
"eslint": "^8.42.0",
133133
"eslint-plugin-import": "^2.27.5",
134134
"eslint-plugin-jsx-a11y": "^6.7.1",
135135
"eslint-plugin-react": "^7.32.2",
@@ -143,9 +143,9 @@
143143
"react-dom": "^18.2.0",
144144
"simple-git-hooks": "^2.8.1",
145145
"size-limit": "^8.2.4",
146-
"tsup": "^6.7.0",
146+
"tsup": "^7.0.0",
147147
"typescript": "^4.9.5",
148-
"vitest": "^0.31.3"
148+
"vitest": "^0.32.1"
149149
},
150150
"pnpm": {
151151
"peerDependencyRules": {

0 commit comments

Comments
 (0)