Skip to content

Commit

Permalink
chore: updates all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Feb 6, 2024
1 parent 034cc09 commit a19ab1f
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 394 deletions.
6 changes: 3 additions & 3 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/rss": "^4.0.4",
"@astrojs/rss": "^4.0.5",
"@orbitkit/assets": "workspace:^",
"@orbitkit/ui": "workspace:^",
"@t3-oss/env-core": "^0.8.0",
"@total-typescript/ts-reset": "^0.5.1",
"astro": "^4.3.2",
"astro": "^4.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
Expand All @@ -33,7 +33,7 @@
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
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.11.16",
"@types/react": "^18.2.54",
"@types/react": "^18.2.55",
"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 @@ -66,29 +66,29 @@
"devDependencies": {
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@storybook/addon-a11y": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-a11y": "^7.6.13",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-interactions": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/addon-themes": "^7.6.12",
"@storybook/addon-viewport": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/addon-themes": "^7.6.13",
"@storybook/addon-viewport": "^7.6.13",
"@storybook/blocks": "^7.6.13",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/test": "^7.6.12",
"@storybook/react": "^7.6.13",
"@storybook/react-vite": "^7.6.13",
"@storybook/test": "^7.6.13",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
"playwright": "^1.41.2",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"storybook": "^7.6.12",
"storybook": "^7.6.13",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"vite": "^5.0.12",
Expand Down
Loading

0 comments on commit a19ab1f

Please sign in to comment.