This commit is contained in:
Julian Krauser 2025-01-18 11:48:54 +01:00
parent 69fd756a5a
commit 13b7ab4805
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.3",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nuxt-app",
"version": "1.0.3",
"version": "1.1.0",
"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.3"
"version": "1.1.0"
}