Skip to content

Commit

Permalink
Merge branch 'main' into feat/respect-csp-for-initial-state
Browse files Browse the repository at this point in the history
  • Loading branch information
pantajoe committed Sep 8, 2021
2 parents e50faf0 + bbd8202 commit c4f5b63
Show file tree
Hide file tree
Showing 10 changed files with 258 additions and 230 deletions.
10 changes: 5 additions & 5 deletions examples/multiple-pages-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.9",
"cross-env": "^7.0.3",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite-plugin-components": "^0.13.2",
"vite": "^2.5.3",
"vite-plugin-components": "^0.13.3",
"vite-plugin-md": "^0.11.0",
"vite-plugin-pages": "^0.17.5",
"vite-plugin-pages": "^0.18.0",
"vite-plugin-pwa": "^0.11.2",
"vite-ssg": "workspace:*",
"vue-router": "^4.0.11"
Expand Down
12 changes: 6 additions & 6 deletions examples/multiple-pages-with-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"serve": "vite preview"
},
"dependencies": {
"pinia": "2.0.0-rc.6",
"vue": "^3.2.6"
"pinia": "2.0.0-rc.8",
"vue": "^3.2.9"
},
"devDependencies": {
"@nuxt/devalue": "^2.0.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.9",
"cross-env": "^7.0.3",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite-plugin-components": "^0.13.2",
"vite": "^2.5.3",
"vite-plugin-components": "^0.13.3",
"vite-plugin-md": "^0.11.0",
"vite-plugin-pages": "^0.17.5",
"vite-plugin-pages": "^0.18.0",
"vite-ssg": "workspace:*",
"vue-router": "^4.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<script type="module" src="./src/entry.ts"></script>
</body>
</html>
10 changes: 5 additions & 5 deletions examples/multiple-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.9",
"cross-env": "^7.0.3",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite-plugin-components": "^0.13.2",
"vite": "^2.5.3",
"vite-plugin-components": "^0.13.3",
"vite-plugin-md": "^0.11.0",
"vite-plugin-pages": "^0.17.5",
"vite-plugin-pages": "^0.18.0",
"vite-ssg": "workspace:*",
"vue-router": "^4.0.11"
}
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions examples/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"serve": "vite preview"
},
"dependencies": {
"pinia": "^2.0.0-rc.6",
"vue": "^3.2.6"
"pinia": "^2.0.0-rc.8",
"vue": "^3.2.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.0",
"cross-env": "^7.0.3",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite": "^2.5.3",
"vite-ssg": "workspace:*"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-ssg",
"description": "Server-side generation for Vite",
"version": "0.14.7",
"version": "0.15.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -89,9 +89,9 @@
"@types/hash-sum": "^1.0.0",
"@types/jsdom": "^16.2.13",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@vue/compiler-sfc": "^3.2.6",
"@vue/server-renderer": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@vue/compiler-sfc": "^3.2.9",
"@vue/server-renderer": "^3.2.9",
"@vueuse/head": "^0.6.0",
"critters": "^0.0.10",
"eslint": "^7.32.0",
Expand All @@ -101,9 +101,9 @@
"standard-version": "^9.3.1",
"tsup": "^4.14.0",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite": "^2.5.3",
"vite-plugin-pwa": "^0.11.2",
"vue": "^3.2.6",
"vue": "^3.2.9",
"vue-router": "^4.0.11"
}
}
Loading

0 comments on commit c4f5b63

Please sign in to comment.