Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 6bb110a

Browse files
update the packages
1 parent 188115a commit 6bb110a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

examples/demo-section-blog/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,27 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"format":"pnpm exec prettier ./src --write"
1011
},
1112
"dependencies": {
12-
"@types/node": "20.10.4",
13-
"@types/react": "18.2.45",
14-
"@types/react-dom": "18.2.17",
13+
"@types/node": "20.11.0",
14+
"@types/react": "18.2.47",
15+
"@types/react-dom": "18.2.18",
1516
"autoprefixer": "10.4.16",
16-
"eslint": "^8.55.0",
17+
"eslint": "^8.56.0",
1718
"eslint-config-next": "^14.0.4",
1819
"next": "14.0.4",
1920
"nextra": "^2.13.2",
20-
"postcss": "8.4.32",
21+
"postcss": "8.4.33",
2122
"react": "18.2.0",
2223
"react-dom": "18.2.0",
2324
"rimraf": "^5.0.5",
2425
"section-blog-theme": "workspace:*",
25-
"tailwindcss": "3.3.6",
26+
"tailwindcss": "3.4.1",
2627
"typescript": "5.3.3"
28+
},
29+
"devDependencies": {
30+
"prettier": "^3.1.1"
2731
}
2832
}

0 commit comments

Comments
 (0)