Skip to content

Commit 763788d

Browse files
committed
fix: fix package.json
1 parent 9d453fd commit 763788d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront-nuxt",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"vue": "^2.6.11",
2828
"vue-graphql-loader": "^0.3.3",
2929
"vue-i18n": "^8.15.3",
30-
"vuefront": "^0.3.3"
30+
"vuefront": "^0.3.4"
3131
}
3232
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,10 +1962,10 @@ vue@^2.6.11:
19621962
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
19631963
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
19641964

1965-
vuefront@^0.3.3:
1966-
version "0.3.3"
1967-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.3.tgz#c249f9119b4e21d20ed9e6c3e16d8e0dab1f2af7"
1968-
integrity sha512-KJkV03Wsnv0sDtQ5SkA7vZzNMtP4dgj16OmpIz0pKBPp8vIJKS4216YHTULzr/Kp79e9D7TEj0V3wH8E4dWaLg==
1965+
vuefront@^0.3.4:
1966+
version "0.3.4"
1967+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.4.tgz#baa7b6c266870069c67fda460874ac09479f95b8"
1968+
integrity sha512-THClANrvtLEapfq9ahynHMybX0CSGMnudWn+4b3Mp9tQegXr8wEW7nksnKvpoGbSzwK2VaCcJgaVeoRgMB+g3A==
19691969
dependencies:
19701970
"@babel/standalone" "^7.8.4"
19711971
"@fortawesome/fontawesome-free" "^5.12.1"

0 commit comments

Comments
 (0)