Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 73f06d5

Browse files
authored
fix: added typescript dependency in next-sitemap example (vercel#25866)
As mentioned in vercel#25854 `witn-next-sitemap` example is missing `typescript` package as a dependency - [x] Make sure the linting passes
1 parent 1c63b2d commit 73f06d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/with-next-sitemap/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"devDependencies": {
1717
"@types/node": "14.6.0",
1818
"@types/react": "^16.9.45",
19-
"next-sitemap": "latest"
19+
"next-sitemap": "latest",
20+
"typescript": "^4.3.2"
2021
}
2122
}

0 commit comments

Comments
 (0)