Skip to content

Commit 59944d8

Browse files
committed
chore: bump tailwind to ^4.3 + prettier plugin to ^0.8 + README v22
1 parent 53fd4ad commit 59944d8

3 files changed

Lines changed: 12 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you begin, ensure you have the following:
2222

2323
#### System Requirements
2424

25-
- Node.js (v20 or later is recommended)
25+
- Node.js (v22 or later is recommended)
2626
- npm, yarn, or pnpm package manager
2727

2828
#### Account Setup

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"@commitlint/config-conventional": "^20.5.0",
3434
"@eslint/js": "^9.38.0",
3535
"@playwright/test": "^1.56.1",
36-
"@tailwindcss/vite": "^4.1.11",
37-
"@vitejs/plugin-react": "^4.3.4",
36+
"@tailwindcss/vite": "^4.3.0",
3837
"@types/node": "^22",
3938
"@types/react": "^19",
4039
"@types/react-dom": "^19",
40+
"@vitejs/plugin-react": "^4.3.4",
4141
"eslint": "^9.39.1",
4242
"eslint-config-prettier": "^10.1.8",
4343
"globals": "^16.3.0",
4444
"knip": "^5.64.1",
4545
"prettier": "^3.6.2",
46-
"prettier-plugin-tailwindcss": "^0.6.14",
47-
"tailwindcss": "^4.0.0",
46+
"prettier-plugin-tailwindcss": "^0.8.0",
47+
"tailwindcss": "^4.3.0",
4848
"typescript": "~5.9.2",
4949
"typescript-eslint": "^8.20.0",
5050
"vite": "^7.3.2"

0 commit comments

Comments
 (0)