Skip to content

Commit

Permalink
chore(deps): update nuxt core (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Jan 15, 2025
1 parent 5537706 commit 14e08f3
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 1,339 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pnpm test

- name: ⚙️ Check engine ranges
run: pnpm installed-check
run: pnpm installed-check --no-workspaces -d

- name: 🟩 Coverage
if: matrix.os != 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@nuxt-themes/docus": "1.15.1",
"@nuxtjs/plausible": "latest",
"nuxt": "3.14.1592"
"nuxt": "3.15.2"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@
"pathe": "^2.0.0"
},
"devDependencies": {
"@nuxt/cli": "3.20.0",
"@nuxt/eslint-config": "0.7.5",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.14.1592",
"@nuxt/test-utils": "3.15.1",
"@nuxt/schema": "3.15.2",
"@nuxt/test-utils": "3.15.4",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
"bumpp": "9.10.0",
Expand All @@ -77,8 +78,7 @@
"happy-dom": "16.5.3",
"installed-check": "9.3.0",
"lint-staged": "15.3.0",
"nuxi": "3.17.2",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"simple-git-hooks": "2.11.1",
"typescript": "5.7.3",
"vitest": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@nuxtjs/sanity": "latest",
"@sanity/client": "latest",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"react": "18.3.1",
"vue": "latest",
"vue-router": "latest"
Expand Down
Loading

0 comments on commit 14e08f3

Please sign in to comment.