Skip to content

Commit 25d75ac

Browse files
authored
Merge pull request #5 from zecdev/dependabot-fix
update dependency
2 parents 07a68c4 + 44474a0 commit 25d75ac

File tree

3 files changed

+4732
-12
lines changed

3 files changed

+4732
-12
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.3",
13-
"nextra": "^4.2.16",
14-
"nextra-theme-docs": "^4.2.16",
15-
"react": "^19.0.0",
16-
"react-dom": "^19.0.0"
12+
"next": "^15.3.1",
13+
"nextra": "^4.2.17",
14+
"nextra-theme-docs": "^4.2.17",
15+
"react": "^19.1.0",
16+
"react-dom": "^19.1.0"
1717
},
1818
"devDependencies": {
19-
"@tailwindcss/postcss": "^4",
20-
"@types/node": "^20",
21-
"@types/react": "^19",
22-
"@types/react-dom": "^19",
23-
"tailwindcss": "^4",
24-
"typescript": "^5"
19+
"@tailwindcss/postcss": "^4.1.4",
20+
"@types/node": "^20.17.30",
21+
"@types/react": "^19.1.2",
22+
"@types/react-dom": "^19.1.2",
23+
"tailwindcss": "^4.1.4",
24+
"typescript": "^5.8.3"
2525
}
2626
}

0 commit comments

Comments
 (0)