Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 24, 2023
1 parent 0879c85 commit 0bfe4ef
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 208 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Expand Up @@ -23,13 +23,13 @@
"dev:prepare": "jiti ../src/cli.ts --stub && nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.5.0"
"@nuxt/kit": "^3.5.1"
},
"devDependencies": {
"@types/node": "^20.1.3",
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.5.0",
"nuxt": "^3.5.0"
"@nuxt/schema": "^3.5.1",
"nuxt": "^3.5.1"
},
"build": {
"entries": [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -37,16 +37,16 @@
"unbuild": "^1.2.1"
},
"devDependencies": {
"@nuxt/kit": "^3.5.0",
"@nuxt/schema": "^3.5.0",
"@nuxt/kit": "^3.5.1",
"@nuxt/schema": "^3.5.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^20.1.3",
"@vitest/coverage-c8": "^0.31.0",
"eslint": "^8.40.0",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"jiti": "^1.18.2",
"nuxt": "^3.5.0",
"nuxt": "^3.5.1",
"standard-version": "^9.5.0",
"vitest": "^0.31.0"
"vitest": "^0.31.1"
}
}

0 comments on commit 0bfe4ef

Please sign in to comment.