We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b74295 commit 77be36eCopy full SHA for 77be36e
docs/package.json
@@ -3,18 +3,18 @@
3
"version": "0.0.0",
4
"dependencies": {
5
"@heroicons/react": "~2.2.0",
6
- "next": "~15.0.4",
7
- "next-themes": "~0.4.3",
8
- "nextra": "~2.13.4",
9
- "nextra-theme-docs": "~2.13.4",
10
- "react": "~18.3.1",
11
- "react-dom": "~18.3.1",
12
- "swr": "~2.2.5"
+ "next": "~15.2.4",
+ "next-themes": "~0.4.6",
+ "nextra": "2",
+ "nextra-theme-docs": "2",
+ "react": "18",
+ "react-dom": "18",
+ "swr": "~2.3.3"
13
},
14
"devDependencies": {
15
- "autoprefixer": "~10.4.20",
16
- "postcss": "~8.4.49",
17
- "tailwindcss": "~3.4.14"
+ "autoprefixer": "~10.4.21",
+ "postcss": "~8.5.3",
+ "tailwindcss": "3"
18
19
"engines": {
20
"node": ">=18"
docs/pages/_app.js renamed to docs/pages/_app.mdx
0 commit comments