0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00

Updating the project version to 2025.01.24 in the package.json and package-lock.json

This commit is contained in:
Valentin Popov 2025-01-23 23:14:20 +00:00
parent c694648c2c
commit 9b62213886
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "website", "name": "website",
"version": "2024.10.24", "version": "2025.01.24",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "website", "name": "website",
"version": "2024.10.24", "version": "2025.01.24",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11", "@astrojs/rss": "^4.0.11",

View File

@ -1,7 +1,7 @@
{ {
"name": "website", "name": "website",
"type": "module", "type": "module",
"version": "2024.10.24", "version": "2025.01.24",
"private": true, "private": true,
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",