Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 3, 2024
1 parent cee0cf2 commit d1516f4
Show file tree
Hide file tree
Showing 6 changed files with 875 additions and 1,069 deletions.
18 changes: 9 additions & 9 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.11.10",
"vue": "^3.5.12"
"@unhead/vue": "^1.11.13",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.10",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.5",
"typescript": "5.6.3",
"unplugin-vue-markdown": "^0.27.1",
"vite": "^6.0.2",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.21.1",
"vite-ssg": "workspace:*",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
}
}
20 changes: 10 additions & 10 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.11.10",
"pinia": "^2.2.4",
"vue": "^3.5.12"
"@unhead/vue": "^1.11.13",
"pinia": "^2.2.8",
"vue": "^3.5.13"
},
"devDependencies": {
"@nuxt/devalue": "^2.0.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.10",
"vite-plugin-pages": "^0.32.3",
"typescript": "5.6.3",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-markdown": "^0.27.1",
"vite": "^6.0.2",
"vite-plugin-pages": "^0.32.4",
"vite-ssg": "workspace:*",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
}
}
18 changes: 9 additions & 9 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.11.10",
"vue": "^3.5.12"
"@unhead/vue": "^1.11.13",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.10",
"vite-plugin-pages": "^0.32.3",
"typescript": "5.6.3",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-markdown": "^0.27.1",
"vite": "^6.0.2",
"vite-plugin-pages": "^0.32.4",
"vite-ssg": "workspace:*",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
}
}
10 changes: 5 additions & 5 deletions examples/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"serve": "vite preview"
},
"dependencies": {
"pinia": "^2.2.4",
"vue": "^3.5.12"
"pinia": "^2.2.8",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "5.6.3",
"vite": "^6.0.2",
"vite-ssg": "workspace:*"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-ssg",
"version": "0.24.1",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.4",
"description": "Server-side generation for Vite",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -98,41 +98,41 @@
}
},
"dependencies": {
"@unhead/dom": "^1.11.10",
"@unhead/vue": "^1.11.10",
"@unhead/dom": "^1.11.13",
"@unhead/vue": "^1.11.13",
"fs-extra": "^11.2.0",
"html-minifier-terser": "^7.2.0",
"html5parser": "^2.0.2",
"jsdom": "^25.0.1",
"kolorist": "^1.8.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.11.2",
"@types/fs-extra": "^11.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/jsdom": "^21.1.7",
"@types/yargs": "^17.0.33",
"beasties": "^0.1.0",
"bumpp": "^9.8.0",
"bumpp": "^9.8.1",
"critters": "^0.0.25",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"p-queue": "^8.0.1",
"rollup": "^4.24.2",
"rollup": "^4.28.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.8"
"vite": "^6.0.2",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^5.4.10"
"vite": "^6.0.2"
}
}
Loading

0 comments on commit d1516f4

Please sign in to comment.