Skip to content

Commit

Permalink
chore: rollback to tsup 8.1.0 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 17, 2024
1 parent b15ee5b commit 0dbb3e2
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 320 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@assistant-ui/tsconfig": "workspace:*",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.14.11",
"tsup": "^8.1.1"
"tsup": "8.1.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
},
"dependencies": {
"tsup": "^8.1.1",
"tsup": "8.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"eslint-config-next": "14.2.5",
"tsup": "^8.1.1"
"tsup": "8.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.1.1",
"tsup": "8.1.0",
"tsx": "^4.16.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-config-next": "14.2.5",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.1.1",
"tsup": "8.1.0",
"tsx": "^4.16.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-syntax-highlighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"eslint-config-next": "14.2.5",
"tsup": "^8.1.1"
"tsup": "8.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.1.1",
"tsup": "8.1.0",
"tsx": "^4.16.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 0dbb3e2

Please sign in to comment.