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

Commit

Permalink
chore(deps): update test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2023
1 parent 301b41c commit d8ff8a0
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 100 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nuxt/schema": "3.6.5",
"@release-it-plugins/workspaces": "4.0.0",
"@release-it/conventional-changelog": "7.0.0",
"@vitest/coverage-v8": "0.33.0",
"@vitest/coverage-v8": "0.34.1",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
Expand All @@ -34,7 +34,7 @@
"release-it": "16.1.3",
"typescript": "5.1.6",
"unbuild": "1.2.1",
"vitest": "0.33.0",
"vitest": "0.34.1",
"vue": "3.3.4",
"vue-tsc": "1.8.8"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@vitejs/plugin-vue": "*",
"@vitejs/plugin-vue-jsx": "*",
"vite": "*",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0"
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0 || ^0.34.0"
},
"dependencies": {
"@nuxt/kit": "^3.2.0",
"@vitest/ui": "^0.33.0",
"@vitest/ui": "^0.34.0",
"defu": "^6.1.2",
"get-port-please": "^3.0.1",
"perfect-debounce": "^1.0.0",
Expand All @@ -63,7 +63,7 @@
},
"devDependencies": {
"@nuxt/module-builder": "0.4.0",
"vitest": "0.33.0",
"vitest": "0.34.1",
"@nuxt/schema": "3.6.5",
"nuxt": "3.6.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest-environment-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
},
"devDependencies": {
"@types/jsdom": "21.1.1",
"happy-dom": "10.5.2",
"happy-dom": "10.7.0",
"jsdom": "22.1.0",
"vue": "3.3.4"
},
"peerDependencies": {
"happy-dom": "^9.10.9 || ^10.0.0",
"jsdom": "^22.0.0",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0 || ^0.34.0",
"vue": "^3.2.45",
"vue-router": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@nuxt/devtools": "0.7.4",
"happy-dom": "10.5.2",
"happy-dom": "10.7.0",
"jsdom": "22.1.0",
"nuxt": "3.6.5",
"nuxt-vitest": "0.10.2",
"typescript": "5.1.6",
"vitest": "0.33.0",
"vitest": "0.34.1",
"vitest-environment-nuxt": "0.10.2",
"vue-tsc": "1.8.8"
},
Expand Down

0 comments on commit d8ff8a0

Please sign in to comment.