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 18, 2023
1 parent d8bbe16 commit c8ac568
Show file tree
Hide file tree
Showing 6 changed files with 645 additions and 1,218 deletions.
6 changes: 3 additions & 3 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.1.28",
"@unhead/vue": "^1.1.32",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "workspace:*",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}
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,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"@unhead/vue": "^1.1.28",
"@unhead/vue": "^1.1.32",
"pinia": "^2.1.4",
"vue": "^3.3.4"
},
Expand All @@ -17,10 +17,10 @@
"cross-env": "^7.0.3",
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "workspace:*",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}
6 changes: 3 additions & 3 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.1.28",
"@unhead/vue": "^1.1.32",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "workspace:*",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}
2 changes: 1 addition & 1 deletion examples/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vite-ssg": "workspace:*"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-ssg",
"version": "0.23.0",
"packageManager": "[email protected].5",
"packageManager": "[email protected].9",
"description": "Server-side generation for Vite",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -98,38 +98,38 @@
}
},
"dependencies": {
"@unhead/dom": "^1.1.28",
"@unhead/vue": "^1.1.28",
"@unhead/dom": "^1.1.32",
"@unhead/vue": "^1.1.32",
"fs-extra": "^11.1.1",
"html-minifier": "^4.0.0",
"html5parser": "^2.0.2",
"jsdom": "^22.1.0",
"kolorist": "^1.8.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/eslint-config": "^0.39.8",
"@types/fs-extra": "^11.0.1",
"@types/html-minifier": "^4.0.2",
"@types/jsdom": "^21.1.1",
"@types/prettier": "^2.7.3",
"@types/yargs": "^17.0.24",
"bumpp": "^9.1.1",
"critters": "^0.0.19",
"eslint": "^8.43.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"eslint": "^8.45.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.0",
"p-queue": "^7.3.4",
"rollup": "^3.25.3",
"rollup": "^3.26.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.32.2",
"vitest": "^0.33.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-tsc": "^1.8.3"
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.5"
}
}
Loading

0 comments on commit c8ac568

Please sign in to comment.