0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13: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",
"version": "2024.10.24",
"version": "2025.01.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "website",
"version": "2024.10.24",
"version": "2025.01.24",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",

View File

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