Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dan5py committed Sep 5, 2024
1 parent a68eabb commit 1351319
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 127 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10",
"eslint": "^8",
"postcss": "^8",
"tailwindcss": "^3.4.10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"turbo": "2.1.1"
},
"packageManager": "pnpm@8.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vercel/style-guide": "^6.0.0",
"eslint-config-turbo": "2.0.6",
"eslint-config-turbo": "2.1.1",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.4.5"
"typescript": "^5"
}
}
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@repo/typescript-config": "workspace:*",
"@types/node": "^20",
"@types/react": "^18",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"autoprefixer": "^10",
"postcss": "^8",
"postcss-load-config": "^6",
"tailwindcss": "^3.4.10",
"typescript": "^5"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
Expand Down
Loading

0 comments on commit 1351319

Please sign in to comment.