Skip to content

Commit

Permalink
chore: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Feb 7, 2024
1 parent b725da0 commit d015658
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 142 deletions.
8 changes: 4 additions & 4 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
"@orbitkit/ui": "workspace:^",
"@t3-oss/env-core": "^0.8.0",
"@total-typescript/ts-reset": "^0.5.1",
"astro": "^4.3.3",
"astro": "^4.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "^3.0.9",
"@astrojs/react": "^3.0.10",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
},
"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 @@ -21,7 +21,7 @@
"@lucia-auth/adapter-drizzle": "^1.0.1",
"@orbitkit/db": "workspace:^",
"@t3-oss/env-core": "^0.8.0",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.2.19",
"arctic": "^1.1.4",
"lucia": "^3.0.1",
"next": "14.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
"playwright": "^1.41.2",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"storybook": "^7.6.13",
"tailwindcss": "^3.4.1",
Expand Down
Loading

0 comments on commit d015658

Please sign in to comment.