Skip to content

Commit

Permalink
chore(deps): update all dependencies - patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent 8bc7d4d commit be897e9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 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.7.1
- image: cimg/node:21.7.3
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:21.7.1
- image: cimg/node:21.7.3
steps:
- checkout
- run: npm ci
- run: npm run check:format

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

BuildTarball:
docker:
- image: cimg/node:21.7.1
- image: cimg/node:21.7.3
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -67,7 +67,7 @@ jobs:
framework:
type: string
docker:
- image: cimg/node:21.7.1
- image: cimg/node:21.7.3
steps:
- checkout
- attach_workspace:
Expand All @@ -94,7 +94,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:21.7.1
- image: cimg/node:21.7.3
steps:
- checkout
- attach_workspace:
Expand Down
54 changes: 27 additions & 27 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 @@ -107,8 +107,8 @@
"zen-observable-ts": "^1.2.5"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.2",
"@babel/parser": "7.24.1",
"@arethetypeswrong/cli": "0.15.3",
"@babel/parser": "7.24.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@graphql-tools/schema": "10.0.3",
Expand All @@ -129,8 +129,8 @@
"@types/lodash": "4.17.0",
"@types/node": "20.11.30",
"@types/node-fetch": "2.6.11",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"@types/relay-runtime": "14.1.23",
"@types/use-sync-external-store": "0.0.6",
"@typescript-eslint/eslint-plugin": "7.3.1",
Expand All @@ -146,7 +146,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "npm:@phryneas/[email protected]",
"eslint-plugin-local-rules": "2.0.1",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-testing-library": "6.2.1",
"expect-type": "0.18.0",
"fetch-mock": "9.11.0",
"glob": "8.1.0",
Expand Down Expand Up @@ -179,7 +179,7 @@
"ts-morph": "22.0.0",
"ts-node": "10.9.2",
"typedoc": "0.25.0",
"typescript": "5.4.3",
"typescript": "5.4.5",
"wait-for-observables": "1.0.3",
"web-streams-polyfill": "4.0.0",
"whatwg-fetch": "3.6.20"
Expand Down

0 comments on commit be897e9

Please sign in to comment.