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 9, 2024
1 parent a384123 commit df567d8
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 167 deletions.
4 changes: 2 additions & 2 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@astrojs/check": "^0.5.1",
"@astrojs/check": "^0.5.2",
"@astrojs/mdx": "^2.1.1",
"@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/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"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.11.16",
"@types/node": "^20.11.17",
"eslint-config-orbitkit": "workspace:^"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/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.11.16",
"@types/node": "^20.11.17",
"eslint-config-orbitkit": "workspace:^"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@storybook/test": "^7.6.13",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
Expand All @@ -91,7 +91,7 @@
"storybook": "^7.6.13",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"vite": "^5.1.0",
"vite": "^5.1.1",
"vite-tsconfig-paths": "^4.3.1"
},
"volta": {
Expand Down
Loading

0 comments on commit df567d8

Please sign in to comment.