Skip to content

Commit

Permalink
chore: updates all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 20, 2024
1 parent ffbdaa1 commit 1181d89
Show file tree
Hide file tree
Showing 16 changed files with 987 additions and 838 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "mintlify dev --port=3002"
},
"devDependencies": {
"mintlify": "^4.0.157"
"mintlify": "^4.0.159"
},
"volta": {
"extends": "../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/rss": "^4.0.6",
"@orbitkit/assets": "workspace:^",
"@orbitkit/env": "workspace:^",
"@orbitkit/ui": "workspace:^",
"@t3-oss/env-core": "^0.10.1",
"@total-typescript/ts-reset": "^0.5.1",
"astro": "^4.8.2",
"astro": "^4.8.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.0",
"@astrojs/react": "^3.3.4",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"@orbitkit/ui": "workspace:^",
"@orbitkit/utils": "workspace:^",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.35.5",
"@tanstack/react-query": "^5.37.1",
"@total-typescript/ts-reset": "^0.5.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@unkey/ratelimit": "^0.1.6",
"@uploadthing/react": "^6.5.3",
"@unkey/ratelimit": "^0.1.7",
"@uploadthing/react": "^6.5.4",
"geist": "^1.3.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"uploadthing": "^6.10.3",
"uploadthing": "^6.10.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-pnpm-scopes": "^19.1.0",
Expand All @@ -70,7 +70,7 @@
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"eslint-config-orbitkit": "workspace:^"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint-config-orbitkit": "workspace:^"
Expand Down
8 changes: 4 additions & 4 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"astro-eslint-parser": "^1.0.2",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.1.2",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.6.0",
"eslint-plugin-playwright": "^1.6.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0"
Expand Down
28 changes: 14 additions & 14 deletions packages/config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
"dependencies": {
"@orbitkit/assets": "workspace:^",
"@radix-ui/colors": "^3.0.0",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-onboarding": "^8.0.10",
"@storybook/addon-themes": "^8.0.10",
"@storybook/addon-viewport": "^8.0.10",
"@storybook/manager-api": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-vite": "^8.0.10",
"@storybook/theming": "^8.0.10",
"@storybook/types": "^8.0.10",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/addon-themes": "^8.1.1",
"@storybook/addon-viewport": "^8.1.1",
"@storybook/manager-api": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/theming": "^8.1.1",
"@storybook/types": "^8.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.0.10"
"storybook": "^8.1.1"
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint-config-orbitkit": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"eslint-config-orbitkit": "workspace:^"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"eslint-config-orbitkit": "workspace:^",
"tsup": "^8.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"eslint-config-orbitkit": "workspace:^",
"tsup": "^8.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@orbitkit/tsconfig": "workspace:*",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.21.1",
"drizzle-kit": "^0.21.2",
"eslint-config-orbitkit": "workspace:*"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"eslint-config-orbitkit": "workspace:^"
},
"volta": {
Expand Down
24 changes: 12 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"typecheck": "tsc --noEmit --tsBuildInfoFile .tsbuildinfo"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down Expand Up @@ -324,8 +324,8 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.0.4",
"embla-carousel-react": "^8.0.4",
"embla-carousel-autoplay": "^8.1.2",
"embla-carousel-react": "^8.1.2",
"input-otp": "^1.2.4",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
Expand All @@ -343,23 +343,23 @@
"@orbitkit/tsconfig": "workspace:^",
"@orbitkit/utils": "workspace:^",
"@orbitkit/vite": "workspace:^",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-themes": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/test": "^8.0.10",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-themes": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/test": "^8.1.1",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint-config-orbitkit": "workspace:^",
"pkg-types": "^1.1.1",
"playwright": "^1.44.0",
"postcss": "^8.4.38",
"storybook": "^8.0.10",
"storybook": "^8.1.1",
"tailwindcss": "^3.4.3",
"tsup": "^8.0.2",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"eslint-config-orbitkit": "workspace:^",
"tsup": "^8.0.2"
},
Expand Down
Loading

0 comments on commit 1181d89

Please sign in to comment.