Skip to content

Commit 3b5300b

Browse files
authored
Merge pull request #46 from raminr77/dev
Dev
2 parents c41ce88 + dc487f1 commit 3b5300b

File tree

3 files changed

+801
-779
lines changed

3 files changed

+801
-779
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raminrezaei",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"private": true,
55
"scripts": {
66
"lighthouse": "lighthouse http://localhost:3000 --output html --output-path ./lighthouse-report.html --chrome-flags=\"--headless\"",
@@ -14,31 +14,31 @@
1414
"format": "prettier --write .",
1515
"dev": "next dev --turbopack",
1616
"lint": "eslint . --fix",
17-
"build": "next build --webpack",
17+
"build": "next build",
1818
"start": "next start",
1919
"prepare": "husky",
2020
"test": "jest"
2121
},
2222
"dependencies": {
2323
"@gsap/react": "^2.1.2",
24-
"@next/bundle-analyzer": "^16.0.1",
25-
"@next/third-parties": "^16.0.1",
26-
"@sentry/nextjs": "^10.23.0",
27-
"@tailwindcss/postcss": "^4.1.16",
28-
"@vercel/speed-insights": "^1.2.0",
24+
"@next/bundle-analyzer": "^16.0.7",
25+
"@next/third-parties": "^16.0.7",
26+
"@sentry/nextjs": "^10.28.0",
27+
"@tailwindcss/postcss": "^4.1.17",
28+
"@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.13.0",
34-
"markdown-to-jsx": "^8.0.0",
35-
"motion": "^12.23.24",
36-
"next": "^16.0.1",
34+
"markdown-to-jsx": "^9.3.0",
35+
"motion": "^12.23.25",
36+
"next": "^16.0.7",
3737
"qs": "^6.14.0",
38-
"react": "^19.2.0",
39-
"react-dom": "^19.2.0",
38+
"react": "^19.2.1",
39+
"react-dom": "^19.2.1",
4040
"react-google-recaptcha-v3": "^1.11.0",
41-
"react-hook-form": "^7.66.0",
41+
"react-hook-form": "^7.68.0",
4242
"react-toastify": "^11.0.5"
4343
},
4444
"lint-staged": {
@@ -50,38 +50,38 @@
5050
"devDependencies": {
5151
"@eslint/js": "^9.39.1",
5252
"@microsoft/eslint-formatter-sarif": "^3.1.0",
53-
"@next/eslint-plugin-next": "^16.0.1",
53+
"@next/eslint-plugin-next": "^16.0.7",
5454
"@testing-library/dom": "^10.4.1",
5555
"@testing-library/jest-dom": "^6.9.1",
5656
"@testing-library/react": "^16.3.0",
5757
"@testing-library/user-event": "^14.6.1",
5858
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
5959
"@types/jest": "^30.0.0",
60-
"@types/node": "^24.10.0",
60+
"@types/node": "^24.10.1",
6161
"@types/qs": "^6.14.0",
62-
"@types/react": "^19.2.2",
63-
"@types/react-dom": "^19.2.2",
62+
"@types/react": "^19.2.7",
63+
"@types/react-dom": "^19.2.3",
6464
"@types/webpack-bundle-analyzer": "^4.7.0",
6565
"eslint": "^9.39.1",
6666
"eslint-config-prettier": "^10.1.8",
6767
"husky": "^9.1.7",
6868
"jest": "^30.2.0",
6969
"jest-environment-jsdom": "^30.2.0",
7070
"lighthouse": "^13.0.1",
71-
"lint-staged": "^16.2.6",
71+
"lint-staged": "^16.2.7",
7272
"postcss": "^8.5.6",
7373
"prettier": "3.6.2",
74-
"prettier-plugin-sort-imports": "^1.8.8",
75-
"prettier-plugin-tailwindcss": "^0.7.1",
76-
"sass": "^1.93.3",
77-
"sharp": "^0.34.4",
78-
"tailwindcss": "^4.1.16",
79-
"ts-jest": "^29.4.5",
74+
"prettier-plugin-sort-imports": "^1.8.9",
75+
"prettier-plugin-tailwindcss": "^0.7.2",
76+
"sass": "^1.94.2",
77+
"sharp": "^0.34.5",
78+
"tailwindcss": "^4.1.17",
79+
"ts-jest": "^29.4.6",
8080
"ts-node": "^10.9.2",
8181
"typescript": "^5.9.3",
82-
"typescript-eslint": "^8.46.3",
83-
"webpack": "^5.102.1",
84-
"webpack-bundle-analyzer": "^4.10.2"
82+
"typescript-eslint": "^8.48.1",
83+
"webpack": "^5.103.0",
84+
"webpack-bundle-analyzer": "^5.0.1"
8585
},
8686
"browserslist": {
8787
"production": [
@@ -97,5 +97,5 @@
9797
"last 1 safari version"
9898
]
9999
},
100-
"packageManager": "pnpm@10.20.0"
100+
"packageManager": "pnpm@10.24.0"
101101
}

0 commit comments

Comments
 (0)