Skip to content

Commit

Permalink
refactor(ui): simplifies the ui tsup config (#80)
Browse files Browse the repository at this point in the history
* refactor(ui): simplifies the ui tsup config

* fix: adds pkg-types to root pkg.json

* chore: updates deps
  • Loading branch information
ixahmedxi authored Jun 12, 2024
1 parent 904eec5 commit 0bc1e1b
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 446 deletions.
20 changes: 20 additions & 0 deletions .changeset/twenty-years-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'@orbitkit/utils': patch
'@orbitkit/ui': patch
'@orbitkit/docs': patch
'@orbitkit/marketing': patch
'@orbitkit/web': patch
'@orbitkit/api': patch
'@orbitkit/assets': patch
'@orbitkit/auth': patch
'@orbitkit/eslint': patch
'@orbitkit/storybook': patch
'@orbitkit/tailwind': patch
'@orbitkit/tsconfig': patch
'@orbitkit/vite': patch
'@orbitkit/core': patch
'@orbitkit/db': patch
'@orbitkit/env': patch
---

refactor(ui): simplifies the tsup config
4 changes: 2 additions & 2 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@orbitkit/ui": "workspace:^",
"@t3-oss/env-core": "^0.10.1",
"@total-typescript/ts-reset": "^0.5.1",
"astro": "^4.10.1",
"posthog-js": "^1.139.0",
"astro": "^4.10.2",
"posthog-js": "^1.139.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@orbitkit/ui": "workspace:^",
"@orbitkit/utils": "workspace:^",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query": "^5.45.0",
"@total-typescript/ts-reset": "^0.5.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@unkey/ratelimit": "^0.1.12",
"@uploadthing/react": "^6.6.0",
"geist": "^1.3.0",
"next": "14.2.3",
"next": "14.2.4",
"next-themes": "^0.3.0",
"posthog-js": "^1.139.0",
"posthog-js": "^1.139.1",
"posthog-node": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -43,7 +43,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@next/bundle-analyzer": "^14.2.4",
"@orbitkit/eslint": "workspace:^",
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@
"cspell": "^8.8.4",
"eslint": "^9.4.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"pkg-types": "^1.1.1",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-curly": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@orbitkit/utils": "workspace:^",
"arctic": "^1.9.1",
"lucia": "^3.2.0",
"next": "14.2.3",
"next": "14.2.4",
"oslo": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/compat": "^1.0.3",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -36,7 +36,7 @@
"typescript-eslint": "^7.13.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.4",
"@orbitkit/tsconfig": "workspace:^",
"@types/eslint-config-prettier": "^6.11.3",
"@typescript-eslint/utils": "^7.13.0",
Expand Down
26 changes: 13 additions & 13 deletions packages/config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"@orbitkit/assets": "workspace:^",
"@orbitkit/utils": "workspace:^",
"@radix-ui/colors": "^3.0.0",
"@storybook/addon-a11y": "^8.1.6",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/addon-onboarding": "^8.1.6",
"@storybook/addon-themes": "^8.1.6",
"@storybook/addon-viewport": "^8.1.6",
"@storybook/manager-api": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/react-vite": "^8.1.6",
"@storybook/theming": "^8.1.6",
"@storybook/types": "^8.1.6",
"@storybook/addon-a11y": "^8.1.7",
"@storybook/addon-essentials": "^8.1.7",
"@storybook/addon-interactions": "^8.1.7",
"@storybook/addon-links": "^8.1.7",
"@storybook/addon-onboarding": "^8.1.7",
"@storybook/addon-themes": "^8.1.7",
"@storybook/addon-viewport": "^8.1.7",
"@storybook/manager-api": "^8.1.7",
"@storybook/react": "^8.1.7",
"@storybook/react-vite": "^8.1.7",
"@storybook/theming": "^8.1.7",
"@storybook/types": "^8.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.6"
"storybook": "^8.1.7"
},
"devDependencies": {
"@orbitkit/eslint": "workspace:^",
Expand Down
Loading

0 comments on commit 0bc1e1b

Please sign in to comment.