Skip to content

Commit d93b62f

Browse files
Merge pull request #57 from andreibesleaga/chore/deps-consolidated-upgrade
deps: consolidated dependency upgrades (supersedes #52, #53, #54, #56)
2 parents 0a5e85b + 0eebb87 commit d93b62f

8 files changed

Lines changed: 3023 additions & 2457 deletions

File tree

board/package-lock.json

Lines changed: 526 additions & 1269 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

board/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616
},
1717
"dependencies": {
1818
"clsx": "^2.1.0",
19-
"react": "^18.3.1",
20-
"react-dom": "^18.3.1",
19+
"react": "^19.2.7",
20+
"react-dom": "^19.2.7",
2121
"socket.io-client": "^4.8.3",
22-
"zustand": "^4.5.0"
22+
"zustand": "^5.0.14"
2323
},
2424
"devDependencies": {
25-
"@playwright/test": "^1.61.0",
25+
"@playwright/test": "^1.61.1",
26+
"@tailwindcss/postcss": "^4.3.2",
2627
"@testing-library/jest-dom": "^6.9.1",
2728
"@testing-library/react": "^16.3.2",
2829
"@types/jest": "^30.0.0",
29-
"@types/react": "^18.3.0",
30-
"@types/react-dom": "^18.3.0",
31-
"@vitejs/plugin-react": "^6.0.2",
32-
"autoprefixer": "^10.4.0",
33-
"happy-dom": "^20.8.9",
30+
"@types/react": "^19.2.17",
31+
"@types/react-dom": "^19.2.3",
32+
"@vitejs/plugin-react": "^6.0.3",
33+
"happy-dom": "^20.10.6",
3434
"jsdom": "^29.1.1",
35-
"postcss": "^8.4.0",
36-
"tailwindcss": "^3.4.0",
37-
"typescript": "^5.6.0",
38-
"vite": "^8.0.16",
39-
"vitest": "^4.1.2",
35+
"postcss": "^8.5.19",
36+
"tailwindcss": "^4.3.2",
37+
"typescript": "^6.0.3",
38+
"vite": "^8.1.4",
39+
"vitest": "^4.1.10",
4040
"vitest-axe": "^0.1.0"
4141
}
4242
}

board/postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default {
22
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
3+
'@tailwindcss/postcss': {},
54
},
65
};

board/src/components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Header() {
1818
const pillClass = STATUS_PILL[workflowStatus] ?? 'bg-slate-700 text-slate-300';
1919

2020
return (
21-
<header className="sticky top-0 z-10 border-b border-slate-800 bg-[#0f172a]/95 backdrop-blur-sm">
21+
<header className="sticky top-0 z-10 border-b border-slate-800 bg-[#0f172a]/95 backdrop-blur-xs">
2222
<div className="max-w-[1600px] mx-auto px-4 h-14 flex items-center gap-4">
2323
{/* Logo */}
2424
<div className="flex items-center gap-2 shrink-0">

board/src/index.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import 'tailwindcss';
42

53
@layer base {
64
html {

board/tailwind.config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)