Upgraded Apollo to 3.5.10
Do that thing with the dependencies (deduplication) Stupid peer dependencies :shakes_angry_fist: Fixed devops adoption spec Fixed order summary spec Fixed add edit schedule spec Fixed subscription activation form spec Fixed install agent modal spec Fixed release index app spec Fixed devops adoption add dropdown spec Fixed sec configuration app spec Fixed alert settings wrapper Fixed design management spec Fixed release app spec Moved console error mock Fixed states table actions spec Fixed oncall update query test Added comment about console error Fixed comment on console error
Showing
... | ... | @@ -47,7 +47,7 @@ |
"webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.3.11", | ||
"@apollo/client": "^3.5.10", | ||
"@babel/core": "^7.10.1", | ||
"@babel/plugin-proposal-class-properties": "^7.10.1", | ||
"@babel/plugin-proposal-json-strings": "^7.10.1", | ||
... | ... | @@ -95,7 +95,7 @@ |
"@tiptap/vue-2": "^2.0.0-beta.77", | ||
"@toast-ui/editor": "^2.5.2", | ||
"@toast-ui/vue-editor": "^2.5.2", | ||
"apollo-upload-client": "^14.1.3", | ||
"apollo-upload-client": "15.0.0", | ||
"autosize": "^5.0.1", | ||
"aws-sdk": "^2.637.0", | ||
"axios": "^0.24.0", | ||
... | ... | @@ -259,7 +259,6 @@ |
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue" | ||
}, | ||
"resolutions": { | ||
"@apollo/client/subscriptions-transport-ws": "0.11.0", | ||
"chokidar": "^3.5.3", | ||
"@types/node": "14.17.5" | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment