Skip to content

Commit f1bfe48

Browse files
Bump dependencies (#108)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47e9685 commit f1bfe48

3 files changed

Lines changed: 365 additions & 227 deletions

File tree

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "npx serve@latest out"
99
},
1010
"dependencies": {
11-
"@tailwindcss/postcss": "^4.3.2",
11+
"@tailwindcss/postcss": "^4.3.3",
1212
"framer-motion": "12.42.2",
1313
"next": "16.2.10",
1414
"next-themes": "0.4.6",
@@ -17,7 +17,7 @@
1717
"postcss": "^8.5.19",
1818
"react": "19.2.7",
1919
"react-dom": "19.2.7",
20-
"tailwindcss": "4.3.2"
20+
"tailwindcss": "4.3.3"
2121
},
2222
"devDependencies": {
2323
"@types/node": "26.1.1",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@heroui/react": "3.2.2",
2424
"@heroui/styles": "^3.2.2",
2525
"@icons-pack/react-simple-icons": "^13.13.0",
26-
"@tailwindcss/postcss": "^4.3.2",
26+
"@tailwindcss/postcss": "^4.3.3",
2727
"@vercel/analytics": "^2.0.1",
2828
"@vercel/blob": "2.6.1",
2929
"@vercel/speed-insights": "^2.0.0",
3030
"cmdk": "1.1.1",
3131
"framer-motion": "12.42.2",
32-
"lucide-react": "1.24.0",
32+
"lucide-react": "1.25.0",
3333
"next": "16.2.10",
3434
"next-themes": "0.4.6",
3535
"postcss": "^8.5.19",
@@ -50,22 +50,22 @@
5050
"@types/node": "26.1.1",
5151
"@types/react": "19.2.17",
5252
"@types/react-dom": "19.2.3",
53-
"@typescript-eslint/eslint-plugin": "^8.63.0",
54-
"@typescript-eslint/parser": "^8.63.0",
53+
"@typescript-eslint/eslint-plugin": "^8.64.0",
54+
"@typescript-eslint/parser": "^8.64.0",
5555
"@vitejs/plugin-react": "6.0.3",
5656
"@vitest/coverage-v8": "4.1.10",
5757
"eslint": "10.7.0",
5858
"eslint-config-next": "16.2.10",
59-
"firebase-tools": "^15.23.0",
59+
"firebase-tools": "^15.24.0",
6060
"globals": "^17.7.0",
6161
"jsdom": "29.1.1",
6262
"playwright": "1.61.1",
6363
"prettier": "3.9.5",
64-
"tailwindcss": "4.3.2",
64+
"tailwindcss": "4.3.3",
6565
"tsx": "^4.23.1",
6666
"typescript": "6.0.3",
67-
"vercel": "^55.0.0",
68-
"vite": "^8.1.4",
67+
"vercel": "^56.3.1",
68+
"vite": "^8.1.5",
6969
"vitest": "4.1.10"
7070
}
7171
}

0 commit comments

Comments
 (0)