Skip to content

Commit a1db390

Browse files
authored
Merge pull request #55 from raminr77/dev
feat: update next and packages
2 parents b276162 + 9aebed2 commit a1db390

File tree

24 files changed

+933
-858
lines changed

24 files changed

+933
-858
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raminrezaei",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"private": true,
55
"scripts": {
66
"lighthouse": "lighthouse http://localhost:3000 --output html --output-path ./lighthouse-report.html --chrome-flags=\"--headless\"",
@@ -21,22 +21,22 @@
2121
},
2222
"dependencies": {
2323
"@gsap/react": "^2.1.2",
24-
"@next/bundle-analyzer": "^16.1.2",
25-
"@next/third-parties": "^16.1.2",
26-
"@sentry/nextjs": "^10.34.0",
24+
"@next/bundle-analyzer": "^16.1.6",
25+
"@next/third-parties": "^16.1.6",
26+
"@sentry/nextjs": "^10.38.0",
2727
"@tailwindcss/postcss": "^4.1.18",
2828
"@vercel/speed-insights": "^1.3.1",
2929
"animate.css": "^4.1.1",
3030
"clsx": "^2.1.1",
3131
"date-fns": "^4.1.0",
3232
"gray-matter": "^4.0.3",
3333
"gsap": "^3.14.2",
34-
"markdown-to-jsx": "^9.5.7",
35-
"motion": "^12.26.2",
36-
"next": "^16.1.2",
34+
"markdown-to-jsx": "^9.7.3",
35+
"motion": "^12.34.0",
36+
"next": "^16.1.6",
3737
"qs": "^6.14.1",
38-
"react": "^19.2.3",
39-
"react-dom": "^19.2.3",
38+
"react": "^19.2.4",
39+
"react-dom": "^19.2.4",
4040
"react-google-recaptcha-v3": "^1.11.0",
4141
"react-hook-form": "^7.71.1",
4242
"react-toastify": "^11.0.5"
@@ -48,40 +48,40 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@eslint/js": "^9.39.2",
51+
"@eslint/js": "^10.0.1",
5252
"@microsoft/eslint-formatter-sarif": "^3.1.0",
53-
"@next/eslint-plugin-next": "^16.1.2",
53+
"@next/eslint-plugin-next": "^16.1.6",
5454
"@testing-library/dom": "^10.4.1",
5555
"@testing-library/jest-dom": "^6.9.1",
56-
"@testing-library/react": "^16.3.1",
56+
"@testing-library/react": "^16.3.2",
5757
"@testing-library/user-event": "^14.6.1",
5858
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
5959
"@types/jest": "^30.0.0",
60-
"@types/node": "^25.0.8",
60+
"@types/node": "^25.2.2",
6161
"@types/qs": "^6.14.0",
62-
"@types/react": "^19.2.8",
62+
"@types/react": "^19.2.13",
6363
"@types/react-dom": "^19.2.3",
6464
"@types/webpack-bundle-analyzer": "^4.7.0",
65-
"eslint": "^9.39.2",
65+
"eslint": "^10.0.0",
6666
"eslint-config-prettier": "^10.1.8",
6767
"husky": "^9.1.7",
6868
"jest": "^30.2.0",
6969
"jest-environment-jsdom": "^30.2.0",
70-
"lighthouse": "^13.0.1",
70+
"lighthouse": "^13.0.2",
7171
"lint-staged": "^16.2.7",
7272
"postcss": "^8.5.6",
73-
"prettier": "3.8.0",
74-
"prettier-plugin-sort-imports": "^1.8.9",
73+
"prettier": "3.8.1",
74+
"prettier-plugin-sort-imports": "^1.8.10",
7575
"prettier-plugin-tailwindcss": "^0.7.2",
76-
"sass": "^1.97.2",
76+
"sass": "^1.97.3",
7777
"sharp": "^0.34.5",
7878
"tailwindcss": "^4.1.18",
7979
"ts-jest": "^29.4.6",
8080
"ts-node": "^10.9.2",
8181
"typescript": "^5.9.3",
82-
"typescript-eslint": "^8.53.0",
83-
"webpack": "^5.104.1",
84-
"webpack-bundle-analyzer": "^5.1.1"
82+
"typescript-eslint": "^8.55.0",
83+
"webpack": "^5.105.0",
84+
"webpack-bundle-analyzer": "^5.2.0"
8585
},
8686
"browserslist": {
8787
"production": [
@@ -97,5 +97,5 @@
9797
"last 1 safari version"
9898
]
9999
},
100-
"packageManager": "pnpm@10.28.0"
100+
"packageManager": "pnpm@10.29.2"
101101
}

0 commit comments

Comments
 (0)