Skip to content

Commit c68e6a2

Browse files
authoredFeb 20, 2025··
Update dependency upgrades - non-major (#496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1677a5a commit c68e6a2

File tree

3 files changed

+243
-80
lines changed

3 files changed

+243
-80
lines changed
 

‎__tests__/pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@babel/eslint-parser": "7.26.8",
3939
"@eslint/compat": "1.2.6",
4040
"@next/eslint-plugin-next": "15.1.7",
41-
"@typescript-eslint/eslint-plugin": "8.24.0",
42-
"@typescript-eslint/parser": "8.24.0",
43-
"eslint-config-flat-gitignore": "2.0.0",
44-
"eslint-import-resolver-typescript": "3.7.0",
41+
"@typescript-eslint/eslint-plugin": "8.24.1",
42+
"@typescript-eslint/parser": "8.24.1",
43+
"eslint-config-flat-gitignore": "2.1.0",
44+
"eslint-import-resolver-typescript": "3.8.3",
4545
"eslint-plugin-import-x": "4.6.1",
4646
"eslint-plugin-jsx-a11y": "6.10.2",
4747
"eslint-plugin-react": "7.37.4",
@@ -59,7 +59,7 @@
5959
"ts-api-utils": "2.0.1"
6060
},
6161
"devDependencies": {
62-
"@typescript-eslint/utils": "8.24.0",
62+
"@typescript-eslint/utils": "8.24.1",
6363
"eslint-config-upleveled": "9.1.2",
6464
"prettier": "3.5.1",
6565
"prettier-plugin-embed": "0.4.15",
@@ -69,13 +69,13 @@
6969
},
7070
"peerDependencies": {
7171
"@types/node": ">=22.13.4",
72-
"@types/react": "^19.0.8",
73-
"@types/react-dom": "^19.0.3",
72+
"@types/react": "^19.0.10",
73+
"@types/react-dom": "^19.0.4",
7474
"eslint": "^9.20.1",
7575
"globals": "^15.15.0",
7676
"typescript": "^5.7.3"
7777
},
78-
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
78+
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
7979
"engines": {
8080
"node": ">=20.9.0"
8181
}

‎pnpm-lock.yaml

+222-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.