Skip to content

Commit 3b3c566

Browse files
committed
chore: update dependencies and Node.js version to latest stable releases
1 parent 79f7724 commit 3b3c566

File tree

3 files changed

+520
-515
lines changed

3 files changed

+520
-515
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v23.4.0
1+
v22.14.0

package.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,23 @@
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
17-
"@tailwindcss/postcss": "^4.0.0",
18-
"@types/react": "^19.0.8",
19-
"@types/react-dom": "^19.0.3",
20-
"@typescript-eslint/eslint-plugin": "^8.21.0",
21-
"@typescript-eslint/parser": "^8.21.0",
17+
"@tailwindcss/postcss": "^4.0.10",
18+
"@types/react": "^19.0.10",
19+
"@types/react-dom": "^19.0.4",
20+
"@typescript-eslint/eslint-plugin": "^8.26.0",
21+
"@typescript-eslint/parser": "^8.26.0",
2222
"@vitejs/plugin-react": "^4.3.4",
23-
"eslint": "^9.19.0",
24-
"eslint-plugin-react-hooks": "^5.1.0",
25-
"eslint-plugin-react-refresh": "^0.4.18",
26-
"postcss": "^8.5.1",
27-
"tailwindcss": "^4.0.0",
28-
"typescript": "^5.7.3",
29-
"vite": "^6.0.11"
23+
"eslint": "^9.21.0",
24+
"eslint-plugin-react-hooks": "^5.2.0",
25+
"eslint-plugin-react-refresh": "^0.4.19",
26+
"postcss": "^8.5.3",
27+
"tailwindcss": "^4.0.10",
28+
"typescript": "^5.8.2",
29+
"vite": "^6.2.0"
30+
},
31+
"pnpm": {
32+
"onlyBuiltDependencies": [
33+
"esbuild"
34+
]
3035
}
3136
}

0 commit comments

Comments
 (0)