Skip to content

Commit

Permalink
Merge pull request #916 from daniel-ac-martin/update-apollo-client
Browse files Browse the repository at this point in the history
Update dependency @apollo/client to v3.9.5
  • Loading branch information
daniel-ac-martin authored Feb 24, 2024
2 parents 004e0c7 + 2f7a513 commit 7b89231
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 116 deletions.
2 changes: 1 addition & 1 deletion apps/govuk-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.9.5",
"@graphql-tools/schema": "9.0.19",
"@not-govuk/anchor-list": "workspace:^0.8.5",
"@not-govuk/app-composer": "workspace:^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion lib/app-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@not-govuk/route-utils": "workspace:^0.8.5"
},
"peerDependencies": {
"@apollo/client": "^3.2.3",
"@apollo/client": "^3.9.5",
"@not-govuk/user-info": "^0.8.5",
"react": "^16.14.0",
"react-helmet-async": "^1.3.0",
Expand Down
3 changes: 3 additions & 0 deletions lib/webpack-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ const generateConfig = (options) => {
test: /\.[cm]?js$/,
include: /node_modules/,
enforce: 'pre',
resolve: {
fullySpecified: false // Remove after upgrade to React v18
},
use: sourceMapLoader
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/daniel-ac-martin/NotGovUK#readme",
"devDependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.9.5",
"@babel/core": "7.23.9",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/preset-env": "7.23.9",
Expand Down
Loading

1 comment on commit 7b89231

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://65da3cd8fd55292975ec9938--notgovuk.netlify.app

Please sign in to comment.