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 1, 2024
1 parent db30a9e commit 0c85198
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 108 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-config-orbitkit": "workspace:^",
"husky": "^9.0.7",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0",
"prettier": "^3.2.4",
Expand All @@ -38,7 +38,7 @@
"prettier-plugin-packagejson": "^2.4.10",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"turbo": "^1.12.0",
"turbo": "^1.12.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@orbitkit/db": "workspace:^",
"@t3-oss/env-core": "^0.8.0",
"@types/react-dom": "^18.2.18",
"arctic": "^1.1.0",
"arctic": "^1.1.3",
"lucia": "^3.0.1",
"next": "14.1.0",
"oslo": "^1.0.3",
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.51",
"eslint-config-orbitkit": "workspace:^"
}
}
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.13",
"@types/node": "^20.11.16",
"eslint-config-orbitkit": "workspace:^"
},
"volta": {
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.3.0",
"drizzle-kit": "^0.20.13",
"drizzle-kit": "^0.20.14",
"eslint-config-orbitkit": "workspace:*",
"tsx": "^4.7.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 @@ -61,8 +61,8 @@
"devDependencies": {
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint-config-orbitkit": "workspace:^",
Expand Down
Loading

0 comments on commit 0c85198

Please sign in to comment.