Skip to content

Commit

Permalink
chore: bump repl
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 19, 2021
1 parent 585615b commit 54db1eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"dev-compiler": "npm-run-all --parallel \"dev template-explorer\" serve",
"dev-sfc": "npm-run-all --parallel \"dev compiler-sfc -f esm-browser\" \"dev runtime-core -f esm-bundler\" \"dev runtime-dom -f esm-bundler\" serve-sfc-playground",
"serve-sfc-playground": "vite packages/sfc-playground",
"serve-sfc-playground": "vite packages/sfc-playground --host",
"serve": "serve",
"open": "open http://localhost:5000/packages/template-explorer/local.html",
"preinstall": "node ./scripts/checkYarn.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfc-playground/package.json
Expand Up @@ -12,7 +12,7 @@
"vite": "^2.5.0"
},
"dependencies": {
"@vue/repl": "^0.3.3",
"@vue/repl": "^0.3.4",
"file-saver": "^2.0.5",
"jszip": "^3.6.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -928,10 +928,10 @@
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.6.1.tgz#a40a06661af61fdc1bebdfb811b28f50ad39dfb3"
integrity sha512-tX2Ju8fOyEtfstfmwjfSJcstTFXwzdFAUbYJ5bWWifvKIgbe6B0FbM8l3Wb7wOaaxKn4FYkii7WQnAPcsTqaIA==

"@vue/repl@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.3.3.tgz#40aca60a12bb33a4e74ba46a2b4fee2982737264"
integrity sha512-MY82VlDPk+IWoCsiqcueowTgxcuBW36DAqeJvxZc4SBFj++mpQ7DGyhKf8V4NCFwqRgJ9HSWGqk4GMY01Tjrkg==
"@vue/repl@^0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.3.4.tgz#58cb4f016ca72243035611602dd5a6426fd88a25"
integrity sha512-WLCCfnxSYSUcweNVJ8T4qqnkZfw3rX5AkXqoX5lHBnjjmCCoqKAXNSTiqwXHQ86Q8fbzH8LyOK89GgmHeXdcHw==

"@zeit/schemas@2.6.0":
version "2.6.0"
Expand Down

0 comments on commit 54db1eb

Please sign in to comment.