Skip to content

Commit

Permalink
Update to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfarljw committed Oct 13, 2017
1 parent a600baf commit 93fbea6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuedoo",
"description": "Vue with a bit of dark magic.",
"version": "0.2.2",
"version": "0.3.0",
"author": "Joshua McFarland",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"coffee-loader": "0.8.x",
"coffeescript": "2.0.x",
"compression": "1.7.x",
"connect-history-api-fallback": "1.3.x",
"connect-history-api-fallback": "1.4.x",
"css-loader": "0.28.x",
"eventsource-polyfill": "0.9.x",
"express": "4.16.x",
Expand All @@ -56,11 +56,11 @@
"stylus": "0.54.x",
"stylus-loader": "3.0.x",
"url-loader": "0.6.x",
"vue": "2.4.x",
"vue": "2.5.x",
"vue-loader": "13.3.x",
"vue-router": "3.0.x",
"vue-style-loader": "3.0.x",
"vue-template-compiler": "2.4.x",
"vue-template-compiler": "2.5.x",
"vuex": "3.0.x",
"vuex-router-sync": "5.0.x",
"webpack": "3.7.x",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,9 +1614,9 @@ configstore@^1.0.0:
write-file-atomic "^1.1.2"
xdg-basedir "^2.0.0"

connect-history-api-fallback@1.3.x:
version "1.3.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.3.0.tgz#e51d17f8f0ef0db90a64fdb47de3051556e9f169"
connect-history-api-fallback@1.4.x:
version "1.4.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.4.0.tgz#3db24f973f4b923b0e82f619ce0df02411ca623d"

connect@3.6.5:
version "3.6.5"
Expand Down Expand Up @@ -6251,18 +6251,18 @@ shelljs@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1"

shelljs@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.5.3.tgz#c54982b996c76ef0c1e6b59fbdc5825f5b713113"

shelljs@^0.7.0, shelljs@^0.7.8:
shelljs@0.7.x, shelljs@^0.7.0:
version "0.7.8"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
dependencies:
glob "^7.0.0"
interpret "^1.0.0"
rechoir "^0.6.2"

shelljs@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.5.3.tgz#c54982b996c76ef0c1e6b59fbdc5825f5b713113"

signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
Expand Down Expand Up @@ -6957,9 +6957,9 @@ vue-style-loader@3.0.x, vue-style-loader@^3.0.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@2.4.x:
version "2.4.4"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.4.4.tgz#2cde3b704124985c27d50b5387c9691ba515fb57"
vue-template-compiler@2.5.x:
version "2.5.0"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.0.tgz#2e138f1643e131f24f6e19733690713b7543a937"
dependencies:
de-indent "^1.0.2"
he "^1.1.0"
Expand All @@ -6968,9 +6968,9 @@ vue-template-es2015-compiler@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18"

vue@2.4.x:
version "2.4.4"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.4.4.tgz#ea9550b96a71465fd2b8b17b61673b3561861789"
vue@2.5.x:
version "2.5.0"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.0.tgz#7f0706c0804257e8d42e5970e1a36e648483988d"

vuex-router-sync@5.0.x:
version "5.0.0"
Expand Down

0 comments on commit 93fbea6

Please sign in to comment.