Skip to content

Commit 34be75b

Browse files
committed
Update JSON
1 parent b5e72ea commit 34be75b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront-nuxt",
3-
"version": "0.1.21",
3+
"version": "0.2.0",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"typings": "types/index.d.ts",
1919
"peerDependencies": {},
2020
"dependencies": {
21-
"@types/node": "^12.6.8",
21+
"@types/node": "^12.6.9",
2222
"apollo-boost": "^0.4.3",
2323
"cookie-universal": "^2.0.16",
2424
"graphql": "^14.4.2",
@@ -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.17"
30+
"vuefront": "^0.2.0"
3131
}
3232
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.4.tgz#46832183115c904410c275e34cf9403992999c32"
3434
integrity sha512-j8YL2C0fXq7IONwl/Ud5Kt0PeXw22zGERt+HSSnwbKOJVsAGkEz3sFCYwaF9IOuoG1HOtE0vKCj6sXF7Q0+Vaw==
3535

36-
"@types/node@^12.6.8":
37-
version "12.6.8"
38-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c"
39-
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==
36+
"@types/node@^12.6.9":
37+
version "12.6.9"
38+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.9.tgz#ffeee23afdc19ab16e979338e7b536fdebbbaeaf"
39+
integrity sha512-+YB9FtyxXGyD54p8rXwWaN1EWEyar5L58GlGWgtH2I9rGmLGBQcw63+0jw+ujqVavNuO47S1ByAjm9zdHMnskw==
4040

4141
"@types/zen-observable@^0.8.0":
4242
version "0.8.0"
@@ -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.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==
2261+
vuefront@^0.2.0:
2262+
version "0.2.0"
2263+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.2.0.tgz#c1d36d6346670c621300649a8997023346ff4a36"
2264+
integrity sha512-/KpQJBudO/wMcT8etvFUvvjLCfx9FitYh005OMM0js0EfQw1zdDygIZasImEdNSVajdbJo5Lx9La8nbe0OPyWw==
22652265
dependencies:
22662266
"@fortawesome/fontawesome-free" "^5.10.0"
22672267
axios "^0.19.0"

0 commit comments

Comments
 (0)