update to nuxt 4.4.4
This commit is contained in:
parent
115309eb2e
commit
673088aa3f
3 changed files with 2913 additions and 2092 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/fonts": "^0.11.4",
|
"@nuxt/fonts": "^0.11.4",
|
||||||
"@nuxt/ui": "^4.1.0",
|
"@nuxt/ui": "^4.1.0",
|
||||||
"nuxt": "^4.1.3",
|
"nuxt": "^4.4.4",
|
||||||
"nuxt-umami": "3.2.1",
|
"nuxt-umami": "3.2.1",
|
||||||
"tailwindcss": "^4.1.16",
|
"tailwindcss": "^4.1.16",
|
||||||
"vue": "^3.5.22",
|
"vue": "^3.5.22",
|
||||||
|
|
|
||||||
4999
pnpm-lock.yaml
4999
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +1,7 @@
|
||||||
|
allowBuilds:
|
||||||
|
'@parcel/watcher': true
|
||||||
|
esbuild: true
|
||||||
|
vue-demi: true
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- '@parcel/watcher'
|
- '@parcel/watcher'
|
||||||
- esbuild
|
- esbuild
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue