Skip to content

Commit

Permalink
feat: multithreaded rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jun 14, 2023
1 parent 620ead3 commit 1f1663a
Show file tree
Hide file tree
Showing 12 changed files with 1,663 additions and 1,015 deletions.
2 changes: 1 addition & 1 deletion examples/multiple-pages-pwa/package.json
Expand Up @@ -17,7 +17,7 @@
"vite-plugin-md": "^0.11.4",
"vite-plugin-pages": "^0.18.2",
"vite-plugin-pwa": "^0.11.5",
"vite-ssg": "workspace:*",
"@vuetify/vite-ssg": "workspace:*",
"vue-router": "^4.0.12"
}
}
2 changes: 1 addition & 1 deletion examples/multiple-pages-with-store/package.json
Expand Up @@ -18,7 +18,7 @@
"vite-plugin-components": "^0.13.3",
"vite-plugin-md": "^0.11.4",
"vite-plugin-pages": "^0.18.2",
"vite-ssg": "workspace:*",
"@vuetify/vite-ssg": "workspace:*",
"vue-router": "^4.0.12"
}
}
2 changes: 1 addition & 1 deletion examples/multiple-pages/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-components": "^0.13.3",
"vite-plugin-md": "^0.11.4",
"vite-plugin-pages": "^0.18.2",
"vite-ssg": "workspace:*",
"@vuetify/vite-ssg": "workspace:*",
"vue-router": "^4.0.12"
}
}
2 changes: 1 addition & 1 deletion examples/single-page/package.json
Expand Up @@ -14,6 +14,6 @@
"cross-env": "^7.0.3",
"typescript": "^4.4.4",
"vite": "^2.6.14",
"vite-ssg": "workspace:*"
"@vuetify/vite-ssg": "workspace:*"
}
}
14 changes: 8 additions & 6 deletions package.json
Expand Up @@ -68,6 +68,7 @@
"fs-extra": "^10.0.0",
"html-minifier": "^4.0.0",
"jsdom": "^17.0.0",
"piscina": "^3.2.0",
"prettier": "^2.4.1",
"yargs": "^17.3.0"
},
Expand All @@ -84,22 +85,23 @@
}
},
"devDependencies": {
"@antfu/eslint-config": "^0.10.0",
"@antfu/eslint-config": "^0.39.5",
"@types/fs-extra": "^9.0.13",
"@types/html-minifier": "^4.0.1",
"@types/jsdom": "^16.2.13",
"@types/prettier": "^2.4.2",
"@types/yargs": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vueuse/head": "^0.6.0",
"bumpp": "^7.1.1",
"critters": "^0.0.14",
"eslint": "^8.2.0",
"esno": "^0.12.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"rollup": "^2.60.0",
"standard-version": "^9.3.2",
"tsup": "^5.7.1",
"typescript": "^4.4.4",
"tsup": "^6.7.0",
"typescript": "~5.0.4",
"vite": "^2.6.14",
"vite-plugin-pwa": "^0.11.5",
"vue": "^3.2.22",
Expand Down

0 comments on commit 1f1663a

Please sign in to comment.