Skip to content

Commit

Permalink
chore: bump package versions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 18, 2023
1 parent 8cf01bd commit 87af917
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 310 deletions.
10 changes: 5 additions & 5 deletions examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"test": "pnpm test:happy-dom && pnpm test:jsdom && pnpm test:dev && pnpm test:types"
},
"devDependencies": {
"@nuxt/devtools": "1.0.2",
"@nuxt/devtools": "1.0.6",
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.0.1",
"happy-dom": "12.10.3",
"jsdom": "22.1.0",
"jsdom": "23.0.1",
"listhen": "^1.5.5",
"nuxt": "3.8.2",
"typescript": "5.2.2",
"vitest": "1.0.1",
"vue-tsc": "1.8.19"
"typescript": "5.3.3",
"vitest": "latest",
"vue-tsc": "1.8.25"
},
"dependencies": {
"idb-keyval": "^6.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nuxt/content": "^2.9.0",
"@nuxt/test-utils": "latest",
"nuxt": "^3.8.2",
"vitest": "1.0.1"
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.0.0-rc.7",
"nuxt": "^3.8.2",
"vitest": "1.0.1",
"vitest": "latest",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"nuxt": "^3.8.2",
"vitest": "1.0.1"
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"unbuild": "latest",
"unimport": "3.6.1",
"vite": "5.0.10",
"vitest": "1.0.4",
"vitest": "latest",
"vue-router": "4.2.5",
"vue-tsc": "1.8.25"
},
Expand Down
Loading

0 comments on commit 87af917

Please sign in to comment.