Skip to content

Commit

Permalink
Updated All Packages (mostly to get to latest Nuxt) (#632)
Browse files Browse the repository at this point in the history
* updated Nuxt to latest, and all other packages, ensured it built & tests passed

* Update @nuxt/test-utils to satisfy happy-dom peer dependency version

* Re-add deps that were mistakenly left out

---------

Co-authored-by: zysim <[email protected]>
  • Loading branch information
buffet-time and zysim authored Sep 25, 2024
1 parent 3f36fe4 commit f213870
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 42 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nuxt/eslint": "^0.5.5",
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/vite-builder": "^3.13.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.5.1",
Expand All @@ -56,9 +56,9 @@
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-typegen": "^0.3.1",
"eslint-typegen": "^0.3.2",
"globals": "^15.9.0",
"happy-dom": "^14.12.3",
"happy-dom": "^15.0.0",
"husky": "^9.1.5",
"jiti": "^1.21.6",
"nuxt": "^3.13.0",
Expand Down
Loading

0 comments on commit f213870

Please sign in to comment.