Skip to content

Commit 0fb7dc0

Browse files
chore(deps): update all dependencies - patch updates (#1682)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4524a0e commit 0fb7dc0

File tree

3 files changed

+73
-77
lines changed

3 files changed

+73
-77
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
lint:
88
docker:
9-
- image: cimg/node:23.11.0
9+
- image: cimg/node:23.11.1
1010
steps:
1111
- checkout
1212
- run: npm ci
@@ -17,15 +17,15 @@ jobs:
1717

1818
formatting:
1919
docker:
20-
- image: cimg/node:23.11.0
20+
- image: cimg/node:23.11.1
2121
steps:
2222
- checkout
2323
- run: npm ci
2424
- run: npm run check:format
2525

2626
test:
2727
docker:
28-
- image: cimg/node:23.11.0
28+
- image: cimg/node:23.11.1
2929
steps:
3030
- checkout
3131
- run: npm ci

package-lock.json

Lines changed: 65 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
"@changesets/changelog-github": "0.5.1",
7575
"@changesets/cli": "2.27.12",
7676
"@eslint/js": "^9.21.0",
77-
"@graphql-codegen/cli": "5.0.5",
77+
"@graphql-codegen/cli": "5.0.7",
7878
"@graphql-codegen/typescript": "4.0.9",
7979
"@graphql-codegen/typescript-operations": "4.2.3",
8080
"@graphql-codegen/typescript-resolvers": "4.1.0",
81-
"@graphql-tools/mock": "9.0.22",
81+
"@graphql-tools/mock": "9.0.23",
8282
"@graphql-tools/schema": "10.0.23",
8383
"@parcel/watcher": "2.4.1",
8484
"@svgr/webpack": "8.1.0",
@@ -88,10 +88,10 @@
8888
"@testing-library/user-event": "14.5.2",
8989
"@total-typescript/ts-reset": "0.5.1",
9090
"@types/archiver": "6.0.3",
91-
"@types/chrome": "0.0.318",
91+
"@types/chrome": "0.0.326",
9292
"@types/eslint__js": "8.42.3",
9393
"@types/jest": "29.5.14",
94-
"@types/react": "18.3.20",
94+
"@types/react": "18.3.23",
9595
"@types/react-copy-to-clipboard": "5.0.7",
9696
"@types/react-dom": "18.3.7",
9797
"@types/webextension-polyfill": "0.10.7",
@@ -112,7 +112,7 @@
112112
"jest-environment-jsdom": "29.7.0",
113113
"jest-matchmedia-mock": "1.1.0",
114114
"npm-run-all": "4.1.5",
115-
"pkg-pr-new": "^0.0.43",
115+
"pkg-pr-new": "^0.0.53",
116116
"postcss": "8.4.49",
117117
"postcss-loader": "8.1.1",
118118
"prettier": "3.3.2",

0 commit comments

Comments
 (0)