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

Commit 7f24a17

Browse files
update the packages
1 parent c3bd33e commit 7f24a17

File tree

3 files changed

+1544
-2121
lines changed

3 files changed

+1544
-2121
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<div style="display: block; margin-left: auto; margin-right: auto;width: 40%;">
2-
3-
![logo](./logo.svg)
4-
5-
</div>
6-
7-
<div style="margin-top: 10px auto;width:100%;"></div>
8-
91
Start your blog journey with Next.js, Nextra, and MDX using section themes. You can start your blog in less than two minutes, and you need only one command and zero configuration. Section theme comes with an inbuilt dark mode, a search bar, Customize Navigation, and SEO Support.
102

113
## Tech Stack

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"dev": "turbo run dev",
66
"lint": "turbo run lint",
77
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
8-
"update:package":"pnpm update -L --filter=section-blog-theme --filter=demo-section-blog"
8+
"update:package": "pnpm update -L --filter=section-blog-theme --filter=demo-section-blog"
99
},
1010
"devDependencies": {
11-
"@turbo/gen": "^1.10.15",
12-
"eslint": "^7.32.0",
13-
"prettier": "^2.8.8",
14-
"turbo": "^1.10.16"
11+
"@turbo/gen": "^1.11.2",
12+
"eslint": "^8.55.0",
13+
"prettier": "^3.1.1",
14+
"turbo": "^1.11.2"
1515
},
1616
"packageManager": "[email protected]",
1717
"dependencies": {
18-
"@changesets/cli": "^2.26.2"
18+
"@changesets/cli": "^2.27.1"
1919
}
2020
}

0 commit comments

Comments
 (0)