Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 29, 2023
1 parent c463b64 commit cd75b17
Show file tree
Hide file tree
Showing 6 changed files with 1,495 additions and 1,055 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.1.26",
"vue": "^3.2.47"
"@unhead/vue": "^1.1.28",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-pwa": "^0.14.7",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"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.1.6"
"vue-router": "^4.2.2"
}
}
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.1.26",
"pinia": "^2.0.34",
"vue": "^3.2.47"
"@unhead/vue": "^1.1.28",
"pinia": "^2.1.4",
"vue": "^3.3.4"
},
"devDependencies": {
"@nuxt/devalue": "^2.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@nuxt/devalue": "^2.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.0.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-pages": "^0.29.0",
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "workspace:*",
"vue-router": "^4.1.6"
"vue-router": "^4.2.2"
}
}
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"
},
"dependencies": {
"@unhead/vue": "^1.1.26",
"vue": "^3.2.47"
"@unhead/vue": "^1.1.28",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.0.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-pages": "^0.29.0",
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "workspace:*",
"vue-router": "^4.1.6"
"vue-router": "^4.2.2"
}
}
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.0.34",
"vue": "^3.2.47"
"pinia": "^2.1.4",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-ssg": "workspace:*"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-ssg",
"version": "0.22.2",
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.6.5",
"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.25",
"@unhead/dom": "^1.1.28",
"@unhead/vue": "^1.1.28",
"fs-extra": "^11.1.1",
"html-minifier": "^4.0.0",
"html5parser": "^2.0.2",
"jsdom": "^21.1.1",
"kolorist": "^1.7.0",
"prettier": "^2.8.7",
"yargs": "^17.7.1"
"jsdom": "^22.1.0",
"kolorist": "^1.8.0",
"prettier": "^2.8.8",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@antfu/eslint-config": "^0.39.6",
"@types/fs-extra": "^11.0.1",
"@types/html-minifier": "^4.0.2",
"@types/jsdom": "^21.1.1",
"@types/prettier": "^2.7.2",
"@types/prettier": "^2.7.3",
"@types/yargs": "^17.0.24",
"@unhead/vue": "^1.1.26",
"bumpp": "^9.1.0",
"critters": "^0.0.16",
"eslint": "^8.38.0",
"bumpp": "^9.1.1",
"critters": "^0.0.19",
"eslint": "^8.43.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"p-queue": "^7.3.4",
"rollup": "^3.20.2",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"unbuild": "^1.2.0",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.7",
"vitest": "^0.29.8",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0"
"rollup": "^3.25.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.32.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-tsc": "^1.8.3"
}
}
Loading

0 comments on commit cd75b17

Please sign in to comment.