chore: update dependencies and lockfile
- Downgrade @nuxthub/core from ^0.8.10 to 0.7.11 for compatibility. - Upgrade nuxt from ~3.12.4 to ~3.13.2 to incorporate recent improvements. - Update rollup version in various dependencies to 4.18.0 for better performance and stability. - Adjust pnpm-lock.yaml to reflect changes in package versions and dependencies. These updates aim to enhance stability and performance while ensuring compatibility across the project.
This commit is contained in:
parent
ff0c2ad1eb
commit
480824f36f
2 changed files with 1266 additions and 543 deletions
|
|
@ -45,7 +45,7 @@
|
|||
"@antfu/eslint-config": "^3.12.1",
|
||||
"@nuxt/eslint": "^0.7.4",
|
||||
"@nuxt/eslint-config": "^0.7.4",
|
||||
"@nuxthub/core": "^0.8.10",
|
||||
"@nuxthub/core": "0.7.11",
|
||||
"@nuxtjs/color-mode": "^3.5.2",
|
||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
||||
"@vueuse/integrations": "^12.2.0",
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"clsx": "^2.1.1",
|
||||
"eslint": "^9.17.0",
|
||||
"lint-staged": "^15.2.11",
|
||||
"nuxt": "~3.12.4",
|
||||
"nuxt": "~3.13.2",
|
||||
"shadcn-nuxt": "^0.11.3",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
|
|
|
|||
1805
pnpm-lock.yaml
1805
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue