Bumped astro to 5.3.0
All checks were successful
Linting and checking code / get-version (push) Successful in 11s
Linting and checking code / astro-check (push) Successful in 21s
Build and deploy preview site / check-tag (push) Successful in 15s
Build and deploy preview site / checking (push) Successful in 26s
Build and deploy preview site / build-site (push) Successful in 3m46s
Build and deploy preview site / run-unlighthouse (push) Successful in 6s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 15s
Build and deploy preview site / create-release (push) Successful in 23s

This commit is contained in:
Firq-ow 2025-02-14 16:10:14 +01:00
parent 81c1def4c4
commit 19492fc41b
Signed by: Firq
GPG key ID: BC5CE35A72BDB4AB
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -1,19 +1,19 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.64", "version": "0.2.0-pre.65",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.64", "version": "0.2.0-pre.65",
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6", "@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8", "@astrojs/mdx": "^4.0.8",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.0", "@fontsource-variable/work-sans": "^5.1.0",
"astro": "^5.2.5", "astro": "^5.3.0",
"astro-meta-tags": "^0.3.1", "astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"iconoir": "^7.7.0", "iconoir": "^7.7.0",
@ -2775,9 +2775,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "5.2.5", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.2.5.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-5.3.0.tgz",
"integrity": "sha512-AYXyYkc+c5xbKTm48FyQA91y81nXyNPAaoyafR0LUugE4lAwuvIUcXDBfMzmbuP1lGRvsE33G2oypv6gbGaPFg==", "integrity": "sha512-e88l/Yk/6enR/ZDddLbqtM+oblBFk5mneNSmNesyVYGL/6Dj4UA67GPAZOk79VxT5dbLlclZSyyw/wlxN1aj3A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.10.3", "@astrojs/compiler": "^2.10.3",

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.64", "version": "0.2.0-pre.65",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -16,7 +16,7 @@
"@astrojs/mdx": "^4.0.8", "@astrojs/mdx": "^4.0.8",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.0", "@fontsource-variable/work-sans": "^5.1.0",
"astro": "^5.2.5", "astro": "^5.3.0",
"astro-meta-tags": "^0.3.1", "astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"iconoir": "^7.7.0", "iconoir": "^7.7.0",