Skip to content

Commit

Permalink
chore: Bump 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Mar 16, 2021
1 parent 10cb625 commit 0c8845b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion examples/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ postcss@^8.2.1:
nanoid "^3.1.20"
source-map "^0.6.1"

react-ssr-prepass@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-ssr-prepass/-/react-ssr-prepass-1.3.0.tgz#6b6b1193b6d8b750c3674c20b58bc3ee7e75deac"
integrity sha512-BshcTNrfDrAiVFMm6PSj7d/LlE1LoLajMxvsbZtqqSY3xTOkt8dCs66xG+RljpZ6QyAJzKTbH4ObbhgUEe6G8A==

resolve@^1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
Expand Down Expand Up @@ -517,12 +522,13 @@ [email protected]:
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=

"vite-ssr@file:../../src":
version "0.5.0"
version "0.6.4"
dependencies:
"@rollup/plugin-replace" "^2.3.3"
"@vue/server-renderer" "^3.0.0"
connect "^3.7.0"
node-fetch "^2.6.1"
react-ssr-prepass "^1.3.0"

vite@^2.0.0:
version "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-ssr",
"version": "0.6.4",
"version": "0.6.5",
"description": "Vite utility for server side rendering",
"main": "./entry-server.js",
"repository": {
Expand Down

0 comments on commit 0c8845b

Please sign in to comment.