Skip to content

Commit e3a9a49

Browse files
committed
chore: update .gitignore to include .pnpm-store and adjust @astrojs/sitemap version to 3.2.1 in package.json and pnpm-lock.yaml
1 parent 7bb5039 commit e3a9a49

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist/
33

44
# generated types
55
.astro/
6+
.pnpm-store/
67

78
# dependencies
89
node_modules/

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@astrojs/check": "^0.9.4",
1919
"@astrojs/rss": "^4.0.9",
20-
"@astrojs/sitemap": "^3.2.1",
20+
"@astrojs/sitemap": "3.2.1",
2121
"@astrojs/svelte": "^6.0.1",
2222
"@astrojs/tailwind": "^5.1.2",
2323
"@fontsource-variable/jetbrains-mono": "^5.1.1",
@@ -67,5 +67,10 @@
6767
"postcss-import": "^16.1.0",
6868
"postcss-nesting": "^13.0.1"
6969
},
70-
"packageManager": "pnpm@9.14.4"
70+
"packageManager": "pnpm@9.14.4",
71+
"pnpm": {
72+
"overrides": {
73+
"@astrojs/sitemap": "3.2.1"
74+
}
75+
}
7176
}

pnpm-lock.yaml

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)