Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 28, 2021
1 parent 54279f7 commit 0595bd3
Show file tree
Hide file tree
Showing 6 changed files with 1,183 additions and 1,220 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -37,8 +37,8 @@
"typescript": "^4.1.5"
},
"resolutions": {
"eslint-scope": "^5.0.0",
"subscriptions-transport-ws": "^0.9.18",
"graphql": "^15.3.0"
"eslint-scope": "^5",
"subscriptions-transport-ws": "^0.9",
"graphql": "^16"
}
}
6 changes: 3 additions & 3 deletions packages/vue-apollo-composable/package.json
Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"throttle-debounce": "^3.0.1",
"ts-essentials": "^8.1.0",
"vue-demi": "^0.11.4"
"ts-essentials": "^9.0.0",
"vue-demi": "^0.12.1"
},
"peerDependencies": {
"@apollo/client": "^3.4.13",
"graphql": "^15.3.0",
"graphql": ">=15",
"vue": "^2.6.0 || ^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/package.json
Expand Up @@ -43,7 +43,7 @@
"vue": "^3.1.0"
},
"dependencies": {
"throttle-debounce": "^2.3.0"
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
"@apollo/client": "^3.2.4",
Expand Down
5 changes: 2 additions & 3 deletions packages/vue-apollo-ssr/package.json
Expand Up @@ -33,10 +33,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"serialize-javascript": "^5.0.1"
"serialize-javascript": "^6.0.0"
},
"devDependencies": {
"@types/serialize-javascript": "^4.0.0",
"typescript": "^4"
"@types/serialize-javascript": "^5.0.1"
}
}
3 changes: 0 additions & 3 deletions packages/vue-apollo-util/package.json
Expand Up @@ -31,8 +31,5 @@
"dev": "yarn build --watch",
"build": "tsc --outDir dist -d",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"typescript": "^4"
}
}

0 comments on commit 0595bd3

Please sign in to comment.