Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2024
1 parent dbfd995 commit 29ab40a
Show file tree
Hide file tree
Showing 6 changed files with 1,257 additions and 987 deletions.
16 changes: 8 additions & 8 deletions examples/multiple-pages-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"serve": "vite preview"
},
"dependencies": {
"@unhead/vue": "^1.9.7",
"vue": "^3.4.25"
"@unhead/vue": "^1.9.15",
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.10",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pwa": "^0.19.8",
"vite": "^5.3.3",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.0",
"vite-ssg": "workspace:*",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
}
}
16 changes: 8 additions & 8 deletions examples/multiple-pages-with-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"serve": "vite preview"
},
"dependencies": {
"@unhead/vue": "^1.9.7",
"@unhead/vue": "^1.9.15",
"pinia": "^2.1.7",
"vue": "^3.4.25"
"vue": "^3.4.31"
},
"devDependencies": {
"@nuxt/devalue": "^2.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.26.0",
"typescript": "^5.5.3",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.10",
"vite-plugin-pages": "^0.32.1",
"vite": "^5.3.3",
"vite-plugin-pages": "^0.32.3",
"vite-ssg": "workspace:*",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
}
}
16 changes: 8 additions & 8 deletions examples/multiple-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"serve": "vite preview --base /ssg-base/"
},
"dependencies": {
"@unhead/vue": "^1.9.7",
"vue": "^3.4.25"
"@unhead/vue": "^1.9.15",
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.26.0",
"typescript": "^5.5.3",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.10",
"vite-plugin-pages": "^0.32.1",
"vite": "^5.3.3",
"vite-plugin-pages": "^0.32.3",
"vite-ssg": "workspace:*",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
}
}
8 changes: 4 additions & 4 deletions examples/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.25"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-ssg": "workspace:*"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-ssg",
"version": "0.23.7",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.4.0",
"description": "Server-side generation for Vite",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -97,40 +97,40 @@
}
},
"dependencies": {
"@unhead/dom": "^1.9.7",
"@unhead/vue": "^1.9.7",
"@unhead/dom": "^1.9.15",
"@unhead/vue": "^1.9.15",
"fs-extra": "^11.2.0",
"html-minifier-terser": "^7.2.0",
"html5parser": "^2.0.2",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"kolorist": "^1.8.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@antfu/eslint-config": "^2.22.0-beta.1",
"@types/fs-extra": "^11.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/jsdom": "^21.1.6",
"@types/jsdom": "^21.1.7",
"@types/yargs": "^17.0.32",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"critters": "^0.0.22",
"eslint": "^9.1.1",
"eslint": "^9.6.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"p-queue": "^8.0.1",
"rollup": "^4.16.4",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"rollup": "^4.18.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.5.1",
"vue": "^3.4.25",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.14"
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^1.6.0",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
},
"resolutions": {
"vite": "^5.2.10"
"vite": "^5.3.3"
}
}
Loading

0 comments on commit 29ab40a

Please sign in to comment.