Skip to content

Commit 1351319

Browse files
committed
chore: update deps
1 parent a68eabb commit 1351319

File tree

5 files changed

+87
-127
lines changed

5 files changed

+87
-127
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^20",
2323
"@types/react": "^18",
2424
"@types/react-dom": "^18",
25-
"autoprefixer": "^10.4.19",
25+
"autoprefixer": "^10",
2626
"eslint": "^8",
2727
"postcss": "^8",
2828
"tailwindcss": "^3.4.10",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@repo/eslint-config": "workspace:*",
1515
"@repo/typescript-config": "workspace:*",
16-
"prettier": "^3.3.2",
16+
"prettier": "^3.3.3",
1717
"turbo": "2.1.1"
1818
},
1919
"packageManager": "pnpm@8.9.0",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@typescript-eslint/eslint-plugin": "^7.13.1",
1212
"@typescript-eslint/parser": "^7.13.1",
1313
"@vercel/style-guide": "^6.0.0",
14-
"eslint-config-turbo": "2.0.6",
14+
"eslint-config-turbo": "2.1.1",
1515
"eslint-plugin-only-warn": "^1.1.0",
16-
"typescript": "^5.4.5"
16+
"typescript": "^5"
1717
}
1818
}

packages/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@repo/typescript-config": "workspace:*",
1515
"@types/node": "^20",
1616
"@types/react": "^18",
17-
"autoprefixer": "^10.4.19",
18-
"postcss": "^8.4.38",
19-
"postcss-load-config": "^6.0.1",
20-
"tailwindcss": "^3.4.4",
21-
"typescript": "^5.4.5"
17+
"autoprefixer": "^10",
18+
"postcss": "^8",
19+
"postcss-load-config": "^6",
20+
"tailwindcss": "^3.4.10",
21+
"typescript": "^5"
2222
},
2323
"dependencies": {
2424
"@radix-ui/react-slot": "^1.0.2",

0 commit comments

Comments
 (0)