Skip to content

Commit f884531

Browse files
committed
2 parents ea6d06c + f8b657b commit f884531

File tree

3 files changed

+7
-60
lines changed

3 files changed

+7
-60
lines changed

docs/data-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
6363
## FeathersVuexFind
6464

65-
The `FeathersVuexFind` component retrieves data fomr the APi server, puts it in the Vuex store, then transparently retrieves the live, reactive data from the store and displays it to the user.
65+
The `FeathersVuexFind` component retrieves data from the API server, puts it in the Vuex store, then transparently retrieves the live, reactive data from the store and displays it to the user.
6666

6767
```vue
6868
<FeathersVuexFind service="users" :query="{}" watch="query">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"@typescript-eslint/eslint-plugin": "^2.5.0",
136136
"@typescript-eslint/parser": "^2.5.0",
137137
"@vue/eslint-config-prettier": "^5.0.0",
138-
"@vue/eslint-config-typescript": "^4.0.0",
138+
"@vue/eslint-config-typescript": "^5.0.0",
139139
"@vue/test-utils": "^1.0.0-beta.29",
140140
"axios": "^0.19.0",
141141
"babel-cli": "^6.26.0",

yarn.lock

Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -875,17 +875,6 @@
875875
dependencies:
876876
"@types/node" "*"
877877

878-
"@typescript-eslint/eslint-plugin@^1.1.0":
879-
version "1.13.0"
880-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.13.0.tgz#22fed9b16ddfeb402fd7bcde56307820f6ebc49f"
881-
integrity sha512-WQHCozMnuNADiqMtsNzp96FNox5sOVpU8Xt4meaT4em8lOG1SrOv92/mUbEHQVh90sldKSfcOc/I0FOb/14G1g==
882-
dependencies:
883-
"@typescript-eslint/experimental-utils" "1.13.0"
884-
eslint-utils "^1.3.1"
885-
functional-red-black-tree "^1.0.1"
886-
regexpp "^2.0.1"
887-
tsutils "^3.7.0"
888-
889878
"@typescript-eslint/eslint-plugin@^2.5.0":
890879
version "2.5.0"
891880
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903"
@@ -897,15 +886,6 @@
897886
regexpp "^2.0.1"
898887
tsutils "^3.17.1"
899888

900-
"@typescript-eslint/[email protected]":
901-
version "1.13.0"
902-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
903-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
904-
dependencies:
905-
"@types/json-schema" "^7.0.3"
906-
"@typescript-eslint/typescript-estree" "1.13.0"
907-
eslint-scope "^4.0.0"
908-
909889
"@typescript-eslint/[email protected]":
910890
version "2.5.0"
911891
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1"
@@ -915,16 +895,6 @@
915895
"@typescript-eslint/typescript-estree" "2.5.0"
916896
eslint-scope "^5.0.0"
917897

918-
"@typescript-eslint/parser@^1.1.0":
919-
version "1.13.0"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355"
921-
integrity sha512-ITMBs52PCPgLb2nGPoeT4iU3HdQZHcPaZVw+7CsFagRJHUhyeTgorEwHXhFf3e7Evzi8oujKNpHc8TONth8AdQ==
922-
dependencies:
923-
"@types/eslint-visitor-keys" "^1.0.0"
924-
"@typescript-eslint/experimental-utils" "1.13.0"
925-
"@typescript-eslint/typescript-estree" "1.13.0"
926-
eslint-visitor-keys "^1.0.0"
927-
928898
"@typescript-eslint/parser@^2.5.0":
929899
version "2.5.0"
930900
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.5.0.tgz#858030ddd808fbbe88e03f42e5971efaccb8218a"
@@ -935,14 +905,6 @@
935905
"@typescript-eslint/typescript-estree" "2.5.0"
936906
eslint-visitor-keys "^1.1.0"
937907

938-
"@typescript-eslint/[email protected]":
939-
version "1.13.0"
940-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
941-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
942-
dependencies:
943-
lodash.unescape "4.0.1"
944-
semver "5.5.0"
945-
946908
"@typescript-eslint/[email protected]":
947909
version "2.5.0"
948910
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce"
@@ -1059,13 +1021,10 @@
10591021
dependencies:
10601022
eslint-config-prettier "^6.0.0"
10611023

1062-
"@vue/eslint-config-typescript@^4.0.0":
1063-
version "4.0.0"
1064-
resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-4.0.0.tgz#a202983598a4a826460cbb8ee43826875b0f6673"
1065-
integrity sha512-uSMAMgw4xDgVdZQhpbtJRo8nMV4oOy3Ht8olfOo7xvYFYLMF2JZ1tDRKd9/NSusxA72O2Vma+HzmyzDHg9evcQ==
1066-
dependencies:
1067-
"@typescript-eslint/eslint-plugin" "^1.1.0"
1068-
"@typescript-eslint/parser" "^1.1.0"
1024+
"@vue/eslint-config-typescript@^5.0.0":
1025+
version "5.0.0"
1026+
resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-5.0.0.tgz#6e8452f1fda460e935449b8c0b72372106ac215f"
1027+
integrity sha512-YDeZyirzMDI4sgrYvjJ1kCIMBMF36b56BxNeqyVVvOsd8F7/cggdNdqVsa3PVvMJGFX9bSn7KEUvqbUxphMCuQ==
10691028

10701029
"@vue/test-utils@^1.0.0-beta.29":
10711030
version "1.0.0-beta.29"
@@ -4768,7 +4727,7 @@ eslint-scope@^5.0.0:
47684727
esrecurse "^4.1.0"
47694728
estraverse "^4.1.1"
47704729

4771-
eslint-utils@^1.3.1, eslint-utils@^1.4.2, eslint-utils@^1.4.3:
4730+
eslint-utils@^1.4.2, eslint-utils@^1.4.3:
47724731
version "1.4.3"
47734732
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
47744733
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
@@ -9824,11 +9783,6 @@ selfsigned@^1.10.7:
98249783
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
98259784
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
98269785

9827-
9828-
version "5.5.0"
9829-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
9830-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
9831-
98329786
semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0:
98339787
version "5.7.1"
98349788
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
@@ -10989,13 +10943,6 @@ tsutils@^3.17.1:
1098910943
dependencies:
1099010944
tslib "^1.8.1"
1099110945

10992-
tsutils@^3.7.0:
10993-
version "3.14.0"
10994-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.14.0.tgz#bf8d5a7bae5369331fa0f2b0a5a10bd7f7396c77"
10995-
integrity sha512-SmzGbB0l+8I0QwsPgjooFRaRvHLBLNYM8SeQ0k6rtNDru5sCGeLJcZdwilNndN+GysuFjF5EIYgN8GfFG6UeUw==
10996-
dependencies:
10997-
tslib "^1.8.1"
10998-
1099910946
1100010947
version "0.0.0"
1100110948
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
 (0)