use npm rather than pnpm
Some checks failed
Backend Actions / check (push) Successful in 18s
Backend Actions / build (push) Successful in 31s
Backend Actions / test (push) Successful in 41s
Backend Actions / package (push) Failing after 27s

This commit is contained in:
2025-07-25 13:39:24 +01:00
parent 38cac0b257
commit b561c92f07
4 changed files with 14392 additions and 9971 deletions

View File

@ -11,11 +11,9 @@
},
"dependencies": {
"@nuxt/eslint": "1.6.0",
"@nuxt/icon": "1.15.0",
"@nuxt/image": "1.10.0",
"@nuxt/test-utils": "3.19.2",
"eslint": "^9.31.0",
"nuxt": "^4.0.0",
"@nuxt/icon": "^1.15.0",
"@nuxt/test-utils": "^3.19.2",
"nuxt": "^4.0.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
}