Skip to content

Commit a1fa72c

Browse files
committed
fix: fix bug
1 parent 7e8b581 commit a1fa72c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@nuxtjs/dotenv": "^1.4.1",
2323
"@nuxtjs/pwa": "^3.3.5",
2424
"@tailwindcss/forms": "^0.3.3",
25-
"@vuefront/checkout-app": "^0.1.23",
25+
"@vuefront/checkout-app": "^0.2.0",
2626
"nuxt": "2.15.8",
2727
"nuxt-compress": "^5.0.0",
28-
"vuefront": "^0.3.78",
29-
"vuefront-nuxt": "0.3.82"
28+
"vuefront": "^0.4.0",
29+
"vuefront-nuxt": "0.4.0"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "^13.1.0",

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -2813,10 +2813,10 @@
28132813
optionalDependencies:
28142814
prettier "^1.18.2"
28152815

2816-
"@vuefront/checkout-app@^0.1.23":
2817-
version "0.1.23"
2818-
resolved "https://registry.yarnpkg.com/@vuefront/checkout-app/-/checkout-app-0.1.23.tgz#8e3029fdd42fa2faeca07dc9a51de16450c14904"
2819-
integrity sha512-lIg18CkrZPs70RCWUxNNsW9mENctt6JjjggLUThml2P/tKBoYm/bPv78+rzg09kd37zy8nhcdpXRj+pPoyfSBQ==
2816+
"@vuefront/checkout-app@^0.2.0":
2817+
version "0.2.0"
2818+
resolved "https://registry.yarnpkg.com/@vuefront/checkout-app/-/checkout-app-0.2.0.tgz#bcc1ac2da6c2696d7b045ab10d7c25c3a86f2702"
2819+
integrity sha512-kGea0Eqz49XUuhEWhxrL3z7Bb2j/qLfuU+eP+jYKo9GpMvvNgLBgZ9X2NESeEg/RjrMj7DwiO1d5k0E96Q7f/Q==
28202820
dependencies:
28212821
lodash "^4.17.21"
28222822

@@ -14304,10 +14304,10 @@ vue@^2.6.12:
1430414304
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
1430514305
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
1430614306

14307-
vuefront-nuxt@0.3.82:
14308-
version "0.3.82"
14309-
resolved "https://registry.yarnpkg.com/vuefront-nuxt/-/vuefront-nuxt-0.3.82.tgz#029c40da999578c1df398ddea038eb5d69673a89"
14310-
integrity sha512-8dlHkhP/cWUrvJun6AsqeiT4hnCX5QNDjRRsEsl5yr3qIPwBfAm/dZPtsbg1uCCs28ZBM/1g6sUTxr6EMOrwXg==
14307+
vuefront-nuxt@0.4.0:
14308+
version "0.4.0"
14309+
resolved "https://registry.yarnpkg.com/vuefront-nuxt/-/vuefront-nuxt-0.4.0.tgz#ccd29a69f2bb11e887692f9831a9dfc1e1667f99"
14310+
integrity sha512-gKnVa5IyfmnVpAzMqK0B89E0ljcO6OJfWmnCsVd53bxiWyWd5FAF0zo4tuVqIvix8BYk3ICJkBB3ptWffU1CUA==
1431114311
dependencies:
1431214312
"@nuxtjs/apollo" "^4.0.1-rc.5"
1431314313
"@nuxtjs/tailwindcss" "^4.2.1"
@@ -14321,10 +14321,10 @@ vuefront-nuxt@0.3.82:
1432114321
vue-graphql-loader "^0.3.3"
1432214322
vue-i18n "^8.25.0"
1432314323

14324-
vuefront@^0.3.78:
14325-
version "0.3.78"
14326-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.78.tgz#6957db64592692cc3c60f94e52d34c5419d59c32"
14327-
integrity sha512-dOVym/M4GymFgeXI26kViCZYCgYTkXTDa/gN+Zp11Zq59/LB9/l8lSumrL5Nb51/TmUM8fGH39KaW1QYRqjwAw==
14324+
vuefront@^0.4.0:
14325+
version "0.4.0"
14326+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.4.0.tgz#395039edd5a3ccc94e3491b6742134cf372160ac"
14327+
integrity sha512-/zTHWERAOTA5f6RUR7FVdIJqfgRfcMx/HZD/yNnkBdfw2ypJOZPrc5JsmdXnw27tHtqwExIcyeX+hEKgisZ3KA==
1432814328
dependencies:
1432914329
"@babel/standalone" "^7.14.7"
1433014330
"@jamescoyle/vue-icon" "^0.1.0"

0 commit comments

Comments
 (0)