Skip to content

Commit 77be36e

Browse files
authored
build(docs): lock dependencies (#1110)
* build(docs): lock dependencies * _app.js → _app.mdx
1 parent 5b74295 commit 77be36e

File tree

3 files changed

+239
-231
lines changed

3 files changed

+239
-231
lines changed

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@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"
6+
"next": "~15.2.4",
7+
"next-themes": "~0.4.6",
8+
"nextra": "2",
9+
"nextra-theme-docs": "2",
10+
"react": "18",
11+
"react-dom": "18",
12+
"swr": "~2.3.3"
1313
},
1414
"devDependencies": {
15-
"autoprefixer": "~10.4.20",
16-
"postcss": "~8.4.49",
17-
"tailwindcss": "~3.4.14"
15+
"autoprefixer": "~10.4.21",
16+
"postcss": "~8.5.3",
17+
"tailwindcss": "3"
1818
},
1919
"engines": {
2020
"node": ">=18"
File renamed without changes.

0 commit comments

Comments
 (0)