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] committed Oct 17, 2023
1 parent 048cbf3 commit 6fc6a74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
lint:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm ci
Expand All @@ -16,15 +16,15 @@ jobs:

formatting:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm ci
- run: npm run check:format

test:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm ci
Expand Down
14 changes: 7 additions & 7 deletions development/client/package-lock.json

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

2 changes: 1 addition & 1 deletion development/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "3.8.5",
"@apollo/client": "3.8.6",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^11.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down

0 comments on commit 6fc6a74

Please sign in to comment.