Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore: update to nuxt v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 26, 2023
1 parent b05c3f6 commit f9d7b73
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 717 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.7.6",
"scripts": {
"build": "pnpm dev:prepare && pnpm -r --filter \"./packages/**\" run build",
"stub": "pnpm -r --filter \"./packages/**\" run stub",
Expand All @@ -19,21 +19,21 @@
},
"devDependencies": {
"@nuxt/eslint-config": "0.2.0",
"@nuxt/schema": "3.7.1",
"@nuxt/schema": "3.7.3",
"@vitest/coverage-v8": "0.33.0",
"changelogen": "0.5.5",
"eslint": "8.48.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nuxt": "3.7.1",
"prettier": "3.0.2",
"nuxt": "3.7.3",
"prettier": "3.0.3",
"typescript": "5.2.2",
"unbuild": "2.0.0",
"vitest": "0.33.0",
"vue": "3.3.4",
"vue-tsc": "1.8.8"
"vue-tsc": "1.8.13"
},
"pnpm": {
"overrides": {
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0"
},
"dependencies": {
"@nuxt/kit": "^3.7.0",
"@nuxt/kit": "^3.7.3",
"@vitest/ui": "^0.33.0",
"defu": "^6.1.2",
"get-port-please": "^3.0.2",
"get-port-please": "^3.1.1",
"perfect-debounce": "^1.0.0",
"std-env": "^3.4.3",
"vitest-environment-nuxt": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "0.5.1",
"@nuxt/schema": "3.7.1",
"nuxt": "3.7.1",
"@nuxt/schema": "3.7.3",
"nuxt": "3.7.3",
"vitest": "0.33.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/vitest-environment-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"*.d.ts"
],
"dependencies": {
"@nuxt/kit": "^3.7.0",
"@nuxt/kit": "^3.7.3",
"@vue/test-utils": "^2.4.1",
"defu": "^6.1.2",
"estree-walker": "^3.0.3",
Expand All @@ -60,7 +60,7 @@
"devDependencies": {
"@testing-library/vue": "7.0.0",
"@types/jsdom": "21.1.3",
"happy-dom": "12.1.2",
"happy-dom": "12.1.6",
"jsdom": "22.1.0",
"vue": "3.3.4"
},
Expand All @@ -83,4 +83,4 @@
"optional": true
}
}
}
}
Loading

0 comments on commit f9d7b73

Please sign in to comment.