4 Commits

Author SHA1 Message Date
Alex Wellnitz
05de27abe9 2.3.10 2023-09-26 14:54:30 +02:00
Alex Wellnitz
1209346a71 fix: update packag.json 2023-09-26 14:54:23 +02:00
Alex Wellnitz
3db6264f66 feat: update sitemap plugin 2023-09-26 14:53:44 +02:00
4c08105626 Update values-prod.yaml 2023-09-25 18:04:01 +02:00
3 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ image:
repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.3.8"
tag: "v2.3.9"
ingress:
enabled: true

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "alexohneander-astro",
"version": "2.3.7",
"version": "2.3.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alexohneander-astro",
"version": "2.3.7",
"version": "2.3.10",
"dependencies": {
"@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1",
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@astrojs/react": "^2.1.3",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^3.1.2",
"@divriots/jampack": "^0.11.2",
"@tailwindcss/typography": "^0.5.9",
@@ -164,9 +164,9 @@
}
},
"node_modules/@astrojs/sitemap": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-1.3.3.tgz",
"integrity": "sha512-TPyyb/hKxc+bHPpSoNPhsuI0QOTVzq2tueg2r0CTH1HqigYIAA2LQkCBlQzz85R+LrOZpv4kXYmhxdDcSkJCmA==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-1.4.0.tgz",
"integrity": "sha512-uTK77kcg7iTiik+u7rTGG6vK4ZWTfYMaVnFndOVQrLzaE5xivmQgIbVLtlN+xRcME5n/m6vYQFJmogFR+elGCw==",
"dev": true,
"dependencies": {
"sitemap": "^7.1.1",
@@ -11257,9 +11257,9 @@
}
},
"@astrojs/sitemap": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-1.3.3.tgz",
"integrity": "sha512-TPyyb/hKxc+bHPpSoNPhsuI0QOTVzq2tueg2r0CTH1HqigYIAA2LQkCBlQzz85R+LrOZpv4kXYmhxdDcSkJCmA==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-1.4.0.tgz",
"integrity": "sha512-uTK77kcg7iTiik+u7rTGG6vK4ZWTfYMaVnFndOVQrLzaE5xivmQgIbVLtlN+xRcME5n/m6vYQFJmogFR+elGCw==",
"dev": true,
"requires": {
"sitemap": "^7.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "alexohneander-astro",
"version": "2.3.7",
"version": "2.3.10",
"scripts": {
"dev": "astro check --watch & astro dev",
"start": "astro dev",
@@ -27,7 +27,7 @@
},
"devDependencies": {
"@astrojs/react": "^2.1.3",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^3.1.2",
"@divriots/jampack": "^0.11.2",
"@tailwindcss/typography": "^0.5.9",