Skip to content

Commit

Permalink
chore(nuxt): bump the development group in /packages/nuxt with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development group in /packages/nuxt with 2 updates: [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@nuxt/devtools` from 1.3.7 to 1.5.2
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.5.2/packages/devtools)

Updates `vitest` from 1.6.0 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 6bc6750 commit c2f9ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"@nuxt/kit": "^3.13.2"
},
"devDependencies": {
"@nuxt/devtools": "1.5.1",
"@nuxt/devtools": "1.5.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.13.1",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"scripts": {
"build": "nuxt-module-build --outDir ../../dist/nuxt && pnpm dlx nuxi prepare ./playground",
Expand Down

0 comments on commit c2f9ec9

Please sign in to comment.