Skip to content

Commit 39e7114

Browse files
Implement code changes to enhance functionality and improve performance
1 parent 3a67302 commit 39e7114

File tree

2 files changed

+590
-524
lines changed

2 files changed

+590
-524
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "1.0.0",
55
"scripts": {
66
"clean": "rm -rf .next coverage node_modules tsconfig.tsbuildinfo",
7-
"dev": "next dev",
8-
"build": "next build",
7+
"dev": "next dev --turbopack",
8+
"build": "next build --turbopack",
99
"start": "next start",
1010
"lint": "next lint",
1111
"prepare": "husky install",
@@ -36,18 +36,18 @@
3636
"@cloudflare/next-on-pages": "^1.13.12",
3737
"@commitlint/cli": "^19.8.1",
3838
"@commitlint/config-conventional": "^19.8.1",
39-
"@tailwindcss/postcss": "^4.1.7",
39+
"@tailwindcss/postcss": "^4.1.8",
4040
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/react": "^16.3.0",
42-
"@types/node": "^22.15.18",
43-
"@types/react": "^19.1.4",
42+
"@types/node": "^22.15.24",
43+
"@types/react": "^19.1.6",
4444
"eslint-config-next": "^15.3.2",
4545
"husky": "^9.1.7",
4646
"jest": "^29.7.0",
47-
"jest-environment-jsdom": "^29.7.0",
48-
"lint-staged": "^16.0.0",
49-
"postcss": "^8.4.8",
50-
"tailwindcss": "^4.1.7",
47+
"jest-environment-jsdom": "30.0.0-beta.3",
48+
"lint-staged": "^16.1.0",
49+
"postcss": "^8.5.4",
50+
"tailwindcss": "^4.1.8",
5151
"typescript": "^5.8.3"
5252
},
5353
"lint-staged": {

0 commit comments

Comments
 (0)