Skip to content

Commit

Permalink
Merge branch 'main' into issue-11849-batchhttplink-not-monitoring-fri…
Browse files Browse the repository at this point in the history
…endly
  • Loading branch information
alessbell authored May 20, 2024
2 parents 3f5f00f + 1ac0178 commit afbf224
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 110 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:22.1.0
- image: cimg/node:22.2.0
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:22.1.0
- image: cimg/node:22.2.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

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

BuildTarball:
docker:
- image: cimg/node:22.1.0
- image: cimg/node:22.2.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -69,7 +69,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:22.1.0
- image: cimg/node:22.2.0
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:22.1.0
- image: cimg/node:22.2.0
steps:
- checkout
- attach_workspace:
Expand Down
170 changes: 71 additions & 99 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@
"@types/react-dom": "18.3.0",
"@types/relay-runtime": "14.1.23",
"@types/use-sync-external-store": "0.0.6",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/rule-tester": "7.8.0",
"@typescript-eslint/types": "7.8.0",
"@typescript-eslint/utils": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/rule-tester": "7.9.0",
"@typescript-eslint/types": "7.9.0",
"@typescript-eslint/utils": "7.9.0",
"acorn": "8.11.3",
"blob-polyfill": "7.0.20220408",
"bytes": "3.1.2",
Expand Down

0 comments on commit afbf224

Please sign in to comment.