Skip to content

Commit

Permalink
Update Apollo GraphQL packages (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent e99bb5d commit a71ef22
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 48 deletions.
4 changes: 2 additions & 2 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"start": "npm run intl:compile && run-p gql:types generate-block-types && dotenv -c secrets -- cross-env BABEL_ENV=development webpack serve --config ./webpack.config.ts --mode development"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/client": "^3.12.2",
"@babel/core": "^7.26.0",
"@comet/admin": "^7.7.0",
"@comet/admin-icons": "^7.7.0",
Expand All @@ -46,7 +46,7 @@
"file-saver": "^2.0.5",
"final-form": "^4.16.1",
"graphql": "^15.4.0",
"graphql-tag": "^2.0.0",
"graphql-tag": "^2.12.6",
"history": "^4.10.1",
"lodash.isequal": "^4.5.0",
"material-design-icons": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@opentelemetry/auto-instrumentations-node": "^0.40.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.46.0",
"@opentelemetry/sdk-node": "^0.46.0",
"apollo-server-core": "^3.3.0",
"apollo-server-express": "^3.3.0",
"apollo-server-core": "^3.13.0",
"apollo-server-express": "^3.13.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cli-progress": "^3.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dropzone": "^14.2.3"
},
"devDependencies": {
"@apollo/client": "^3.11.8",
"@apollo/client": "^3.12.2",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@comet/admin": "^7.7.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@apollo/client": "^3.2.5",
"@apollo/client": "^3.12.2",
"@comet/admin": "^7.7.0",
"@comet/admin-date-time": "^7.7.0",
"@comet/admin-icons": "^7.7.0",
Expand Down
Loading

0 comments on commit a71ef22

Please sign in to comment.