Skip to content

Commit

Permalink
chore(deps): pin dependencies (#904)
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] authored Aug 13, 2024
1 parent 3bdc5f4 commit e278ca1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt/content": "2.13.2",
"@nuxt/test-utils": "latest",
"nuxt": "^3.12.4",
"nuxt": "3.12.4",
"vitest": "2.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.3.3",
"nuxt": "^3.12.4",
"nuxt": "3.12.4",
"vitest": "2.0.4",
"vue": "3.4.37",
"vue-router": "4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@nuxt/module-builder": "0.8.2",
"@nuxt/schema": "^3.12.4",
"@nuxt/schema": "3.12.4",
"@nuxt/test-utils": "latest",
"changelogen": "0.5.5",
"nuxt": "^3.12.4",
"nuxt": "3.12.4",
"vitest": "2.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "^3.12.4"
"nuxt": "3.12.4"
},
"dependencies": {
"vue": "^3.4.37",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e278ca1

Please sign in to comment.