Skip to content

Commit

Permalink
Update @apollo/client and related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 01d992a commit e5eb2bf
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 50 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": "run-s intl:compile && run-p gql:types generate-block-types && dotenv -e .env.secrets -e .env.local -e .env -e .env.site-configs -- chokidar --initial -s \"../../packages/admin/*/src/**\" -c \"kill-port $ADMIN_PORT && vite --force\""
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@apollo/client": "^3.12.7",
"@babel/core": "^7.26.0",
"@comet/admin": "workspace:*",
"@comet/admin-date-time": "workspace:*",
Expand All @@ -42,7 +42,7 @@
"dnd-core": "^16.0.1",
"final-form": "^4.20.10",
"graphql": "^15.10.1",
"graphql-tag": "^2.0.0",
"graphql-tag": "^2.12.6",
"lodash.isequal": "^4.5.0",
"rdndmb-html5-to-touch": "^8.0.3",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@algolia/client-search": "^4.24.0",
"@apollo/client": "^3.7.0",
"@apollo/client": "^3.12.7",
"@comet/admin": "workspace:*",
"@comet/admin-color-picker": "workspace:*",
"@comet/admin-date-time": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@apollo/client": "^3.7.0",
"@apollo/client": "^3.12.7",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@comet/admin-babel-preset": "workspace:^7.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"final-form-arrays": "^3.1.0",
"final-form-set-field-touched": "^1.0.1",
"glob": "^10.4.5",
"graphql-tag": "^2.0.0",
"graphql-tag": "^2.12.6",
"js-cookie": "^3.0.5",
"lodash.escaperegexp": "^4.1.2",
"lodash.isequal": "^4.5.0",
Expand All @@ -74,7 +74,7 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@apollo/client": "^3.7.0",
"@apollo/client": "^3.12.7",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@comet/admin-babel-preset": "workspace:^7.11.0",
Expand Down
109 changes: 68 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"storybook": "storybook dev -p 26638 --no-version-updates"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@apollo/client": "^3.12.7",
"@comet/admin": "workspace:*",
"@comet/admin-color-picker": "workspace:*",
"@comet/admin-date-time": "workspace:*",
Expand All @@ -31,12 +31,12 @@
"@mui/x-data-grid": "^7.23.6",
"@mui/x-data-grid-pro": "^7.23.6",
"@types/node": "^22.10.7",
"apollo-link-rest": "^0.8.0-beta.0",
"apollo-link-rest": "^0.9.0",
"date-fns": "^4.1.0",
"faker": "^5.5.3",
"final-form": "^4.20.10",
"graphql": "^15.10.1",
"graphql-anywhere": "^4.2.7",
"graphql-anywhere": "^4.2.8",
"history": "^4.10.1",
"qs": "^6.9.1",
"react": "^17.0.2",
Expand Down

0 comments on commit e5eb2bf

Please sign in to comment.