Skip to content

Commit d7a5e06

Browse files
authored
feat: update packages and add unit tests
feat: update packages and add unit tests
2 parents 3090396 + 7f84c36 commit d7a5e06

File tree

19 files changed

+886
-531
lines changed

19 files changed

+886
-531
lines changed

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raminrezaei",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"private": true,
55
"scripts": {
66
"lighthouse": "lighthouse http://localhost:3000 --output html --output-path ./lighthouse-report.html --chrome-flags=\"--headless\"",
@@ -17,28 +17,30 @@
1717
"build": "next build",
1818
"start": "next start",
1919
"prepare": "husky",
20-
"test": "jest"
20+
"test": "jest",
21+
"test:watch": "jest --watch",
22+
"test:cov": "jest --coverage"
2123
},
2224
"dependencies": {
2325
"@gsap/react": "^2.1.2",
2426
"@next/bundle-analyzer": "^16.1.6",
2527
"@next/third-parties": "^16.1.6",
26-
"@sentry/nextjs": "^10.38.0",
27-
"@tailwindcss/postcss": "^4.1.18",
28+
"@sentry/nextjs": "^10.39.0",
29+
"@tailwindcss/postcss": "^4.2.1",
2830
"@vercel/speed-insights": "^1.3.1",
2931
"animate.css": "^4.1.1",
3032
"clsx": "^2.1.1",
3133
"date-fns": "^4.1.0",
3234
"gray-matter": "^4.0.3",
3335
"gsap": "^3.14.2",
34-
"markdown-to-jsx": "^9.7.3",
35-
"motion": "^12.34.0",
36+
"markdown-to-jsx": "^9.7.6",
37+
"motion": "^12.34.3",
3638
"next": "^16.1.6",
37-
"qs": "^6.14.1",
39+
"qs": "^6.15.0",
3840
"react": "^19.2.4",
3941
"react-dom": "^19.2.4",
4042
"react-google-recaptcha-v3": "^1.11.0",
41-
"react-hook-form": "^7.71.1",
43+
"react-hook-form": "^7.71.2",
4244
"react-toastify": "^11.0.5"
4345
},
4446
"lint-staged": {
@@ -57,30 +59,30 @@
5759
"@testing-library/user-event": "^14.6.1",
5860
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
5961
"@types/jest": "^30.0.0",
60-
"@types/node": "^25.2.2",
62+
"@types/node": "^25.3.0",
6163
"@types/qs": "^6.14.0",
62-
"@types/react": "^19.2.13",
64+
"@types/react": "^19.2.14",
6365
"@types/react-dom": "^19.2.3",
6466
"@types/webpack-bundle-analyzer": "^4.7.0",
65-
"eslint": "^10.0.0",
67+
"eslint": "^10.0.2",
6668
"eslint-config-prettier": "^10.1.8",
6769
"husky": "^9.1.7",
6870
"jest": "^30.2.0",
6971
"jest-environment-jsdom": "^30.2.0",
70-
"lighthouse": "^13.0.2",
72+
"lighthouse": "^13.0.3",
7173
"lint-staged": "^16.2.7",
7274
"postcss": "^8.5.6",
7375
"prettier": "3.8.1",
74-
"prettier-plugin-sort-imports": "^1.8.10",
76+
"prettier-plugin-sort-imports": "^1.8.11",
7577
"prettier-plugin-tailwindcss": "^0.7.2",
7678
"sass": "^1.97.3",
7779
"sharp": "^0.34.5",
78-
"tailwindcss": "^4.1.18",
80+
"tailwindcss": "^4.2.1",
7981
"ts-jest": "^29.4.6",
8082
"ts-node": "^10.9.2",
8183
"typescript": "^5.9.3",
82-
"typescript-eslint": "^8.55.0",
83-
"webpack": "^5.105.0",
84+
"typescript-eslint": "^8.56.1",
85+
"webpack": "^5.105.2",
8486
"webpack-bundle-analyzer": "^5.2.0"
8587
},
8688
"browserslist": {
@@ -97,5 +99,5 @@
9799
"last 1 safari version"
98100
]
99101
},
100-
"packageManager": "pnpm@10.29.2"
102+
"packageManager": "pnpm@10.30.2"
101103
}

0 commit comments

Comments
 (0)