Skip to content

Commit ff7fb84

Browse files
author
Pooya Parsa
committed
Version Bumps
1 parent d082935 commit ff7fb84

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"bootstrap": "^4.0.0-alpha.6",
3535
"tether": "latest",
36-
"vue": "^2.2.5"
36+
"vue": "^2.2.6"
3737
},
3838
"devDependencies": {
3939
"clean-css": "^4.0.10",
@@ -48,14 +48,14 @@
4848
"lodash": "latest",
4949
"markdown-loader": "^2.0.0",
5050
"marked": "^0.3.6",
51-
"nuxt": "^0.10.3",
51+
"nuxt": "^0.10.5",
5252
"rollup": "^0.41.6",
5353
"rollup-plugin-buble": "^0.15.0",
5454
"rollup-plugin-commonjs": "^8.0.2",
5555
"rollup-plugin-node-resolve": "^2.0.0",
5656
"rollup-plugin-uglify": "^1.0.1",
5757
"rollup-plugin-vue": "^2.3.1",
58-
"xo": "^0.18.0"
58+
"xo": "^0.18.1"
5959
},
6060
"xo": {
6161
"space": 4,

yarn.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,9 +3877,9 @@ number-is-nan@^1.0.0:
38773877
version "1.0.1"
38783878
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
38793879

3880-
nuxt@^0.10.3:
3881-
version "0.10.3"
3882-
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-0.10.3.tgz#739872e43b7e3a77d8b52686d2fc20bb3bbc92bd"
3880+
nuxt@^0.10.5:
3881+
version "0.10.5"
3882+
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-0.10.5.tgz#1e31a85c39f2af94821b85beede2afd208c525c1"
38833883
dependencies:
38843884
ansi-html "^0.0.7"
38853885
autoprefixer "^6.7.7"
@@ -5843,6 +5843,10 @@ vue@^2.2.5:
58435843
version "2.2.5"
58445844
resolved "https://registry.yarnpkg.com/vue/-/vue-2.2.5.tgz#528eba68447d7eff99f86767b31176aa656c6963"
58455845

5846+
vue@^2.2.6:
5847+
version "2.2.6"
5848+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.2.6.tgz#451714b394dd6d4eae7b773c40c2034a59621aed"
5849+
58465850
vuex@^2.2.1:
58475851
version "2.2.1"
58485852
resolved "https://registry.yarnpkg.com/vuex/-/vuex-2.2.1.tgz#a42d0ce18cb0e0359258f84bfd76835ed468c185"
@@ -6031,9 +6035,9 @@ xo-init@^0.5.0:
60316035
the-argv "^1.0.0"
60326036
write-pkg "^2.0.0"
60336037

6034-
xo@^0.18.0:
6035-
version "0.18.0"
6036-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.18.0.tgz#7c9e7932259a9cd2b1b8b602cbc7ee84bb5f858d"
6038+
xo@^0.18.1:
6039+
version "0.18.1"
6040+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.18.1.tgz#529bb1cbd612f200221d76df90639d5c88cedf54"
60376041
dependencies:
60386042
arrify "^1.0.0"
60396043
debug "^2.2.0"

0 commit comments

Comments
 (0)