Skip to content

Commit

Permalink
fix: missing devtools dependency (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk authored Jul 19, 2022
1 parent ce4fcff commit d125f55
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
22 changes: 10 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
},
"homepage": "https://github.com/DamianOsipiuk/vue-query#readme",
"dependencies": {
"@vue/devtools-api": "^6.2.1",
"@tanstack/query-core": "^4.0.5",
"match-sorter": "^6.3.1",
"@tanstack/query-core": "^4.0.3",
"vue-demi": "^0.13.5"
},
"peerDependencies": {
Expand All @@ -65,8 +66,7 @@
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vue/composition-api": "1.7.0",
"@vue/devtools-api": "^6.2.1",
"@vue/composition-api": "1.7.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/vue3-jest": "28.0.1",
Expand Down

0 comments on commit d125f55

Please sign in to comment.