This commit is contained in:
Julian Krauser 2025-03-12 11:17:32 +01:00
parent 59aaf0e46f
commit 58a26cfb02
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "nuxt-app",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nuxt-app",
"version": "1.2.1",
"version": "1.2.2",
"hasInstallScript": true,
"dependencies": {
"@nuxt/image": "^1.8.1",

View file

@ -21,5 +21,5 @@
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
},
"version": "1.2.1"
"version": "1.2.2"
}