Skip to content

Commit

Permalink
chore(deps): update all devdependencies (#172)
Browse files Browse the repository at this point in the history
* chore(deps): update all devdependencies

* lockfile

* manual update

* repalce pipe by tee

* trigger CI

* trigger CI

---------

Co-authored-by: renovate[bot] <[email protected]>
Co-authored-by: Lenz Weber-Tronic <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2024
1 parent bf8af08 commit 2adedfa
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 77 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- "package/**"
- "integration-test/**"
- "yarn.lock"
workflow_dispatch:
jobs:
test:
Expand All @@ -26,7 +27,7 @@ jobs:
cache: "yarn"
- run: yarn install --immutable
- run: yarn workspace @apollo/experimental-nextjs-app-support add -D -P @apollo/client@${{ matrix.version }}
- run: yarn workspace @apollo/experimental-nextjs-app-support run test > $GITHUB_STEP_SUMMARY
- run: yarn workspace @apollo/experimental-nextjs-app-support run test | tee $GITHUB_STEP_SUMMARY
tests_playwright:
name: Run Playwright tests
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand Down
2 changes: 1 addition & 1 deletion examples/app-dir-experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/client": "^3.8.10",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hack-the-supergraph-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/client": "^3.8.10",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/space-kit": "^9.11.0",
"@chakra-ui/next-js": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/client": "^3.8.10",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@types/node": "18.16.3",
Expand Down
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "yarn playwright test"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/client": "^3.8.10",
"@apollo/experimental-nextjs-app-support": "workspace:*",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"prepack": "yarn test run && yarn build"
},
"devDependencies": {
"@apollo/client": "3.8.6",
"@apollo/client": "^3.8.10",
"@total-typescript/shoehorn": "0.1.1",
"@tsconfig/recommended": "1.0.3",
"@types/node": "20.10.6",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
Expand All @@ -59,7 +59,7 @@
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vitest": "1.1.3"
"vitest": "1.2.1"
},
"peerDependencies": {
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc",
Expand Down
Loading

0 comments on commit 2adedfa

Please sign in to comment.