Skip to content

Commit

Permalink
chore(deps): update all dependencies - patch updates (#11619)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
  • Loading branch information
renovate[bot] and phryneas committed Mar 6, 2024
1 parent e9fd314 commit b22181e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 128 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

Lint:
docker:
- image: cimg/node:21.6.1
- image: cimg/node:21.6.2
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:21.6.1
- image: cimg/node:21.6.2
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:21.6.1
- image: cimg/node:21.6.2
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -50,7 +50,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:21.6.1
- image: cimg/node:21.6.2
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -67,7 +67,7 @@ jobs:
framework:
type: string
docker:
- image: cimg/node:21.6.1
- image: cimg/node:21.6.2
steps:
- checkout
- attach_workspace:
Expand All @@ -94,7 +94,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:21.6.1
- image: cimg/node:21.6.2
steps:
- checkout
- attach_workspace:
Expand Down
155 changes: 40 additions & 115 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"hoist-non-react-statics": "^3.3.2",
"optimism": "^0.18.0",
"prop-types": "^15.7.2",
"rehackt": "0.0.5",
"rehackt": "0.0.6",
"response-iterator": "^0.2.6",
"symbol-observable": "^4.0.0",
"ts-invariant": "^0.10.3",
Expand All @@ -111,7 +111,7 @@
"@babel/parser": "7.23.9",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/schema": "10.0.3",
"@microsoft/api-extractor": "7.40.2",
"@rollup/plugin-node-resolve": "11.2.1",
"@size-limit/esbuild-why": "11.0.2",
Expand All @@ -127,9 +127,9 @@
"@types/hoist-non-react-statics": "3.3.5",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/node": "20.11.19",
"@types/node": "20.11.24",
"@types/node-fetch": "2.6.11",
"@types/react": "18.2.56",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/relay-runtime": "14.1.23",
"@types/use-sync-external-store": "0.0.6",
Expand Down Expand Up @@ -162,8 +162,8 @@
"react-17": "npm:react@^17",
"react-dom": "18.2.0",
"react-dom-17": "npm:react-dom@^17",
"react-error-boundary": "4.0.12",
"recast": "0.23.4",
"react-error-boundary": "4.0.13",
"recast": "0.23.5",
"resolve": "1.22.8",
"rimraf": "5.0.5",
"rollup": "2.79.1",
Expand Down

0 comments on commit b22181e

Please sign in to comment.