This commit is contained in:
Julian Krauser 2025-01-16 14:14:09 +01:00
parent 42d8722265
commit 76b175eac9
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.0.2",
"version": "1.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nuxt-app",
"version": "1.0.2",
"version": "1.0.3",
"hasInstallScript": true,
"dependencies": {
"@nuxt/image": "^1.8.1",

View file

@ -21,5 +21,5 @@
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
},
"version": "1.0.2"
"version": "1.0.3"
}