Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Sep 2, 2024
1 parent 9d9b632 commit 0207fdf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@orbitkit/env": "workspace:^",
"@orbitkit/ui": "workspace:^",
"@t3-oss/env-core": "^0.11.1",
"@total-typescript/ts-reset": "^0.6.0",
"astro": "^4.15.1",
"posthog-js": "^1.160.0",
"@total-typescript/ts-reset": "^0.6.1",
"astro": "^4.15.2",
"posthog-js": "^1.160.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
Expand All @@ -44,7 +44,7 @@
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"postcss": "^8.4.42",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10"
}
}
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@orbitkit/utils": "workspace:^",
"@sentry/nextjs": "^8.27.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.53.1",
"@total-typescript/ts-reset": "^0.6.0",
"@tanstack/react-query": "^5.53.3",
"@total-typescript/ts-reset": "^0.6.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
Expand All @@ -34,7 +34,7 @@
"geist": "^1.3.1",
"next": "14.2.7",
"next-themes": "^0.3.0",
"posthog-js": "^1.160.0",
"posthog-js": "^1.160.1",
"posthog-node": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -54,7 +54,7 @@
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"jiti": "^1.21.6",
"postcss": "^8.4.42",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10"
}
}
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-turbo": "^2.1.1",
"globals": "^15.9.0",
"typescript-eslint": "^8.3.0"
"typescript-eslint": "^8.4.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.7",
"@orbitkit/tsconfig": "workspace:^",
"@types/eslint-config-prettier": "^6.11.3",
"@typescript-eslint/utils": "^8.3.0",
"@typescript-eslint/utils": "^8.4.0",
"eslint-plugin-storybook": "^0.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"autoprefixer": "^10.4.20",
"globby": "^14.0.2",
"playwright": "^1.46.1",
"postcss": "^8.4.42",
"postcss": "^8.4.44",
"rollup-plugin-preserve-directives": "^0.4.0",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10",
Expand Down

0 comments on commit 0207fdf

Please sign in to comment.