Skip to content

Commit

Permalink
chore: bump nuxt/vue versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2023
1 parent d9694f2 commit ee72741
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 deletions.
4 changes: 2 additions & 2 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"nuxt": "^3.8.0",
"vue": "^3.3.7",
"nuxt": "^3.8.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
"nuxt": "^3.8.0",
"vue": "^3.3.7",
"nuxt": "^3.8.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.0"
"@nuxt/kit": "^3.8.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.8.0",
"@nuxt/schema": "^3.8.1",
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"nuxt": "^3.8.0",
"nuxt": "^3.8.1",
"vitest": "0.33.0"
}
}
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "^3.8.0"
"nuxt": "^3.8.1"
}
}
23 changes: 10 additions & 13 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 ee72741

Please sign in to comment.