Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 9, 2023
1 parent 0814f85 commit a424161
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 485 deletions.
8 changes: 4 additions & 4 deletions examples/multiple-pages-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"serve": "vite preview"
},
"dependencies": {
"@unhead/vue": "^1.7.4",
"vue": "^3.3.7"
"@unhead/vue": "^1.8.3",
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"unplugin-vue-markdown": "^0.24.3",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-pwa": "^0.16.7",
"vite-ssg": "workspace:*",
"vue-router": "^4.2.5"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/multiple-pages-with-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"serve": "vite preview"
},
"dependencies": {
"@unhead/vue": "^1.7.4",
"@unhead/vue": "^1.8.3",
"pinia": "^2.1.7",
"vue": "^3.3.7"
"vue": "^3.3.8"
},
"devDependencies": {
"@nuxt/devalue": "^2.0.2",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/multiple-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"serve": "vite preview --base /ssg-base/"
},
"dependencies": {
"@unhead/vue": "^1.7.4",
"vue": "^3.3.7"
"@unhead/vue": "^1.8.3",
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.7"
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-ssg",
"version": "0.23.4",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"description": "Server-side generation for Vite",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -97,8 +97,8 @@
}
},
"dependencies": {
"@unhead/dom": "^1.7.4",
"@unhead/vue": "^1.7.4",
"@unhead/dom": "^1.8.3",
"@unhead/vue": "^1.8.3",
"fs-extra": "^11.1.1",
"html-minifier": "^4.0.0",
"html5parser": "^2.0.2",
Expand All @@ -108,28 +108,27 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.29",
"@types/fs-extra": "^11.0.3",
"@types/html-minifier": "^4.0.4",
"@types/jsdom": "^21.1.4",
"@types/yargs": "^17.0.29",
"@vueuse/head": "^2.0.0",
"@antfu/eslint-config": "^1.1.0",
"@types/fs-extra": "^11.0.4",
"@types/html-minifier": "^4.0.5",
"@types/jsdom": "^21.1.5",
"@types/yargs": "^17.0.31",
"bumpp": "^9.2.0",
"critters": "^0.0.20",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"p-queue": "^7.4.1",
"rollup": "^4.1.4",
"rollup": "^4.3.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^5.0.0-beta.12",
"vite-plugin-pwa": "^0.16.5",
"vite": "^5.0.0-beta.17",
"vite-plugin-pwa": "^0.16.7",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.21"
"vue-tsc": "^1.8.22"
},
"resolutions": {
"vite": "^5.0.0-beta.12"
Expand Down
Loading

0 comments on commit a424161

Please sign in to comment.