Skip to content

Commit

Permalink
chore: bump playground to nuxt v3.8.2 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 21, 2023
1 parent 69ba14a commit 34c3aa7
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 830 deletions.
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"nuxt": "^3.8.1",
"nuxt": "^3.8.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest run"
},
"dependencies": {
"nuxt": "^3.8.1",
"nuxt": "^3.8.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
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,16 +27,16 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.1",
"@nuxt/kit": "^3.8.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.8.1",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"nuxt": "^3.8.1",
"nuxt": "^3.8.2",
"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,7 +8,7 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "^3.8.1"
"nuxt": "^3.8.2"
},
"dependencies": {
"vue": "^3.3.8",
Expand Down
Loading

0 comments on commit 34c3aa7

Please sign in to comment.