-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fe2): SSR memory leak caused by vue apollo
- Loading branch information
Showing
5 changed files
with
216 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"eslint:inspect": "eslint-config-inspector" | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.9.6", | ||
"@apollo/client": "^3.12.4", | ||
"@artmizu/nuxt-prometheus": "^2.2.1", | ||
"@datadog/browser-rum": "^5.11.0", | ||
"@headlessui/vue": "^1.7.13", | ||
|
@@ -53,7 +53,7 @@ | |
"@tiptap/suggestion": "2.10.3", | ||
"@tiptap/vue-3": "2.10.3", | ||
"@tryghost/content-api": "^1.11.21", | ||
"@vue/apollo-composable": "4.0.2", | ||
"@vue/apollo-composable": "npm:@speckle/[email protected]", | ||
"@vue/apollo-ssr": "4.0.0", | ||
"@vueuse/core": "^10.9.0", | ||
"apollo-upload-client": "^18.0.1", | ||
|
@@ -77,7 +77,7 @@ | |
"tweetnacl-sealedbox-js": "^1.2.0", | ||
"tweetnacl-util": "^0.15.1", | ||
"ua-parser-js": "^1.0.38", | ||
"vee-validate": "^4.7.0", | ||
"vee-validate": "4.7.0", | ||
"vue-advanced-cropper": "^2.8.8", | ||
"vue-tippy": "^6.0.0", | ||
"ws": "^8.17.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.