Skip to content

Commit 6ad6406

Browse files
committed
Fix bug
1 parent d716643 commit 6ad6406

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.1.19",
3+
"version": "0.1.21",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"vue": "^2.6.10",
2828
"vue-graphql-loader": "^0.3.3",
2929
"vue-i18n": "^8.12.0",
30-
"vuefront": "^0.1.15"
30+
"vuefront": "^0.1.17"
3131
}
3232
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,10 +2258,10 @@ vue@^2.6.10:
22582258
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
22592259
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
22602260

2261-
vuefront@^0.1.15:
2262-
version "0.1.15"
2263-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.1.15.tgz#e8ec4b8b170427453a117fa837c0c493c8301ce8"
2264-
integrity sha512-hr5ZV/2J0sNt0V3jvpk23F7Pr0FhOVSho0P7YctqXoFr0Y3zdg4ytZhItgmKSZEP7q3GdwuCVuj1lr7uG0RSIQ==
2261+
vuefront@^0.1.17:
2262+
version "0.1.17"
2263+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.1.17.tgz#2addac4432b3756dfe7fc3274c8403faa22a5108"
2264+
integrity sha512-UXq9L35r/lCpL4yl7aIjSRibg7SPYZ+WDYRzScd2L1EWuU+iIKXZQ4FJuft5URmEG7h3yQPJLVMW0FjPXu0QtA==
22652265
dependencies:
22662266
"@fortawesome/fontawesome-free" "^5.10.0"
22672267
axios "^0.19.0"

0 commit comments

Comments
 (0)