Skip to content

Commit 22f4bd6

Browse files
committed
fix: json
1 parent c1f5472 commit 22f4bd6

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.0",
3+
"version": "0.3.1",
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.2.7"
30+
"vuefront": "^0.3.0"
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.2.7:
1966-
version "0.2.7"
1967-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.2.7.tgz#25e856e96b0ecdd34b275f51ffa95f7f72aee26f"
1968-
integrity sha512-t5cPok6eA4YXqY7SwUqSyXppl+0pRwRHY4cuNljkbydzXXxl9a1DeWjs2HQ4jLDfWH70XwXllrcy+PldJ/S84Q==
1965+
vuefront@^0.3.0:
1966+
version "0.3.0"
1967+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.0.tgz#e92dd8f2b7450531a2d242905c80403509a83252"
1968+
integrity sha512-FNVRMtsHsN4M18klwq7346B/vscP6f4ZZ/yNYysb4nTY1btubDKoCPqWW39co7PGywVWA7nKPrji+xpSV7CLCw==
19691969
dependencies:
19701970
"@babel/standalone" "^7.8.4"
19711971
"@fortawesome/fontawesome-free" "^5.12.1"

0 commit comments

Comments
 (0)